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

Fixes https://github.com/julia-vscode/julia-vscode/issues/3495 Fixes https://github.com/julia-vscode/julia-vscode/issues/1711 Fixes https://github.com/julia-vscode/julia-vscode/issues/797 Adds the `julia.lint.ignoredGlobs` option, which takes a list of regex expression. Matching paths will completely ignored by the linter. The default is set to...

I've tried both Mason and nvim-lspconfig, both accompanied by the configuration from wiki. Server reports no errors on startup, but responds with empty diagnostics: ``` [DEBUG][2024-05-17 15:44:55] .../vim/lsp/rpc.lua:286 "rpc.send" {...

Cursor is a fork of VS Code with embedded AI features. https://cursor.sh/ The language server seems to mostly work in Cursor, but not all features work. For example, the highlighting...

the link in the readme for the helix editor is dead, you might wanna link to https://github.com/julia-vscode/LanguageServer.jl/wiki/Helix/

When you type a new identifier, for example a struct or function definition, there is one completion item with the exact part of the name that you have already typed....

Inline hints can end up growing pretty large for complicated types. Limiting them to a sane length would help in avoiding hints flooding the screen. For example, the below hint...

Perhaps It would be nice to be able to deactivate some warnings for false positives. Is there any plan/discussion for such a feature? Cheers.