Latest

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

Putting Several Lines Together

Tip

Putting Several Lines Together
Quickly join lines or blocks of code.
Fix Code Formatting

Tip

Fix Code Formatting
Learn how to fix code formatting on the fly.
Duplicating Lines

Tip

Duplicating Lines
Sometimes we need to duplicate a line of code. Learn how to do that with one keyboard shortcut.
Deleting Lines

Tip

Deleting Lines
Delete a line of code without using the mouse.
Working with Scratch Files

Tip

Working with Scratch Files
Create scratches to make notes or work with code outside of the project context.
Complete Current Statement

Tip

Complete Current Statement
Add curly braces and move the cursor with a single keystroke.
Select Code Fragment

Tip

Select Code Fragment
Select a code fragment without a single click.
Change Quote Style for CSS

Tip

Change Quote Style for CSS
Configure whether double or single quotes should be used.
Adding <script> Tag

Tip

Adding <script> Tag
Get help when adding the script element to your code.
Adding Imports Automatically

Tip

Adding Imports Automatically
WebStorm helps add an import even if you're using default exports.
Complete Current Statement

Tip

Complete Current Statement
Add trailing commas or braces and move the cursor to the right place with a single keystroke.
Autocomplete Django Settings Strings

Tip

Autocomplete Django Settings Strings
Use autocomplete when typing a string in the apps section of your settings file.