Explore Content

Latest content

Run npm Scripts from package.json

Tip

Run npm Scripts from package.json
Browse your package.json scripts and run in a dedicated tool window.
Creating a Project from GitHub

Tutorial

Creating a Project from GitHub
How you can create an IntelliJ IDEA project from your code in GitHub.
JetBrains .NET Days Online 2024

Playlist

JetBrains .NET Days Online 2024
Session recordings of JetBrains .NET Days Online 2024.
Bind Arguments to Godot's Callables

Tutorial

Bind Arguments to Godot's Callables
When reusing functionality for signals, use Callable and bind arguments
Navigation Bar - All the power!

Tip

Navigation Bar - All the power!
The Navigation Bar can do much more than you think!
Rainbow Trail Effects for Godot

Tutorial

Rainbow Trail Effects for Godot
Create a rainbow trail effect for your 2D games using Line2D
Singletons and Autoloads with Godot and C#

Tutorial

Singletons and Autoloads with Godot and C#
We'll walk through how to setup and enable singletons using Godot's autoloads also known as Globals.
Starter Player Controls For 2D Godot Games

Tutorial

Starter Player Controls For 2D Godot Games
We'll walk through simple yet effective starter controls for your 2D Godot games to get your characters up and running.
Change your Code Font Weight

Tip

Change your Code Font Weight
We spend hours looking at our code so let's make it as pleasant as possible.
Command in chat

Tip

Command in chat
Use predefined command in chat.
Inline code completion

Tip

Inline code completion
Let AI Assistant write code for you, using inline code completion.
Create an Editor Fold

Tip

Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.