JetBrains Rider 2023.3 Help

Live Edit in Node.js applications

With the Live Edit functionality, the changes you make to your HTML, CSS, or JavaScript code are immediately shown in the browser without reloading the page.

Live Edit works for other file types that contain or generate HTML, CSS, or JavaScript.

By default, Live Edit is enabled only in HTML and CSS files.

Before you start

  1. Make sure you have Node.js on your computer.

  2. Make sure the JavaScript and TypeScript, JavaScript Debugger, Node.js, and Live Edit required plugins are enabled on the Settings | Plugins page, tab Installed. For more information, refer to Managing plugins.

Enable Live Edit

  1. Press Ctrl+Alt+S to open the IDE settings and then select Build, Execution, Deployment | Debugger | Live Edit.

  2. Select Update Node.js application on changes. Specify the time-delay between changing the code in the editor and showing this change in the browser: accept the default value 300 ms or specify a custom value using the spin box next to the corresponding field.

Last modified: 21 March 2024