Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

vscode.dev

Now when you go to https://vscode.dev, you'll be presented with a lightweight version of VS Code running fully in the browser.

vscode.dev Reviews and details

Screenshots and images

  • vscode.dev Landing page
    Landing page //
    2023-05-03

Features & Specs

  1. Accessibility

    You can access VSCode.dev from any device with a web browser, making it highly convenient for on-the-go editing.

  2. No Installation Required

    Users can start coding immediately without any need to install software, simplifying the setup process.

  3. Cross-Platform Compatibility

    VSCode.dev works across different operating systems (Windows, macOS, Linux), offering flexibility.

  4. Regular Updates

    The web version receives updates in sync with the desktop version, ensuring you have access to the latest features and improvements.

  5. Extension Support

    Many extensions available in the desktop version are also accessible in VSCode.dev, enhancing functionality.

Badges & Trophies

Promote vscode.dev. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

VSCode.Dev (VS Code in the Browser) - A Few Reasons You Might Care

VSCode In The BROWSER!? | vscode.dev | VS Code Online

vscode.dev - VS Code In The Browser!!

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about vscode.dev and what they use it for.
  • Who Needs Software for Development Anyway?
    The GitHub code editor (immediately accessible by changing the ".com" to ".dev" in your browser URL, in case you didn't know) is miles, leagues ahead of what AWS has to offer. It has a full, working version of vscode.dev, which is pretty much the same as github.dev those days, I hear. It will allow you to install supported extensions, do some code completion, run your tests - and even has a shell! You can't... - Source: dev.to / 3 months ago
  • Show HN: I'm tired of sharing code using PasteBin and Slack, so I made this
    Vscode itself can run in the browser (https://vscode.dev/), and presumably so could the extension - so a full live-demo ought to be possible. - Source: Hacker News / 4 months ago
  • Dear AWS, how do I build & develop purely on AWS right now?
    As an alternative for Cloud9, you can use vscode.dev, which runs VS Code in the browser or other alternatives that are more integrated and personalized like gitpod.io or Github Codespaces. - Source: dev.to / 8 months ago
  • Coding on iPad using VSCode, Caddy, and code-server
    Is it ergonomic to code on a tablet without bci? https://vscode.dev can connect to a remote vscode instance in a container e.g. Over Remote Tunnels ; but browsers trap so many keyboard shortcuts. Which container with code-server to run to connect to from vscode client? You can specify a development container that contains code-server with devcontainer.json. vscode, Codespaces and these tools support... - Source: Hacker News / 8 months ago
  • Show HN: Defrag the Game
    Microsoft has an elaborate VS Code demo app that uses this API. Click "Open Folder" to see the API in action): https://vscode.dev. - Source: Hacker News / 8 months ago
  • Zed on Linux Is Here
    I do believe one can join collab sessions from https://vscode.dev/ as well? So no need to install anything, it runs well and officially in the browser And for those with installed VSCode they need to add the Live Share extension to get this functionality, it’s not built in from the start, but offered through that official extension? https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare. - Source: Hacker News / 10 months ago
  • Run VSCode and terminal on any iOS device
    When you work locally with this, what happens when you open a terminal from vscode? Or is it disabled like in https://vscode.dev. - Source: Hacker News / 11 months ago
  • Minimal phone gets back to basics with E Ink display and real keyboard
    Depends on your particular flavor of 'real' dev. https://vscode.dev/. - Source: Hacker News / about 1 year ago
  • Show HN: SnapCode – a real Java IDE in the browser
    FYI, you don't have to install vscode (https://vscode.dev/). The announcement is a good overview of when that makes more or less sense: https://code.visualstudio.com/blogs/2021/10/20/vscode-dev. - Source: Hacker News / about 1 year ago
  • Game Engines For Chromebook
    If you can't install software on it: You're probably not going to be able to fully make and publish a mobile game this way, but you can learn how by using an online IDE. Use e.g. Phaser and https://vscode.dev/ and you can put something together well enough to learn what you're doing. Source: over 1 year ago
  • connect to Dropbox file with vscode.dev VSCode Extension
    I'm trying out: https://vscode.dev/. Source: over 1 year ago
  • Whats the best coding app for iPad under $10? And why
    Why would you want to code on an iPad? If I had to, I would probably run a cloud based IDE, for example https://vscode.dev. Source: over 1 year ago
  • Replit discontinuing support for Teams for Education
    You can have your students use vscode.dev for a VSCode environment that can integrate with the files on their Chromebook real-time and automatically update them. Source: over 1 year ago
  • What to teach in a 90min introduction to programming for non-devs?
    First of all, don't bother with setting up ANYTHING on their machines. You'll waste all your time solving basic issues that aren't related to programming at all. If you want to do some coding, go for an online IDE, such as https://vscode.dev/. You might also find the Visual Studio Live Share feature useful. Source: over 1 year ago
  • How far into the CS50 series can you go on an Android tablet using vscode.dev?
    I'm interested in taking CS50, Web, AI, and SQL. My MacBook's battery is very much dead and it's $250 to replace. However, I have a Galaxy S8 tablet and could pick up a nice Keychron Bluetooth keyboard for $80, and vscode.dev on the S8 works just fine. Does the entire CS50 series use an online environment, or will I eventually need a Mac/PC? (and yes I know I can install Linux on the S8, but that sounds like a... Source: over 1 year ago
  • DeVStudio – Runs VS Code on Android
    The sad thing is, you shouldn't need it if only Microsoft would spend some time to make their own web-based version work on mobile devices: https://vscode.dev/. - Source: Hacker News / over 1 year ago
  • DeVStudio – Runs VS Code on Android
    This seems like a complete waste since https://vscode.dev etc exist. - Source: Hacker News / over 1 year ago
  • Introduction to VSCode and extensions for Front-end students
    VSCode can be downloaded from the VSCode Download Page. Alternatively, you can use the web version at vscode.dev. The startup screen of VSCode is shown in Figure 2. - Source: dev.to / over 1 year ago
  • code-server or vscode.dev or remote ssh?
    Curious what is likely to be the best option. I've been using exclusively code-server hosted on my VPS for a year, but I recently saw vscode.dev along with remote ssh from the desktop client. Is there a way to auto connect to the remote server to work off of it from these tools or do I have to take a manual step to do so each time? Do you think one option is better than the rest? Source: almost 2 years ago
  • 🚀 Introducing VS Code Remote Tunnels: Connect to Remote Machines with Ease!
    After logging into your GitHub account, a tunnel will start up on your current machine, allowing you to connect to it remotely. You can open the vscode.dev link from the notification and start coding in the remote environment. - Source: dev.to / almost 2 years ago
  • Anybody who uses Replit instead of VScode for JavaScript? What are your opinions on it?
    The only reason I would suggest something like repl.it (or hell you can do VS Code on the web https://vscode.dev/) is if they were using something like a chrome book that they weren't comfortable messing with to get "real linux on it". And I think on most of them you can install VS Code directly on a chromebook. Source: almost 2 years ago

Do you know an article comparing vscode.dev to other products?
Suggest a link to a post with product alternatives.

Suggest an article

vscode.dev discussion

Log in or Post with

This is an informative page about vscode.dev. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.