Flutter :: My Refactor Button does not appear while Right Click on VSCode

297

There was a bug in the Dart LSP server that prevented this from showing up. It's been fixed, but the fix has not reached Dart/Flutter stable channels yet:

https://github.com/Dart-Code/Dart-Code/issues/2885

You can still access all of the refactors from the Lightbulb menu (Ctrl+.) in the meantime, or you could disable the "Dart: LSP Preview" setting in VS Code to revert to the older protocol until the fix has rolled out.

Share:
297
bPranoto
Author by

bPranoto

Updated on December 27, 2022

Comments

  • bPranoto
    bPranoto over 1 year

    My Refactor Button does not appear while Right Click on VSCode Flutter: 1.22.5 VSCode: 1.53.0

    Is there anyone can help to tell how to make refactor to be appear while Right Click on VSCode?

    Thx in advance

  • bPranoto
    bPranoto about 3 years
    Thanks for your solution & advises. My refactor menu already back. I do your suggestion to disable the "Dart: LSP Preview" setting in VS Code