kotatsuyaki · @kotatsuyaki
11 followers · 117 posts · Server fosstodon.org

Alright, there’s actually another wildly-used implementation of LSP for Python called python-lsp-server, and it doesn’t need all the node.js nonsense.

Just did a pip install via the corporate pypi mirror, and et voilà! I have LSP support now.

fosstodon.org/@kotatsuyaki/110

#python #languageserverprotocol #offline

Last updated 1 year ago

Ivan, the Language Mangler 🦀 · @hywan
1283 followers · 1264 posts · Server fosstodon.org
Ivan, the Language Mangler 🦀 · @hywan
1230 followers · 1161 posts · Server fosstodon.org

clangd, clangd.llvm.org/.

clangd is a language server for clang C++.

#cpp #clang #languageserverprotocol

Last updated 2 years ago

Ivan, the Language Mangler 🦀 · @hywan
1230 followers · 1161 posts · Server fosstodon.org

ccls, github.com/MaskRay/ccls.

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting.

#c #cpp #lsp #languageserverprotocol

Last updated 2 years ago

Dr. Marc Schreiber · @schrieveslaach
22 followers · 330 posts · Server fosstodon.org

@jntrnr, I was diligent and created github.com/nushell/nushell/iss and github.com/nushell/nushell/iss to report these completion issues.

Thanks for pointing out that there is a treesitter module. I'll try it and it seems active. Do you plan to support treesitter in the future. I'm also wondering if there is support on the road map.

#languageserverprotocol

Last updated 2 years ago

Diane 🕵 · @alienghic
729 followers · 7414 posts · Server octodon.social

It is unfortunate that is unmaintained.

The closest match to elpy using the was initially written by Palantir which makes me feel dirty. But so does all the warnings generated by loading elpy into 28.

github.com/python-lsp/python-l

#elpy #languageserverprotocol #emacs

Last updated 2 years ago

Mark Gardner ‍🤑 · @mjgardner
430 followers · 1677 posts · Server social.sdf.org

@sandipb @anildash Yeah? Ever try finding editor extensions or ( , another invention ) going on any other editor? It’s first and then scraps for anything else.

#languageserverprotocol #lsp #microsott #vscode

Last updated 2 years ago

Dr. Marc Schreiber · @schrieveslaach
20 followers · 307 posts · Server fosstodon.org
David · @datho7561
3 followers · 3 posts · Server mastodon.online


Hi! I'm David/Dave (he/him/his), and I'm a developer at Red Hat. I work on extensions, such as , , , and recently . This also involves working on , since vscode-java is based on Eclipse's Java features (JDT). The core features of these plugins can be reused in other editors (such as Eclipse and ) since they use the .
Outside of work, I enjoy , , , and .

#camping #edm #virtualreality #rockclimbing #languageserverprotocol #neovim #eclipse #Java #MicroProfile #Quarkus #xml #VSCode #devtools #introduction

Last updated 2 years ago

Dr. Marc Schreiber · @schrieveslaach
17 followers · 277 posts · Server fosstodon.org

I created a PR that supports the generation of JSON compilation database in projects that use the ++ brideging. Have a look:

github.com/rust-lang/cc-rs/pul

Now it is poosible for me to work on a project that embeds @libreoffice C++ API with my setup through the

#rust #c #neovim #languageserverprotocol

Last updated 2 years ago

Dr. Marc Schreiber · @schrieveslaach
17 followers · 277 posts · Server fosstodon.org

In my journey to I had some joy to extend 's . It is now more convenient to start (wrapper start script, github.com/eclipse/eclipse.jdt ) and now I want it to emit some standard event: github.com/eclipse/eclipse.jdt

With this fix my setup will print some nice progress information through github.com/j-hui/fidget.nvim

#neovim #eclipse #languageserver #languageserverprotocol

Last updated 2 years ago

Julien M. · @julm
485 followers · 4935 posts · Server framapiaf.org

@schmittlauch Here it is: code.sourcephile.fr/julm/home-
Note that last time I checked the IsCheckingBuffer part to print "..." in the status bar, will not work when using the like does. I've tried to fix this in with github.com/dense-analysis/ale/ but my PR got completely ignored. Also, my completion setup is still in progress: I've set C-p to use semantic and kept C-n for syntaxic. In the same directory you'll find old confs for and .

#coc #LanguageClient #ale #hie #languageserverprotocol

Last updated 4 years ago