Михаил Агарков
ba4c23075c
Add Code::Blocks to the list ( #1947 )
...
Code::Blocks supports code completion using LSP and clangd (see https://forums.codeblocks.org/index.php/topic,24357.html )
2024-06-11 10:50:08 +00:00
Matěj Cepl
a8cbd12d8a
Update tools.md ( #1943 )
...
Add description of [vis](https://sr.ht/~martanne/vis/ ) LSP plugin.
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-06-05 11:55:45 +00:00
Asuka Minato
f32baa6aba
add-micro-tools ( #1942 )
2024-06-04 17:42:25 +00:00
Nok Lam Chan
f6182949aa
Add Kedro to servers.md ( #1944 )
...
Update servers.md
2024-06-04 17:42:11 +00:00
Asuka Minato
7dd23b7694
add-make-lsp ( #1941 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-05-29 16:21:28 +00:00
Fred Bricon
b4fe219fa2
Add LSP4IJ client to tools.md ( #1940 )
...
Links to [LSP4IJ](https://github.com/redhat-developer/lsp4ij ), a new free and open-source LSP client compatible with both free and commercial IntelliJ-based IDEs.
2024-05-29 15:47:06 +00:00
Masafumi Koba
f01423307b
Add LanguageServer::Protocol in Ruby to SDKs ( #1937 )
...
The LanguageServer::Protocol gem is used by famous LSP implementations.
See https://rubygems.org/gems/language_server-protocol/reverse_dependencies
2024-05-21 06:40:31 +00:00
Magnus Oksbøl Therkelsen
52a3c17c64
Add Verible language server for SystemVerilog ( #1929 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-05-08 09:09:00 +02:00
Sorin Sbarnea
d80cc8fad1
Correct link to Ansible Language Server ( #1930 )
...
Ansible Language Server is now part of vscode-ansible repository.
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-05-06 14:39:04 +00:00
Simon Rowe
148383610d
Update servers.md - add OLS for Odin language ( #1931 )
...
Add entry for `ols` language server that supports the Odin language.
2024-05-06 13:51:28 +00:00
unvalley
dc64b55ed2
docs: add biome to lsp servers ( #1923 )
2024-04-19 08:25:25 +00:00
szelbi
4663b4d418
add SAP CDS server ( #1924 )
2024-04-19 08:24:59 +00:00
Practicalli Johnny
a5d0a1410b
servers: update clojure-lsp repo and maintainer ( #1921 )
...
snoe originally started the project and Eric Dallo took over the project several years ago
2024-04-16 07:17:50 +00:00
Asuka Minato
ad15e50943
add 2 lsp ( #1918 )
...
batch and cobol
2024-04-15 07:18:48 +00:00
Anders Eknert
6d308a755c
Add Regal language server for Rego language ( #1914 )
...
Currently used by https://github.com/open-policy-agent/vscode-opa/
for diagnostics, hover and inlays hints. More features soon to be
supported.
Signed-off-by: Anders Eknert <anders@styra.com>
2024-04-08 12:27:44 +00:00
Asuka Minato
7b85b63300
add basedpyright ( #1913 )
...
add-basedpyright
2024-03-27 10:42:40 +00:00
Asuka Minato
026f703505
add lsp ( #1907 )
...
add https://github.com/mtshiba/pylyzer and [els](https://github.com/erg-lang/erg/tree/main/crates/els )
2024-03-11 08:35:57 +00:00
Olivia Crain
5a9f514fba
Remove server entry for rnix-lsp ( #1902 )
...
This language server is no longer maintained and its source repository
has been archived.
https://github.com/nix-community/rnix-lsp/issues/112
2024-02-26 13:42:09 +00:00
Alan Smith
7e61e418d4
Removed deprecated Rust Language Server (RLS) ( #1899 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-02-14 08:34:40 +00:00
valentin
838581170b
feat(implementors): add helm-ls ( #1895 )
2024-02-05 13:27:08 +00:00
Asuka Minato
11ec508a33
add-vscoq ( #1869 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-01-08 18:31:58 +00:00
Darian Benam
637fd279c1
Add Apache Dispatcher Config to the Language Server Implementations list ( #1875 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-01-08 16:59:26 +00:00
Alex Carney
4df8bc1d54
Add esbonio language server ( #1860 )
2023-12-14 10:19:38 +00:00
Alex Carney
429c22793c
Add lsp-devtools to utilities ( #1859 )
2023-12-14 10:18:58 +00:00
Remco Haszing
635b3504ec
Add monaco-languageserver-types to utilities ( #1857 )
...
This package is useful for integrating LSP compliant language services
into Monaco editor.
2023-12-12 12:00:15 +00:00
Remco Haszing
79e5b2334d
Add Volar to SDKs and language servers based on it ( #1854 )
...
Volar is a framework for building language servers for languages that
use embedded languages, with a focus on JavaScript/TypeScript. This is
currently used by the official language servers of Astro, MDX, and Vue.
2023-12-11 09:59:58 +00:00
Darian Benam
7bf4c68d25
Add Robots.txt to the Language Server Implementations list ( #1850 )
2023-12-04 09:53:53 +00:00
Sophie Dankel
4a14bd9bc9
Add sway language to docs ( #1846 )
...
* Add sway language to docs
* Update _implementors/servers.md
---------
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-11-29 09:09:07 +00:00
Nikos Koukis
1b7f236491
Add asm-lsp to the list of LSP servers ( #1843 )
2023-11-29 09:54:33 +01:00
Jen-Chieh Shen
a63ba0d97d
Add Elisp language server ( #1845 )
2023-11-28 08:36:10 +00:00
Asuka Minato
44aa5dc96c
add wolfram lsp ( #1842 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-11-23 08:13:43 +00:00
Nico Rehwaldt
82db7c18dc
feat: add Markmark language server for markdown ( #1841 )
2023-11-22 11:12:43 +00:00
Lakshya A Agrawal
bc7494b373
Update sdks.md to include multilspy lsp client ( #1838 )
...
Multilspy is a language-agnostic LSP client in Python, with a library interface. It is intended to be used to build applications around language servers and currently supports running language servers for Java, C#, Python and Rust with support for more in-progress.
2023-11-15 12:23:56 +01:00
Spongecade
eb3ce2e580
Update Minecraft wiki link (Datapack LSP) ( #1836 )
2023-11-03 10:07:22 +00:00
Kiara Grouwstra
a0a0b2a4fe
add LSP servers for Nix ( #1835 )
2023-10-30 10:00:34 +00:00
Julio
dbbb07d791
update tools.md - add jetbrains fleet ( #1830 )
2023-10-19 07:11:59 +00:00
Access
a5a299e674
chore: add neocmakelsp ( #1827 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-10-16 15:10:46 +00:00
Kieran Ryan
c24ee9f020
List JetBrains IDEs supporting LSP ( #1828 )
...
Add JetBrains IDEs supporting LSP
2023-10-16 08:42:18 +00:00
fwcd
d8a01db619
Add Pyright to the list of language servers ( #1824 )
2023-10-13 07:15:37 +00:00
Raffaele Mancuso
0a5a2f93eb
Deprecate MS python-language-server ( #1820 )
2023-09-26 09:01:46 +00:00
Olivier Drubigny
16b3af60f1
Update servers.md ( #1817 )
...
Add IBM i RPG ile language
Add IBM i CL ile language
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-09-20 16:01:55 +02:00
KronosTheLate
c336450631
Add typst to list ( #1814 )
2023-09-19 12:44:46 +00:00
Asuka Minato
ae35610e9d
add nginx ( #1806 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-09-12 00:25:03 +02:00
Pengfei Jiang
393133b618
Add thrift-ls for Thrift ( #1801 )
...
doc: add thrift-ls for Thrift
Co-authored-by: 江鹏飞 <jiangpengfei.jiangpf@bytedance.com>
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-09-12 00:23:42 +02:00
David Semakula
1ec54c21ca
Add ink! Language Server ( #1803 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-09-11 01:32:14 +00:00
Nils Martel
94861c3e19
Fix wrong information in Language Server info table ( #1798 )
...
The ReScript language server was implemented mainly (>50%) in ReScript itself. A very significant portion seems to be implemented in OCaml, but I reason we very much mainly care about the most prominent language here.
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-09-10 16:51:30 +02:00
Roberto Aloi
36da74583f
Add ELP LS for Erlang ( #1797 )
2023-09-01 07:34:10 +00:00
AsukaMinato
d444e71194
add apl ( #1790 )
2023-08-11 09:17:31 +00:00
AsukaMinato
d7f1782067
add matlab ( #1783 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-08-08 12:36:31 +00:00
Stanislav Romanov
f2a965a10d
Add Twig Language Server ( #1780 )
2023-08-08 12:34:00 +00:00