Shortcuts
Shortcuts
View Screen Management
# Move the current file to right/left (Different Group) ctrl + cmd + right/left
Computational Programming
Show attributes on an object computationally
# Discover exported attributes like object property ctrl + space
Use the shortcut instead of bouncing around looking for methods or attributes exported from an object or module
Auto-complete
Apply auto-complete
cmd + .
Changing Symbol Names
Do NOT manually edit symbol name references
Vscode has change symbol feature to computationally change symbol names
- How this can go wrong: if you manually change symbol reference, you might miss a reference in corresponding test files or distant files that reference it (e.g. dependency injection symbol)
- Use the
Change All occurances
from right click OR
shift + F6
Search codebase by Symbol
cmd + shift + O