DEV Community

Discussion on: Visual Studio Code Browser Preview

Collapse
 
awvisual profile image
Vandamme Wouter

And how does this work with the browser version?

Collapse
 
jamesqquick profile image
James Q Quick

I'm not sure what you mean?

Collapse
 
awvisual profile image
Vandamme Wouter • Edited

If using online visual studio, how can we preview in browser. Offline we can use open with live server...
What i mean is coding with the online vscode and at the same time see the result in the browser.

Thread Thread
 
awvisual profile image
Vandamme Wouter

Actually I found a solution. Added SFTP to the online VS workspace and saves the files on save to my dev server. That way i can check my code in realtime.
But i assume that there is an easier way for doiing this ...

Thread Thread
 
deepakkhannagep profile image
Deepak Khanna • Edited

Hi, sounds great.
Possible to have a chat and discuss in detail about your creation for this?

Collapse
 
aditya_singhal_135d760c2f profile image
Aditya Singhal

Hey, I am making a replit kind of website for a react playground, how to have a preview window inside my coding playground just like replit or code sandbox?