VS Code Tips

Saving some helpful vscode tips for future reference

Date Created:
Last Edited:
2 515

Useful Hotkeys


  • CTRL+SHIFT+P - search for vscode commands
    • You can use this hotkey to quickly open up user settings
  • SHIFT+ALT+F - format HTML documents


If you are having trouble with Hotkeys / Keyboard Shortcuts, then there maybe a problem with another application on your computer capturing the keystrokes. Try closing other applications - like pgAdmin.

Python


  • For Jupyter notebooks, use the version of Python that is installed on your machine - not anaconda.
  • This stack overflow post goes into detail on how to speed up the problem where Jupyter notebooks take forever to execute Python.
  • TensorFlow is difficult to run with anaconda, so it is best to use the python kernel on your machine.


You can read more about how comments are sorted in this blog post.

User Comments