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

https://github.com/domluna/JuliaFormatter.jl/issues/633#issuecomment-1761951928 Generating a sysimage for the formatter can greatly reduce time of first `.jl` file format, but the steps are frightening to novice users (like me), can we have an...

Every now and then, the language server reports "a bug that we have been trying to replicate for a long time" and crashes. This seems to happen semi-reliably when saving...

``` ┌ Error: Some Julia code in the VS Code extension crashed └ @ Main ~/.vscode/extensions/julialang.language-julia-1.48.1/scripts/error_handler.jl:15 ERROR: BoundsError: attempt to access 0-element Vector{Any} at index [2] Stacktrace: [1] getindex(A::Vector{Any}, i1::Int64)...

Here's an MWE, save it as test.jl: ```julia Û = 5 x = Û + 5 print(x) ``` Using neovim, I input the first `Û` using `U\hat`. The second `Û`...

bug

Hello, I’ve tried to install Julia 1.9.3 on my Mac OS Mojave 10.14.6 (previously using Julia 1.8.5 that perfectly worked). I use VScode as editor, but now with Julia 1.9.3,...

I use [DrWatson](https://juliadynamics.github.io/DrWatson.jl/dev/) to manage most of my projects. I've noticed that the language server does not recognize DrWatson functions, and therefore I cannot use the helper functions for relative...

If I hover over the `?` operator, I get no info box on it. Out of the REPL help: ``` a ? b : c Short form for conditionals; read...

Hello, Language server is not parsing base modules like LinearAlgebra. When it loads, I cant autocomplete LinearAlgebra module, for example. Below is my log with errors ``` Activating project at...

The version of LanguageServer.jl that I use is 4.4.0. I found two wrong missing reference error cases for anonymous function as followng. Case 1: anonymous function name ![missing_reference_1](https://github.com/julia-vscode/LanguageServer.jl/assets/610007/6ef8e42f-67fd-4d9c-a3dd-a805dc8ef34e) Case 2:...

bug

I just got greeted with this message. As you can see, this is in Neovim. ![image](https://user-images.githubusercontent.com/81622310/193593048-17df867b-66d6-4e7f-b192-2dbe784eae49.png) I just want to check if this is relevant? If so, I am more...

vim