Dynamic Remo
Dynamic Remo

Reputation: 531

Live Editing in WebSorm 11.0.3

I have been trying to configure the Live Editing for WebStorm 11.0.3 and can't get that done. I have already followed the steps provided on their JetBrains Website and lots of Youtube Videos but that doesn't work for me. Someone please list or refer the step by step guide to configure that. I am using Windows10, and WebStorm 11.0.3 with a Student License. Thanking You!

Upvotes: 0

Views: 103

Answers (1)

Ekaterina Prigara
Ekaterina Prigara

Reputation: 4957

  1. Install JetBrains IDE Support Chrome extension
  2. Right-click on HTML file that you want to Live edit in the editor, select Debug. WebStorm will open that file in Chrome and start debug session.
  3. Start editing the file, you'll changes you make in the browser.

Live edit works best for HTML and CSS files, it also works for JavaScript files (including Node.js): read more about it in WebStorm blog

Upvotes: 1

Related Questions