GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Live Edit in HTML, CSS, and JavaScript

Last modified: 12 December 2022

Required plugins:

Javascript and TypeScript, JavaScript Debugger -  The plugins are bundled with GoLand and enabled by default.

Live Edit -  Install the plugin on the Settings/Preferences | Plugins page, tab Marketplace.

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. You can also use Live Edit when debugging a Node.js application. See Live Edit in Node.js application for details.

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