Skip to content

Commit d2dc625

Browse files
committed
Support move cursor to wrapped widget when executing code action Wrap with widget...
Fixes #118
1 parent 38906bb commit d2dc625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-dart.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ If unspecified, diagnostics will not be generated."
162162
("$/analyzerStatus" #'ignore))
163163
:request-handlers (lsp-ht ("workspace/configuration" #'lsp-dart--configuration))
164164
:after-open-fn #'lsp-dart--activate-features
165+
:custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (featurep 'yasnippet))))))
165166
:server-id 'dart_analysis_server))
166167

167168

0 commit comments

Comments
 (0)