8

I would like to know if there is any Visual Studio Code extension for Enabling Browser Link DashBoard like in Visual Studio. I have been searching without luck, I just see result for debug. I miss open 5 windows, make a change and then ctrl + alt + Enter, refresh the five. Thank you in advance!!!

Luis Lopez
  • 561
  • 1
  • 10
  • 29
  • 1
    For small projects I solved importing live.js (http://livejs.com/) in my html views. – Luis Lopez Mar 25 '17 at 20:37
  • 1
    Same issue here. I added BrowserLink (https://stackoverflow.com/a/33034275) but seems not to work. Maybe this is because the related setting which I know from Visual Studio seems missing in Visual Studio Core. – Lion Aug 10 '17 at 18:44

1 Answers1

0

Install Microsoft Extension Live Preview for VS Code, after installing and restarting the VS Code right click on the .html file and click Show Preview it will open the file in VS Code for preview and any changes to CSS will be updated to preview just like while using Visual Studio Browser Link if you want to open it in a separate browser like Chrome just copy the link and open it in any browser.

sairfan
  • 970
  • 2
  • 12
  • 20