TypeScript VSCode

Open-source TypeScript projects categorized as VSCode

Top 23 TypeScript VSCode Projects

  1. Code-Server

    VS Code in the browser

    Project mention: Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s) | news.ycombinator.com | 2026-06-03

    I'm using https://coder.com for all my development containers. I've got mine hooked up to a k8s cluster, but anything that you can provision with Terraform can be used (e.g. docker containers).

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. continue

    ⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

    Project mention: Why We Stopped Using vLLM 0.6 for Local LLMs in Favor of Ollama 0.5 for Code Tasks | dev.to | 2026-04-28

    The Continue VS Code extension (https://github.com/continuedev/continue) has native support for Ollama 0.5, enabling seamless code completion and chat directly in your IDE without any cloud dependencies. To set up Continue with Ollama, install the Continue extension from the VS Code marketplace, then add the following configuration to your VS Code settings.json file. This will configure Continue to use your local Ollama instance for code completion, with the custom codellama-custom model we created earlier. Unlike cloud-based LLM extensions, this setup has zero latency from network requests, no data privacy concerns (all processing happens locally), and works offline once models are pulled. Our team saw a 30% increase in developer productivity after switching to local Ollama + Continue, as developers no longer had to wait for cloud API responses or worry about proprietary code being sent to third-party servers. Continue also supports chat-based code generation, where you can ask the local Ollama model to explain a function, write tests, or refactor code, all without leaving VS Code. This integration took 5 minutes to set up per developer, and eliminated our team’s reliance on cloud-based code LLM tools entirely.

  4. github1s

    One second to read GitHub code with VS Code.

    Project mention: Read GitHub repos in one second in VSCode | news.ycombinator.com | 2025-07-15
  5. kilocode

    Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.

    Project mention: Ask HN: What is your (AI) dev tech stack / workflow? (June 2026) | news.ycombinator.com | 2026-06-05

    The simplest mainstream options for tools:

    1) Claude Desktop which includes Claude Code for Anthropic: https://claude.com/product/claude-code (alternatively the terminal based version; either way get the subscription)

    2) Codex for OpenAI: https://developers.openai.com/codex/app (same as above, subscription preferred instead of paying per token)

    3) OpenCode for a variety of models: https://opencode.ai/ (they also have a subscription, but this in particular also makes it really easy to connect to OpenRouter)

    4) KiloCode is essentially the above, but for VSC derived editors: https://kilo.ai/ (I personally liked RooCode more, but that got retired)

    More niche tooling options:

    1) Zed is pretty good, though I saw some issues with their LSP Edits and found that connecting them to OpenCode through ACP worked better, still a cool editor: https://zed.dev/

    2) If you have to pay for tokens and can't get subscriptions, look at DeepSeek as a provider (V4 Pro with Max reasoning): https://api-docs.deepseek.com/quick_start/pricing

    3) I'm also writing a launcher to make running Claude Code with 3rd party providers earlier, early days still: https://ccode.kronis.dev/

    Note: for anyone on Windows, if you install the terminal versions of the tools (Claude Code, Codex, OpenCode, ...), you probably want them inside of WSL so there's less confusion with file paths etc. that some models have.

    In regards to actually using the tech:

      - version control and maybe worktrees

  6. foam

    A personal knowledge management and sharing system for VSCode

    Project mention: Foam Knowledge Graph | news.ycombinator.com | 2026-05-06
  7. graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

    Project mention: How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL | dev.to | 2025-06-22

    The features will be very simple: visitors can see the list of images posted, and some editors will be able to add, modify, or remove images thanks of the GraphQL IDE named GraphiQL. I will explain more about GraphiQL later in this article.

  8. Vim

    :star: Vim for Visual Studio Code (by VSCodeVim)

  9. pretty-ts-errors

    πŸ”΅ Make TypeScript errors prettier and human-readable in VSCode πŸŽ€

  10. gitpod

    The developer platform for on-demand cloud development environments to create software faster and more securely.

    Project mention: OpenCode Hit 140K Stars. Why Terminal Agents Won 2026. | dev.to | 2026-04-23

    First, remote dev environments became table stakes. GitHub Codespaces, Gitpod, and self-hosted dev containers became how serious teams worked. Every engineer I know who ships to production now SSHs into a box they didn't provision, edits files with whatever editor is installed, and commits from a terminal. An IDE-bound agent requires you to also forward your IDE to the remote box, which most people don't bother doing. A terminal agent is already there.

  11. vscode-gitlens

    Supercharge Git inside VS Code and unlock untapped knowledge within each repository β€” Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

  12. vscode-neovim

    Vim mode for VSCode, powered by Neovim

    Project mention: Claude Code IDE Integration for Emacs | news.ycombinator.com | 2025-08-06

    Not only that but many new editors straigh up ship vim mode now like Zed, Obsidian etc. The main vscode neovim pluginΒΉ is very big too with over 500k unique installs. Clearly VIM is not going away anytime soon.

    1 - https://github.com/vscode-neovim/vscode-neovim

  13. dendron

    The personal knowledge management (PKM) tool that grows as you do!

  14. vscode-live-server

    Launch a development local Server with live reload feature for static & dynamic pages.

  15. yn

    A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.

  16. openvscode-server

    Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

    Project mention: Turning VS Code into a Product Framework | dev.to | 2025-07-28

    Despite being made to allow an app to be built with web technologies, most Electron apps become quite coupled to Electron and Node.js. When people started building cloud IDEs where Electron didn't make sense and you could just view the frontend in your browser, they couldn't use VS Code because of this coupling. Eventually, thanks to projects like openvscode-server, which patched VS Code to run as a normal web app in a Docker container, VS Code took many of these changes upstream and began to decouple VS Code from Electron.

  17. vscode-restclient

    REST Client Extension for Visual Studio Code

    Project mention: Switching to Zed: Made my own VSCode-Rest utility | dev.to | 2025-11-25

    I use a nice vscode extension called vscode-rest and I love it.

  18. themer

    🎨 themer takes a set of colors and outputs themes for your apps (editors, terminals, wallpapers, and more).

  19. vetur

    Vue tooling for VS Code.

  20. vscode-icons

    Icons for Visual Studio Code

    Project mention: Jules, our asynchronous coding agent, is now available for everyone | news.ycombinator.com | 2025-08-06

    Can't even clone a repo with submodules in it

    Submodule 'static/vscode-icons' (https://github.com/vscode-icons/vscode-icons.git) registered for path 'static/vscode-icons' Cloning into '/app/static/vscode-icons'... fatal: remote error: upload-pack: not our ref 2d4abd090bf67132d0946f8622d1252ecf1f8478 fatal: Fetched in submodule path 'static/vscode-icons', but it did not contain 2d4abd090bf67132d0946f8622d1252ecf1f8478. Direct fetching of that commit failed.

    And it used up a task for the scaffold process.

  21. i18n-ally

    🌍 All in one i18n extension for VS Code

  22. monaco-react

    Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins

  23. codetour

    VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

    Project mention: Show HN: CodeMic | news.ycombinator.com | 2026-02-11
  24. vscode-go

    Go extension for Visual Studio Code (by golang)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript VSCode discussion

Log in or Post with

TypeScript VSCode related posts

  • Model Showdown Round 3: Ditching Ollama in Favor of llama.cpp

    1 project | dev.to | 10 May 2026
  • Show HN: Stagewise – Agentic IDE for Your Z.ai/DeepSeek/Moonshot Subscription

    1 project | news.ycombinator.com | 8 May 2026
  • Your AI Strategy Has a Blind Spot: An SEO and AEO Audit of vibescoder.dev

    1 project | dev.to | 7 May 2026
  • Your AI Strategy Has a Blind Spot: An SEO and AEO Audit of vibescoder.dev

    2 projects | dev.to | 7 May 2026
  • Building Multi-Platform code-server and OmniRoute with GitHub Actions

    2 projects | dev.to | 5 May 2026
  • VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage

    11 projects | news.ycombinator.com | 2 May 2026
  • Shell Security Plugin

    2 projects | dev.to | 27 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source VSCode projects in TypeScript? This list will help you:

# Project Stars
1 Code-Server 77,765
2 continue 33,552
3 github1s 23,297
4 kilocode 19,800
5 foam 17,182
6 graphiql 16,833
7 Vim 15,152
8 pretty-ts-errors 14,074
9 gitpod 13,691
10 vscode-gitlens 9,827
11 vscode-neovim 7,682
12 dendron 7,422
13 vscode-live-server 6,835
14 yn 6,628
15 openvscode-server 6,043
16 vscode-restclient 6,008
17 themer 5,802
18 vetur 5,757
19 vscode-icons 5,074
20 i18n-ally 4,816
21 monaco-react 4,716
22 codetour 4,535
23 vscode-go 4,251

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?