# Move the current file to right/left (Different Group) ctrl + cmd + right/left
# 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
Apply auto-complete
cmd + .
Do NOT manually edit symbol name references
Vscode has change symbol feature to computationally change symbol names
Change All occurances
from right click ORshift + F6
cmd + shift + O