Skip to content

Instantly share code, notes, and snippets.

@kleinlennart
Last active May 24, 2018 19:20
Show Gist options
  • Save kleinlennart/b09586e195148739b23a84955bc8428b to your computer and use it in GitHub Desktop.
Save kleinlennart/b09586e195148739b23a84955bc8428b to your computer and use it in GitHub Desktop.
Shortcuts Cheatsheet for different Programms

Shortcuts Cheatsheet (MacOS)

A collection of shortcuts I find useful

Android Studio

Shortcut Function
fn + F1 Shows documentation
Shift + alt + S Reformat Code with dartfmt
Cmd + S Save File and Flutter Hot Reload
Cmd + S + Shift Flutter Full Reload
Ctrl + Space Auto Complete Suggestions
Alt + Enter Nesting Options for a Widget, Quick Fix
Alt + Cmd + L Reformat Code
Cmd + P Parameter Info
``

VS Code

Shortcut Function
Shift + Alt + F Format Code
Shift + Cmd + P Open Command Palette
Alt + Cmd + Up Add Cursor Above

https://code.visualstudio.com/docs/getstarted/tips-and-tricks#vscode

Eclipse

Shortcut Function
Cmd + Shift + L List of all shortcuts
Cmd + Shift + O Auto Import missing packages
Ctrl + Space Auto Complete Sugsestions
``
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment