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

Live Edit in HTML, CSS, and JavaScript

Last modified: 28 September 2022

Available only in PyCharm Professional: download to try or compare editions

Required plugins:

Javascript and TypeScript, JavaScript Debugger -  The plugins are available only in PyCharm Professional, where they are enabled by default.

Live Edit -  Install the plugin on the Settings | Plugins page, tab Marketplace. The plugins are available only in PyCharm Professional.

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.

https://resources.jetbrains.com/help/img/idea/2022.3/live_edit_example_html_css.png
Gif

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.