Skip to content

Commit 52147a7

Browse files
authored
Update README.md
1 parent 69429fb commit 52147a7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ Display the flutter colors on left fringe.
6565

6666
You can disable the feature setting `lsp-dart-fringe-colors` to `nil`.
6767

68+
### Flutter widget guides
69+
70+
Display widget guide lines from parent to child widgets on flutter. [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
71+
72+
![flutter-widget-guides](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/flutter-widget-guides.png)
73+
74+
You can disable the feature setting `lsp-dart-flutter-widget-guides` to `nil`.
75+
6876
### Debug
6977

7078
For emacs debugging, `lsp-dart` uses [`dap-mode`](https://github.com/emacs-lsp/dap-mode#dart) to debug.
@@ -87,13 +95,14 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
8795
* `lsp-dart-flutter-outline` - Enable the Flutter outline tree view feature on server lsp.
8896
* `lsp-dart-outline-position-params` - The outline tree position params. Defaults to side.
8997
* `lsp-dart-flutter-outline-position-params` - The Flutter outline tree position params. Defaults to side.
90-
* `lsp-dart-fringe-colors` - Enable the flutter colors on fringe. Defaults to t.
98+
* `lsp-dart-fringe-colors` - Enable the Flutter colors on fringe. Defaults to t.
99+
* `lsp-dart-flutter-widget-guides` - Enable the Flutter widget guide lines from parent to child widgets. Defaults to t.
91100

92101
## Additional packages
93102
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
94103
* [lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs) : `lsp-mode` GUI controls implemented using treemacs.
95104
* [company-capf](https://github.com/company-mode/company-mode) : Completion backend support.
96-
* [flutter.el](https://github.com/amake/flutter.el) : Tool to run emulator and tests from emacs.
105+
* [flutter.el](https://github.com/amake/flutter.el) : Tool to run emulator from emacs.
97106
* [hover.el](https://github.com/ericdallo/hover.el) : Tool to run flutter mobile apps from desktop without the need of an emulator.
98107

99108
## FAQ

0 commit comments

Comments
 (0)