multilspy icon indicating copy to clipboard operation
multilspy copied to clipboard

multispy is a lsp client library in Python intended to be used to build applications around language servers.

Results 62 multilspy issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for the excellent repo. Can you share some tips on the process of adding a new [language](https://github.com/microsoft/multilspy/tree/main/src/multilspy/language_servers/rust_analyzer) ? For example, if I want to add support for...

This is still a work in progress, but should be ready to go in no more than a day. **TODOs:** - [x] Revert changes to `pyproject.toml` - [x] Remove junk...

Maybe this package should upload to PyPi to help more people download it easier?

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

dependencies

With something like clangd, it would want all files to be indexed before we start querying. How is this handled?

Hi! I was experimenting a little with the library and saw that the arguments passed to Omnisharp are not escaped. This can cause problems for projects which contain whitespace in...

Closes #106 I tried using phpactor since it is open source but it was not working properly, every time I ran it It found more and more repeated references for...

Hello, First of all, thank you for the update `ClangdLanguageServer`. This update is a great help to many C/C++ developers. As you know, many developers work with header files included...

I've looked at https://github.com/microsoft/multilspy/blob/main/src/multilspy/language_servers/clangd_language_server/clangd_language_server.py and it looks like it auto-locates / auto-installs clangd. This supports uneducated users well, and removes the need for end users to worry about installing clangd......

I love the work that has been done on this repo, its been a huge time savings on a project I am working on! Following the recent support added for...