We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Wrap with widget...
1 parent 38906bb commit d2dc625Copy full SHA for d2dc625
lsp-dart.el
@@ -162,6 +162,7 @@ If unspecified, diagnostics will not be generated."
162
("$/analyzerStatus" #'ignore))
163
:request-handlers (lsp-ht ("workspace/configuration" #'lsp-dart--configuration))
164
:after-open-fn #'lsp-dart--activate-features
165
+ :custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (featurep 'yasnippet))))))
166
:server-id 'dart_analysis_server))
167
168
0 commit comments