Platform

Platform

A group of technologies or features shared among more than a single specific language

The technologies are part of the greater IntelliJ Platform, the underlaying technology behind all of our IDEs. The technologies, features, and functionalities found here are shared among all our IDEs and work with more than a specific programming language.

Local History

tip

Local History
Search text in Local History
Configuring the New UI in any JetBrains IDE

tip

Configuring the New UI in any JetBrains IDE
We'll walk you through the steps to enable the sleek and efficient New UI in your favorite JetBrains Integrated Development Environment.
How to Quickly Jump to Recent Files in any JetBrains IDE

tip

How to Quickly Jump to Recent Files in any JetBrains IDE
Are you tired of hunting for that crucial file buried in your project? Say goodbye to the hassle with these IDE shortcuts and tips. Jump to recent files effortlessly in JetBrains IDEs like IntelliJ IDEA, PyCharm, PhpStorm, WebStorm, GoLand, CLion, RubyMine, and more!
Lean UI JetBrains IDE

tip

Lean UI JetBrains IDE
Have you ever wondered how to achieve a lean-looking editor without sacrificing essential features? Our IDEs come packed with functionalities, but sometimes, all those toolbars and status bars can clutter your workspace.
Find Actions in Any JetBrains IDE

tip

Find Actions in Any JetBrains IDE
If you want to do something, but don't remember the shortcut or menu option, use Find Action. Press ⇧⌘A (on Mac) or Control+Shift+A (on Windows/Linux)
How to Search Everywhere in Any JetBrains IDE

tip

How to Search Everywhere in Any JetBrains IDE
Use ⇧⇧ (macOS), or Shift+Shift (Windows/Linux), to bring up the Search Everywhere dialog. You can search across Classes, Files, Symbols and Actions.
Code vision

tip

Code vision
Focus on your code while getting additional information about it.
Go doc comments in quick documentation

tip

Go doc comments in quick documentation
Support for links, lists, and new headings in doc comments.
Tabless UI in any JetBrains IDE

tip

Tabless UI in any JetBrains IDE
In any JetBrains Integrated Development Environment (IDE), you have the power to take control of your workspace. In this video, we'll show you how to configure your editor tabs to optimize your coding environment.
Turbocharging SQL Queries

tip

Turbocharging SQL Queries
Want to take your SQL query speed to the next level? This video will explore how your JetBrains IDE can help you achieve faster SQL queries.
Changing the font size in the editor

tip

Changing the font size in the editor
Use a keyboard shortcut to change the font size in the editor.
Run Anything

tip

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.
Quick Documentation

tip

Quick Documentation
View documentation for any symbol without interrupting your workflow.
Cleanup unused IDE directories

tip

Cleanup unused IDE directories
If you stopped using an older version of the IDE, it's the right time to do some cleanup
Run actions on save

tip

Run actions on save
Perform various tasks after you save the files you work on
Select the builtin Terminal shell

tip

Select the builtin Terminal shell
Run multiple shells from the same UI with ease
Search text in Local History

tip

Search text in Local History
Find exactly what you are looking for, even if you removed it
Cleanup code before commit

tip

Cleanup code before commit
Remove all the redundant parenthesis and other unneeded code before commit
Run tests before commit

tip

Run tests before commit
Make sure your tests pass before reaching the CI/CD pipeline
Run inspections before commit

tip

Run inspections before commit
Catch all issues before your code reaches the upstream
Sign Git commits with GPG keys

tip

Sign Git commits with GPG keys
Improve the security of your commits by using GPG keys
New Features in GoLand 2021.2

playlist

New Features in GoLand 2021.2
A selection of useful features from GoLand 2021.2
Change the editor font size using the mouse wheel

tip

Change the editor font size using the mouse wheel
Increase or decrease the font size on-the-fly
Drag & drop editor tabs

tip

Drag & drop editor tabs
Change how the editor tabs are grouped or split using drag&drop
Full support of Mermaid syntax

tip

Full support of Mermaid syntax
Seamlessly integrate, create, and visualize Mermaid diagrams
Open file in split editor

tip

Open file in split editor
View two files side-by-side by directly opening the second one in a split-editor mode
Preview file contents

tip

Preview file contents
Have a look at what's in the file without opening it.
Perform simple math in Search Everywhere

tip

Perform simple math in Search Everywhere
Quickly perform simple math operations from the comfort of your IDE.
Sync the IDE theme with the OS theme

tip

Sync the IDE theme with the OS theme
Have your IDE theme synchronize with your OS one throughout the day.
New Features in GoLand 2020.3

playlist

New Features in GoLand 2020.3
A selection of useful features from GoLand 2020.3
Auto-Run Tests

tip

Auto-Run Tests
Get into testing mode by telling GoLand to automatically re-run tests as you type.
Conditional Breakpoints

tip

Conditional Breakpoints
Speed up your debugging by stopping execution only when you want to.
Create a Project from GitHub

tip

Create a Project from GitHub
Let GoLand do the work to clone and set up a project hosted on GitHub.
Move Block Up/Down Using Keyboard

tip

Move Block Up/Down Using Keyboard
Use the keyboard to move a line or selection up or down in your file.
Put New Project Under Version Control

tip

Put New Project Under Version Control
The fastest way to register a new project directory under local version control.
Quick Documentation

tip

Quick Documentation
View arguments and documentation without interrupting your flow.
Rename Symbol

tip

Rename Symbol
Change a variable name, class name, or other symbol, across the project.
Spot Coverage Gaps Using the Gutter

tip

Spot Coverage Gaps Using the Gutter
Let the IDE help you spot coverage gaps in your testing.