Releases: emacs-lsp/lsp-dart
Releases · emacs-lsp/lsp-dart
Add test util commands
- Add
lsp-dart-visit-last-test
command. - Add
lsp-dart-run-last-test
command.
Fix dart libraries on LSP workspace
Fixes #16 adding all dart libraries from Dart SDK to LSP workspace.
Flutter debug support
This release adds support for debugging your Flutter app via DAP (dap-debug
) and open DevTools for this debug session.
Open DevTools via DAP
Added lsp-dart-dap-open-devtools
which open de Dart DevTools using the current debug session.
Add Flutter widget guides
Add flutter widget guide lines from parent to child widgets.
DAP(debug) support for dart
Add support for debug using dap-mode
To setup the debugger run dap-dart-debug
to download the dependencies and the debugger program. Then run dap-debug
to debug you dart project.
Add Flutter colors on fringe
Add flutter colors on the left fringe
Test support
lsp-dart-run-test-file
- run the buffer test.lsp-dart-run-test-at-point
- run the test at cursor point.- Test code lens
Add outline actions
Add support for outline actions via mouse.
Smart dart sdk search
Add an automatic smart dart SDK search if lsp-dart-sdk-dir
is not provided.