Skip to content

Commit d9641a7

Browse files
Update index.html to add multilspy language client by Microsoft (#319)
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.
1 parent 4638be8 commit d9641a7

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4325,7 +4325,7 @@ <h4>LSP clients</h4>
43254325
<a href="https://www.microsoft.com/">Microsoft</a>
43264326
</td>
43274327
<td class="repo">
4328-
<a href="https://github.com/Microsoft/VSCode">github.com/Microsoft/VSCode</a>
4328+
<a href="https://github.com/microsoft/VSCode">github.com/microsoft/VSCode</a>
43294329
</td>
43304330
<td class="success">
43314331
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
@@ -4346,6 +4346,33 @@ <h4>LSP clients</h4>
43464346
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
43474347
</td>
43484348
</tr>
4349+
<tr>
4350+
<th>multilspy</th>
4351+
<td>
4352+
<a href="https://github.com/microsoft">Microsoft</a>
4353+
</td>
4354+
<td class="repo">
4355+
<a href="https://github.com/microsoft/monitors4codegen">github.com/microsoft/monitors4codegen</a>
4356+
</td>
4357+
<!-- Code Completion -->
4358+
<td class="success">
4359+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4360+
</td>
4361+
<!-- Hover -->
4362+
<td class="warning"></td>
4363+
<!-- Jump to def -->
4364+
<td class="success">
4365+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4366+
</td>
4367+
<!-- Find references -->
4368+
<td class="success">
4369+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4370+
</td>
4371+
<!-- Symbol search -->
4372+
<td class="warning"></td>
4373+
<!-- Diagnostics -->
4374+
<td class="warning"></td>
4375+
</tr>
43494376
<tr>
43504377
<th>vim/neovim</th>
43514378
<td>

0 commit comments

Comments
 (0)