DEV Community

FURKAN VIJAPURA
FURKAN VIJAPURA

Posted on

Most useful 10 shortcuts for Flutter in Visual Studio Code:

  1. stless- Create a new stateless widget
  2. Ctrl + .- Quick Fix
  3. Ctrl + /- Comment out code
  4. Ctrl + Shift + /- Uncomment code
  5. Ctrl + Shift + P- Show Command Palette
  6. Ctrl + Shift + F- Search across files
  7. Ctrl + Shift + O- Go to symbol
  8. Ctrl + Shift + I- Format document
  9. Alt + Up/Down Arrow- Move line up/down
  10. Alt + Left/Right Arrow- Move cursor left/right

Top comments (0)