You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ lsp-dart supports running Flutter and Dart commands as following:
179
179
|`lsp-dart-server-command`|`analysis_server` executable to use | Check source file |
180
180
|`lsp-dart-enable-sdk-formatter`| Whether to enable server formatting. |`t`|
181
181
|`lsp-dart-line-length`| Line length used by server formatter. | 80 |
182
+
|`lsp-dart-show-todos`| Whether to generate diagnostics for TODO comments. If unspecified, diagnostics will not be generated. |`nil`|
183
+
|`lsp-dart-complete-function-calls`| Completes functions/methods with their required parameters. |`t`|
182
184
|`lsp-dart-extra-library-directories`| Extra libs to analyze besides Dart SDK libs |`'()`|
183
185
|`lsp-dart-only-analyze-projects-with-open-files`| Analysis will only be performed for projects that have open files rather than the root workspace folder |`t`|
184
186
|`lsp-dart-suggest-from-unimported-libraries`| Completion will not include symbols that are not already imported into the current file. |`t`|
0 commit comments