A company that makes a suite of language-specific IDEs.
- CLion for C/C++
- PyCharm for Python
- IntelliJ for Java/Kotlin
- WebStorm for JavaScript/TypeScript
- RustRover for Rust
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.