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 173 LanguageServer.jl issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently working with the ferrite package for FEM and I've encountered the problem of go to definition for some particular structs. ``` using Ferrite ip = Lagrange{dim, RefCube,...

If `Base` defines a symbol, but doesn't export it, importing it with `using` is a valid command. But Language Server yields a warning Here, `AbstractVecOrTuple` and `CodeUnits` are from `Base`,...

I can't quite replicate this but I do have a stack trace -- maybe that will help. I'll try to catch it next time and see if I can replacate....

Fixes https://github.com/julia-vscode/LanguageServer.jl/issues/979 . Updates https://github.com/julia-vscode/LanguageServer.jl/pull/980. completes ``` dframea = DataFrame() dframea. ``` show list, then select `append!` to ``` append!(dframea,) ``` A few issues remain: * [x] cannot search the...

I see frequent crash at https://github.com/julia-vscode/LanguageServer.jl/blob/198e07ed89d49360f187c315157c5582411904a8/src/requests/features.jl#L198C26-L198C26 ``` ERROR: BoundsError: attempt to access 440-element Vector{String} at index [430:441] ```

In Emacs (anyway), if you add the Julia source as one of the projects, the language server crashes any time you start it up for any file. I'm getting this...

Fixes https://github.com/julia-vscode/julia-vscode/issues/3153

Hi! I'm using NVIM + LanguageServer.jl and observe following error often. LSP crashes every time I open `src/AMDGPU.jl` and `test/runtests.jl` (from [AMDGPU.jl](https://github.com/JuliaGPU/AMDGPU.jl)) and start editing it. It's important to open...

In a large installation it's helpful to see which file the semantic pass is running on. Mostly it's to match this PR https://github.com/julia-vscode/julia-vscode/pull/3227