This repository was archived by the owner on Jan 8, 2022. It is now read-only.
Releases: natebosch/dart_lsp
Releases · natebosch/dart_lsp
0.1.7
0.1.6
0.1.5+2
0.1.5+1
0.1.5
0.1.4
0.1.3
- Add fixes to available code actions.
- Add support for
textDocument/rename
. - Run requests for the same file serially rather than allowing them to
interleave. Fixes some cases where bad overlays can stick around. - Add 'Organize imports' to every code actions list.
- Never offer "Convert into block documentation comment"
- Add
dart/getServerPort
extension method. - Strip trailing comma from completions since there is no cursor moving support.
0.1.2
0.1.1
- Bug Fix: Restore analyzer wire log.
- Set the client
rootUri
as an analysis root. Resolves some cases where
opening a file in a subdirectory can fail to find symbols from directories
higher up. - Bug Fix: Set priority files by path rather than URI.
- Add ability to pass arguments to the analysis server.