Dart: Support for Quick Fixes like in Android Studio #4822
Unanswered
MaxGyver83
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 1 reply
-
One difference I noticed is that
Android Studio uses the first one, vim-ale uses the second one (LSP). This |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I press
Alt-Enter
with the cursor on a widget in Android Studio, I get a list of actions, delivered by the language server:I thought, I could get the same in (Neo)vim with
:ALECodeAction
but the result is only "No code actions received from server".Then I have activated
dart language-server
's logging in Android Studio. I believe that these are the relevant requests and responses, probably only the request and the response with id=9 (reformatted for better readability):Would it be possible to get the same in
vim-ale
?By the way, the example code used here is coming from the Flutter tutorial: Write your first app | Flutter
Beta Was this translation helpful? Give feedback.
All reactions