Article
Web Tools

Visual code editor runs in the web browser, too

A browser-hosted version of Visual Studio Code lets you view and edit local files without installing the desktop app—handy on restricted or low‑power machines.

by Whatsnew Newsroom

Modern development editors are no longer confined to desktop installs. There is a browser-hosted version of Visual Studio Code that runs entirely in the web browser, letting you open, view and edit code without installing the desktop application.

What it does in the browser

The browser edition presents a familiar VS Code interface inside a tab. When you grant permission it can open files and folders from your machine so you can edit them locally. For browsers that implement the File System Access API (for example, Chromium-based browsers), web pages can read and write files on your device with your consent, which is the key that makes a zero‑install code editor useful.

You get the basics most people rely on: a text editor with syntax highlighting, a file explorer, search, an integrated terminal-like experience (where the browser permits), and previews such as Markdown rendering. Because it runs in the browser, you can also pair it with the browser’s built-in developer tools when working on client-side HTML, JavaScript and CSS.

Good uses — and what to watch for

When to use the browser edition: - Quick edits and note‑taking: Open configuration files, tweak scripts, or write quick Markdown notes without an install. - Working on static or client-side projects: Edit and preview HTML/CSS/JS and use the browser’s devtools for debugging the front end. - Restricted or lightweight machines: On a managed PC where you can’t run installers, or on a Chromebook and other low‑power devices, the browser editor gives a familiar environment without needing admin rights or a local install. - Portability: Access your editor environment from different machines without synchronising installer setups.

Limitations to be aware of: - Not a full replacement for the desktop app: Some features that rely on native components or background processes won’t work inside the browser. Extensions that need access to local tooling (compilers, language servers, debuggers) may be limited or unavailable unless a remote component supplies them. - Server‑side development: Building and debugging server applications usually requires a local runtime or a remote development server; the browser edition is aimed primarily at editing and client‑side workflows unless paired with a remote environment. - Browser support: Full local file read/write capability depends on browser APIs; behaviour can vary with browser and platform.

If you need the full desktop feature set — advanced debugging, certain extensions or tight integration with local toolchains — stick with the installed version. But for quick work, portable editing, and front‑end tinkering, the browser-hosted Visual Studio Code offers a surprisingly capable, zero‑install option that’s worth keeping in your toolkit.

by Whatsnew Newsroom
whatsnew. APPS · WEB TOOLS · SECURITY · AI

Know what’s new.

The useful side of the internet. Covered properly.

Set as preferred →