v4.5.0
LanguageServer v4.5.0
Merged pull requests:
- Use loose_refs in for_each_ref (#1104) (@pfitzseb)
- fix: use !isuppercase instead of islowercase in completion logic (#1177) (@pfitzseb)
- Fix completion test (#1181) (@BenPH)
- Fix "ExpandFunction" code action removing comments and whitespace (#1196) (@jwortmann)
- add dev note to readme (#1207) (@IanButterworth)
- Add PrecompileTools, precompile runserver (#1218) (@mkitti)
- CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) (#1219) (@github-actions[bot])
- Julia Package Butler Updates (#1221) (@github-actions[bot])
- Suppress precompile errors, which are normal (#1222) (@mkitti)
- fix stopline (#1228) (@xgdgsc)
- Add Helix, and others (#1237) (@ShalokShalom)
- show @testitem in Outline view (#1240) (@brychcy)
- fix: show all methods in function hovers (#1241) (@pfitzseb)
- feat: add timer outputs (#1243) (@pfitzseb)
- feat: improve outline item types (#1245) (@pfitzseb)
- fix(docs): fix get_hover calls for docs (#1250) (@pfitzseb)
- fix: stop parsing and linting toml files (#1251) (@pfitzseb)
- Add Kate editor to list (#1253) (@fbanning)
- fix: more eagerly publish diagnostics (#1254) (@pfitzseb)
- Julia Package Butler Updates (#1260) (@github-actions[bot])
- chore: make completion test more robust (#1263) (@pfitzseb)
Closed issues:
- workspace/executeCommand with ExpandFunction can crash server or deletes comments (#764)
- autocompletion disappears for 3 character variable with Upper case when input lower case (#1175)
- Crash when running Self-parse test: InvalidStateException: Channel is closed (#1192)
- No missing references are reported in Sublime Text (#1220)
- BoundsError on range format (#1223)
- Jump to code not working for absolute imports into same package (#1225)
- not installing (#1231)
- Base Standard Library modules don't load, no autocomplete and no messages on hover (#1235)
- Code jumping is not working for any self-defined macro (#1244)
- Language server crashing (bis)
ERROR: type DataTypeStore has no field val
(#1246) - Slow/failing cache download (Helix editor) (#1247)
- No method matching get_hover(::SymbolServer.FunctionStore, ::String, ::LanguageServerInstance) (#1249)
- Julia formatting prevents creation of 0x0 matrices (#1257)