A company that makes a suite of language-specific IDEs.

Key binds

Basic utilities:

  • To search:
    • Ctrl + Shift + f opens a global search throughout the project files.
    • Shift + Shift opens a global search.
  • To refactor:
    • Shift + F6 renames a file or variable.

Version control:

  • Ctrl + T will update the project (pull from a remote repository).
  • Ctrl + K to open the commit menu.
  • Ctrl + Shift + K to push to the remote repository.
  • Ctrl + Alt + N to create a new branch.