JetBrains

JetBrains

JetBrains develops IDEs (integrated development environments), e.g. for Java, JavaScript, PHP, ...

Products

  • IntelliJ IDEA (for Java)
  • WebStorm (for JavaScript)
  • PyCharm (for Python)
  • PhpStorm (for PHP)
  • ...

Installation

Recommendation: Install the JetBrains Toolbox which can be used to install / upgrade IDEs

Basics

  • opening a folder
  • file explorer
  • creating files
  • terminal
  • settings

Code formatting

command for automatic code formatting: Ctrl + Alt + L

can be configured to run on every save

optional for JavaScript formatting: install the prettier formatter via npm and enable it in the settings