Latest

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

Testing code

Part of tutorial

Testing code
Get started with testing. We will use Jest as an example.
Running code

Part of tutorial

Running code
How to run your code and see the results? Let's explore.
Refactoring

Part of tutorial

Refactoring
See how the IDE helps you safely refactor code, without breaking existing code.
Navigation in web applications

Part of tutorial

Navigation in web applications
How can you find what you want? Let's look at navigating around a code base.
Introduction

Part of tutorial

Introduction
Introduction to the Web Fundamentals in Rider series.
Debugging code

Part of tutorial

Debugging code
What's your code doing? Step through code with the debugger, and find out.
Coding Assistance

Part of tutorial

Coding Assistance
Find out how Rider helps you write better code, faster.
Webinar Summary - Working with SQL and Databases in IntelliJ IDEA

JetBrains Blog

Webinar Summary - Working with SQL and Databases in IntelliJ IDEA
Watch ‘Working with SQL and Databases in IntelliJ IDEA’ by Maksim Sobolevskiy, Product Marketing Manager for Database Tools at JetBrains.
Split Screen Without Tabs

Tip

Split Screen Without Tabs
Get your code and tests side-by-side without using tabs.
Spot Coverage Gaps Using the Gutter

Tip

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

Tip

Run Single Test
Speed up testing by focusing on one test.
Rename Symbol

Tip

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