Latest

All the resources in the Guide, starting with most recent.

React, TypeScript, and TDD

Tutorial

React, TypeScript, and TDD
How to write React applications in TypeScript using TDD, highlighting features of the IDE
Class Components With State

Part of tutorial

Class Components With State
Make a very simple class component with local counter state, then make a type definition for that state.
Class Components With Props

Part of tutorial

Class Components With Props
Make a simple class component with a single prop, again with a TypeScript interface describing the props.
Debugging TSX With Chrome

Part of tutorial

Debugging TSX With Chrome
Sometimes you need to debug in the browser. Use the IDE to remote control Chrome during debugging.
Resolve Merge Conflicts in VCS

Tip

Resolve Merge Conflicts in VCS
Use VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editor.
Moving Statements Around

Part of tutorial

Moving Statements Around
Moving a line, paragraph or selection up and down.
Moving Lines Around

Part of tutorial

Moving Lines Around
Moving a line, paragraph or selection up and down.
Introduction

Part of tutorial

Introduction
This tutorial will cover rearranging code at a class and project level.
Rearranging Code in IntelliJ IDEA.

Tutorial

Rearranging Code in IntelliJ IDEA.
How you can rearrange code in your classes and projects
Example of Moving Code Around

Part of tutorial

Example of Moving Code Around
Invoking Rearrange Code on a Class and Viewing the results.
Working with EditorConfigs

Part of tutorial

Working with EditorConfigs
What is a .editorconfig file and how can you use it in IntelliJ IDEA.
Reformatting with Alt + Enter

Part of tutorial

Reformatting with Alt + Enter
Using intention actions on a selection to change the code style settings.