Skip to content

Commit

Permalink
Merge pull request #852 from SpringHan/master
Browse files Browse the repository at this point in the history
Make completion of functions more comfortable
  • Loading branch information
manateelazycat authored Feb 6, 2024
2 parents 54b243f + 89de5d7 commit f582b8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion langserver/dart-analysis-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"--client-id",
"emacs.lsp-bridge"
],
"settings": {},
"settings": {
"dart": {
"completeFunctionCalls": true
}
},
"initializationOptions": {
"closingLabels": true
}
Expand Down

0 comments on commit f582b8b

Please sign in to comment.