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.

tip

Local History
Search text in Local History

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.

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!

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.

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)

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.

tip

Code vision
Focus on your code while getting additional information about it.

tip

Go doc comments in quick documentation
Support for links, lists, and new headings in doc comments.

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.

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.

tip

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

tip

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

tip

Quick Documentation
View documentation for any symbol without interrupting your workflow.

playlist

New Features in GoLand 2021.2
A selection of useful features from GoLand 2021.2

tip

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

tip

Run actions on save
Perform various tasks after you save the files you work on

tip

Select the builtin Terminal shell
Run multiple shells from the same UI with ease

tip

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

tip

Run inspections before commit
Catch all issues before your code reaches the upstream

tip

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

tip

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

tip

Sign Git commits with GPG keys
Improve the security of your commits by using GPG keys

tip

Change the editor font size using the mouse wheel
Increase or decrease the font size on-the-fly

playlist

New Features in GoLand 2020.3
A selection of useful features from GoLand 2020.3

tip

Drag & drop editor tabs
Change how the editor tabs are grouped or split using drag&drop

tip

Full support of Mermaid syntax
Seamlessly integrate, create, and visualize Mermaid diagrams

tip

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

tip

Preview file contents
Have a look at what's in the file without opening it.

tip

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

tip

Sync the IDE theme with the OS theme
Have your IDE theme synchronize with your OS one throughout the day.

tip

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

tip

Conditional Breakpoints
Speed up your debugging by stopping execution only when you want to.

tip

Create a Project from GitHub
Let GoLand do the work to clone and set up a project hosted on GitHub.

tip

Move Block Up/Down Using Keyboard
Use the keyboard to move a line or selection up or down in your file.

tip

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

tip

Quick Documentation
View arguments and documentation without interrupting your flow.

tip

Rename Symbol
Change a variable name, class name, or other symbol, across the project.

tip

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