Visual Studio Code now available as Web based editor for GitHub repos

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Code-Server

    VS Code in the browser

  • Hmm. $0.18 per hour for 4GB of RAM is a rather steep. A c6g.large on AWS would run you less than a half of that, for the same number of CPUs and memory. A quarter if you're happy to use spot instances. Might be neat to have an OSS tool that spins up an EC2 (or Azure or GCP) instance running Code-Server[1] (VS Code running natively on the server, but presenting the UI in the browser), given a git repo and credentials.

    Admittedly, the storage costs would be higher.

    [1]: https://github.com/cdr/code-server

  • vscode-neovim

    Vim mode for VSCode, powered by Neovim

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • firenvim

    Embed Neovim in Chrome, Firefox & others.

  • github1s

    One second to read GitHub code with VS Code.

  • brackets

    An open source code editor for the web, written in JavaScript, HTML and CSS. (by brackets-cont)

  • The community is working on it now at https://github.com/brackets-cont/brackets .

  • ML-Workspace

    🛠 All-in-one web-based IDE specialized for machine learning and data science.

  • cocalc-docker

    Discontinued DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • indent-blankline.nvim

    Indent guides for Neovim

  • >NeoVim doesn't have stable indent visualization lines

    https://github.com/lukas-reineke/indent-blankline.nvim/

  • ace

    Ace (Ajax.org Cloud9 Editor)

  • I'm someone who also writes code for a living. Linux and MacOSO are my primary OSes (in that order). I've used Windows, but only sparingly.

    I've written a lot of C, a lot of scripting languages, and a bit of C++. I've used many IDEs.

    For me, the "command line" workflow of Makefiles, vim & gdb are really, well, great. When I was a graduate student, I did a lot of pair-programming with a vim wizard who showed me just how insanely fast one can be with it -- it's small, but extensible. Sufficiently intelligent that you can open a 10 GB+ text file in it, jump to a certain line, make a change and exit. It's an add on to an IDE. Sometimes, for me, it replaces it.

    I've never ever felt the need to use VS, or VSCode. I know other devs love VS for C++, but I love vim – VS feels like an IDE where you have to memorise the location of 4e6 different GUI positions and take your hands continually off the keyboard to do anything. Intellisense (and, to a lesser extent, Windows as a whole) deeply irritates me. Vim has a weird, esoteric language with a learning cliff rather than a learning curve -- but I've used it almost from day one. It lets me feel incredibly powerful.

    You and I are different. We've got different interests, different application areas in mind, and different preferences for how to write code and debug it. And that's okay! The key to being productive is accepting that people are different, work differently under different circumstances, and have different strengths, skills, and preferences. It's much better to be accommodating of them, rather than stifle them, and leave a proportion of your staff frustrated.

    I'm just very slightly peeved that your preferences are being chosen by Github as a defacto default $EDITOR, but that there is no option whatsoever for mine – despite the fact that javascript vim / emacs "modes" are recognised as being almost religious, with highly developed FOSS javascript libraries nearly offering both keybindings and an implementation for either editor at a click of a button [e.g. 1] that have been around for >10 years.

    On top of that, I can't help but notice that Github is usually very accommodating with individual developers' preferences -- to the extent there are often multiple ways of doing things as a result. The fact that, now, both Github and VSCode are both Microsoft products -- and that Microsoft famously likes people to use its "infrastructure", which is often orthogonal to the rest of the world -- just makes a little tiny bit of me feel like this is a change being pushed upon us, as originally explained in their "Embrace, Extend, Extinguish" strategy. I get it, it's a neat feature in beta, and it'll directly benefit some large proportion of their users. But if they're going to deploy fully equipped editors to the web, I'd like to have the ability to chose mine -- and give you the freedom to choose yours. I can't help but think that if this feature was developed prior to their acquisition by Microsoft, it wouldn't be VSCode that was deployed.

    [1] https://github.com/ajaxorg/ace

  • pylance-release

    Documentation and issues for Pylance

  • Last I checked, most of the MS-owned language servers used proprietary licenses.

    An example is the Python language server

    https://github.com/microsoft/pylance-release

    They base it 90% on the open-source pyright library. Then the lock down all their own enhancements.

    https://github.com/microsoft/pyright

    This is why MIT isn't always the correct choice. GPL wouldn't hurt devs at all and would protect from this kind of garbage from MS.

  • pyright

    Static Type Checker for Python

  • Last I checked, most of the MS-owned language servers used proprietary licenses.

    An example is the Python language server

    https://github.com/microsoft/pylance-release

    They base it 90% on the open-source pyright library. Then the lock down all their own enhancements.

    https://github.com/microsoft/pyright

    This is why MIT isn't always the correct choice. GPL wouldn't hurt devs at all and would protect from this kind of garbage from MS.

  • repo

  • > - Some of the most used VSCode hotkeys are browser hotkeys, like Ctrl+T, Ctrl+P, Ctrl+Shift+P etc. The functions aren't even rebound to anything else, they're just not available via hotkeys.

    You can also use "chromium --app $url" and you'll have these key bindings available. If you want to use github isolated from your browser history, you can use it like so:

    [$] chromium --user-data-dir=$HOME/github_or_whatever --app="https://github.com/orga/repo" --new-window;

  • vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  • gitlab

  • GitLab had a Web IDE for a while and we're considering adding the same . shortcut for it in https://gitlab.com/gitlab-org/gitlab/-/issues/340095

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts