Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic refresh of browser when I modify HTML or CSS in Visual Studio 2013 Preview

I am testing Visual Studio 2013 Preview. The Browser Link feature (codenamne Artery) lets me update browsers I have opened to my web site using the Ctrl-Alt-Enter sequence.

At Build 2013, they demonstrated a feature of VS2013 Preview where the user can configure it so the running browsers automatically refresh whenever the HTML and CSS is modified.

How do I do that with Visual Studio 2013 Preview?

like image 987
Klas Mellbourn Avatar asked Jul 01 '13 17:07

Klas Mellbourn


People also ask

How do I make HTML refresh automatically?

Approach 1: One can auto refresh the webpage using the meta tag within the head element of your HTML using the http-equiv property. It is an inbuilt property with HTML 5. One can further add the time period of the refresh using the content attribute within the Meta tag.

How do I Preview HTML in Visual Studio browser code?

Open the Extensions view (Ctrl+Shift+X) and search on 'live preview' or 'html preview' to see a list of available HTML preview extensions.

How do you refresh VS code?

To refresh the currently active viewChoose Refresh from the Window menu, or click the Refresh button in the toolbar.


1 Answers

That feature isn't in the Preview build. It was an extension I wrote for a newer nightly build of VS2013. It will be available in the final release of VS2013

like image 166
Mads Kvist Kristensen Avatar answered Oct 16 '22 09:10

Mads Kvist Kristensen