LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

An implementation of the Microsoft Language Server Protocol for the Julia language.

Results 164 LanguageServer.jl issues
Sort by recently updated
recently updated
newest added

It seems like the documentation is outdated for vim and emas. The examples still suggest that one should handle a `Dict` as the last argument to the `LanguangeServerInstance`. However, it...

bug
non-vscode

Here is a fun idea: Provide templates for interfaces. I.e. I want to provide an iterator interface for the type `T` `LanguageServer.jl` could provide skeletons for all required functions. Not...

enhancement
discussion

An attempt to limit the amount of work done for static analysis. This identifies edits that can be made by altering terminal expr (i.e. those without child expr, such as...

enhancement

We should add support for URI specific settings in general.

enhancement

Hi, I'm trying to use Julia from neovim using [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) and having some trouble. I'm not the most experienced with any of this so I apologize if my troubleshooting's not...

non-vscode

Hovering over e.g. `+` in `x = 1 + 2` doesn't provide any documentation like a normal function does. Doesn't work either when operator is called like a normal function...

enhancement

I've not tried this but feel it should work. When the target env dir is a package it modifies the Project.toml, adding the parent package + packages in `extras`.

enhancement

Using language server with `lsp-julia` on `BTCParser.jl` on `julia` `v1.2` gives me the error below. On other packages it works fine. The versions of the packages can be seen [here](https://github.com/non-Jedi/lsp-julia/tree/master/languageserver)....

bug
non-vscode