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.

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
Configuring the New UI in any JetBrains IDE

Tip

Configuring the New UI in any JetBrains IDE
Enabling and configuring the latest JetBrains UI in your IDE.
Use Recent Files

Tip

Use Recent Files
Jump to any of the files you've been using recently in your JetBrains IDE.
Lean UI

Tip

Lean UI
Get tips for modifying your JetBrains IDE UI.
Find Actions in Any JetBrains IDE

Tip

Find Actions in Any JetBrains IDE
Find various actions inside your JetBrains IDE quickly and efficiently.
How to Search Everywhere in Any JetBrains IDE

Tip

How to Search Everywhere in Any JetBrains IDE
Search for anything in your JetBrains IDE 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.
Turbocharging SQL Queries

Tip

Turbocharging SQL Queries
Speed up your SQL queries with your JetBrains IDE.
Tabless UI in any JetBrains IDE

Tip

Tabless UI in any JetBrains IDE
Configure your editor tabs to optimize your coding environment.
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
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 before you commit it.
Cleanup Code Before Commit

Tip

Cleanup Code Before Commit
Remove all the redundant parenthesis and other unneeded code before commit.
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
Drag & Drop Editor Tabs

Tip

Drag & Drop Editor Tabs
Change how the editor tabs are grouped or split using drag and 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.
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.