Giter VIP home page Giter VIP logo

geany-lsp's Introduction

LSP implementation for Geany

Based on good work done by gnome-builder

Building and Installing

```
mkdir build
cd build
cmake ..
make
```

- currently install by copying geany-lsp.so and lsp.json into ~/.config/geany/plugins
- enable the plugin from geany editor.

WARNING: BUGGY

geany-lsp's People

Contributors

sagarchalise avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

rainbowc0

geany-lsp's Issues

Won't compile

I wanted to try your plugin but couldn't compile. I get these errors and i don't know how to fix them. What sould i do to make it work?

`$ cmake ..
-- Checking for one of the modules 'geany'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
None of the required 'geany' found
Call Stack (most recent call first):
CMakeLists.txt:9 (pkg_search_module)

-- Checking for one of the modules 'glib-2.0'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
None of the required 'glib-2.0' found
Call Stack (most recent call first):
CMakeLists.txt:10 (pkg_search_module)

-- Checking for one of the modules 'jsonrpc-glib-1.0'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
None of the required 'jsonrpc-glib-1.0' found
Call Stack (most recent call first):
CMakeLists.txt:11 (pkg_search_module)

-- Checking for one of the modules 'json-glib-1.0'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
None of the required 'json-glib-1.0' found
Call Stack (most recent call first):
CMakeLists.txt:12 (pkg_search_module)

CMake Error at CMakeLists.txt:27 (message):
message called with incorrect number of arguments

-- Configuring incomplete, errors occurred!
`

Pure-C LSP Implementation

I thought you might be interested in the following link:

https://github.com/BojanStipic/minic-lsp

It's a Language Server implemented entirely in C, including its own implementation of LSP. Since it's a stable product, you might consider taking the LSP library to use it here (released under GPL-3.0.

Sadly, this C implementation of LSP is not mentioned among the SDKs listed in the official LSP website, and there are no other pure C implementation of LSP that I came across (although there is a C usable SDKs, written in C++).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.