fedor.belov
fedor.belov

Reputation: 23323

What is the simplest way to view results at WebStorm?

Suppose I have changed html file. What is the best way to view results? Am I able to view results right in IDE (WebStorm)? Or I have to open browser by using Alt-F2?

Upvotes: 1

Views: 1497

Answers (2)

Dino Fancellu
Dino Fancellu

Reputation: 2004

Still doesn't as, of 5.0.2, allow for in IDE browser windows, you you have to keep flipping back to browser to see changes, which is a tad sucky. No idea why they don't have this, its not exactly an unknown technique.

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 401945

WebStorm doesn't have internal preview, so you need to verify the results in the browser. You can keep it running and just switch to the window and refresh the page, in WebStorm you can enable an option to save files automatically on frame deactivation.

Update: see also the new instant preview feature.

Upvotes: 1

Related Questions