Describe the bug
Flutter extract variable option is not showing and shows only extract method and widget option and by extracting method/widget it doesnot ask for name and give it default name of newmethod/newWidget
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Previously it was showing option to extract variable and also will ask for name after extracting variable/widget/method name
ScreenShorts


Versions (please complete the following information):
I have the same problem with the latest version.
I have the same problem with the latest version.
I switched to android studio on temporary basis. Its working fine there.
I have to disable the LSP feature and it works fine on vscode.
I have to disable the
LSPfeature and it works fine on vscode.
Thanks borther setting LSP to false solved the problem
Thanks for the report! Extract Variable isn't currently available in the LSP version. There's an open issue tracking this at https://github.com/Dart-Code/Dart-Code/issues/2951. Thanks!