v4.2.0
LanguageServer v4.2.0
Closed issues:
- Incorrect hint when arguments to a function are used in a Cmd (#903)
- revisiting nvim integration, multiple errors (#917)
- wrong import for include automatically added (#958)
- StackOverflowError() (#957)
- Crash on
server_ready()
command (#968) - recognize aliased import (#974)
- Using LanguageServer.jl with Helix editor (#982)
- False "Missing reference" in HTTP.jl (#984)
- [Q] How do I query the docstring for a symbol by a string, rather than the position in the file? (#986)
- LanguageServer.jl throws due to missing
SHA
(#987) - Crashes from Vim (YouCompleteMe) on WSL (get_hover failed to convert Expr; TypeError: in Expr, expected Symbol, got a value of type CSTParser.EXPR) (#997)
- Spurious auto generated import statements in VSCode (#1000)
- Language Server throwing MethodError (#1003)
- Test fails (#1007)
Merged pull requests:
- Use JuliaFormatter instead of DocumentFormat (#972) (@pfitzseb)
- fix selectionRange_request (#975) (@pfitzseb)
- fix prepareRename_request (#976) (@pfitzseb)
- Harden against files with embedded NULL (#977) (@davidanthoff)
- add quickaction to remove unused farg name (#981) (@ZacLN)
- fix CompletionState method error (#983) (@pfitzseb)
- Fix document symbols for function-like objects (#990) (@BenPH)
- Expr -> to_codeobject (#993) (@pfitzseb)
- Improve SymbolServer progress reporting (#994) (@pfitzseb)
- fix (::Type{T})() in outline (#995) (@pfitzseb)
- make DiagnosticRelatedInformation dict_readable (#996) (@pfitzseb)
- allow setting symbol server URL (#999) (@pfitzseb)
- Add true and false to keyword completions (#1002) (@BenPH)
- Fix error if rootUri is not passed correctly. (#1004) (@fredrikekre)
- Stop being opinionated on
=
vsin
for iteration (#1006) (@pfitzseb)