LanguageServer.jl
LanguageServer.jl copied to clipboard
An implementation of the Microsoft Language Server Protocol for the Julia language.
Hi! I am trying to use the LSP in Neovim and I am getting the following error: ``` [ERROR][2025-05-14 13:10:59] ...p/_transport.lua:36 "rpc" "julia" "stderr" "ERROR: " [ERROR][2025-05-14 13:10:59] ...p/_transport.lua:36 "rpc"...
> Why isn't this repository part of the JuliaEditorSupport Organisation? LSP was developed by MS for VSCode, but I want to understand, is the development of Language Servers today more...
Fixes https://github.com/julia-vscode/julia-vscode/issues/3560 Add option "useFormatterConfigDefaults" to make it search upwards for .JuliaFormatter.toml and also in home dir. If the option is not `true`, it keeps the current behavior.
I tried setting it up with this new native vim9script LSP, but it's not working. I already documented all the errors in [this issue](https://github.com/yegappan/lsp/issues/611). Maybe someone here can help?
``` 2025-01-10T15:59:14.454 helix_lsp::transport [ERROR] julia-lsp err
As the title says, when I define a type inside `@eval` block the language is not able to find it. Here's a MWE ```julia x = :MyAbstractType y = :MyConcreteType...
You can exclude some files from formatting with `ignore = [...]` in your `.JuliaFormatter.toml`. It seems like LanguageServer / VS Code's "Format on Save" will ignore this, and format the...
Inside my VS Code, I have the proper Julia environment loaded. If I do `import Statistics as ST`, pressing tab after typing the following does not auto-complete to the `median`...
LanguageServer.jl (and some of its dependent packages) send (all?!) info output (such as the timing summary or the packages loaded from cache) to `stderr`, which leads to quickly ballooning log...
# Feature: Unicode variable completion by latex name (WIP) This PR adds the ability to work with variables that use unicode symbols as names more conveniently. As an example consider...