Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 12:38

LanguageServer v4.0.0

Diff since v3.2.0

Closed issues:

  • Package linting (#53)
  • Completion not working. (#294)
  • false positive importing relative modules (#313)
  • Revisit fix for #357 (#365)
  • Broken completion when triggered inside parentheses, brackets or braces in coc.nvim. (#447)
  • Add UI for symbol server process (#471)
  • KeyError: getindex (#512)
  • Goto definition off by one line (#540)
  • Rewrite message processing logic (#545)
  • MethodError: no method matching String(::Nothing) (#613)
  • MethodError: no method matching Union{Int64, String}(::String) (#651)
  • LSHoverError (#658)
  • URI is not valid for textDocument/definition outside a package (#660)
  • Return list of DocumentSymbol for textDocument/documentSymbol instead of SymbolInformation (#681)
  • Linter still not working with emacs lsp-julia (#694)
  • goto definition sometimes doesn't work (#741)
  • support window/progress notices (#762)
  • get_offset crashed (#768)
  • getCurrentBlockRange issues (#771)
  • Fix CI (#797)
  • "Go to definition” doesn’t work on “using module” (#799)
  • Jump to definition for using Module (#801)
  • Being smarter about common include patterns (#802)
  • default env_path looks invalid. (#804)
  • Upgrading LanguageServer causes a lot of downgrades for me (#814)
  • MethodError: no method matching Union{Int64, String}(::String) (#836)
  • Using LSP inside julia code block of .jmd (#837)
  • Add support for SelectionRanges request (#838)
  • Julia Language Server constant crashing (#840)
  • Automatically index a new package on installation (#841)
  • Failing tests (#848)
  • Error with neovim + builtin LSP support + nvim-lspconfig (#853)
  • (nvim built-in lsp) Language server crashes on file save (#855)
  • Consider new release? (#861)
  • Misclassification of client name (#884)
  • How to search modules under a custom LOAD_PATH. (#885)
  • Renaming member of a kwdef struct is incorrect (#912)
  • Renaming a local variable misses instances of that variable inside inner scopes (#913)
  • Incorrect warning: missing reference: code_warntype (#915)
  • Ignore indexing through hidden (dot-prefixed) .folders? (#920)
  • Crash while starting language server (#921)
  • Support for Julia v1.6 "import X as Y" syntax (#925)
  • LanguageServer.jl on Kate is not working (#926)
  • Vim ALE fails in providing some completions (#929)
  • The language server keeps crashing on Apple silicon (#930)
  • Crash in jupyterlab (#946)

Merged pull requests: