TypeScript VSCode

Open-source TypeScript projects categorized as VSCode

Top 23 TypeScript VSCode Projects

  1. Code-Server

    VS Code in the browser

    Project mention: Remote Development at Woovi | dev.to | 2025-01-20

    Our initial foray into remote development was with Coder. We set it up using Docker within a large Linux container (LXC). However, as more developers spun up new environments, performance began to degrade.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. github1s

    One second to read GitHub code with VS Code.

  4. continue

    ⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains

    Project mention: Are there any good open source cursor alternatives? | news.ycombinator.com | 2025-01-24

    I dont think it is a full equivalent, but https://github.com/continuedev/continue seems close enough. It is quite ergonomic.

  5. graphiql

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

    Project mention: Cross-Posting to Hashnode with API | dev.to | 2024-08-21

    Hashnode API is well-documented. Also, it comes with a GraphiQL playground. You can use the playground to explore the API and test your queries.

  6. foam

    A personal knowledge management and sharing system for VSCode

    Project mention: Zettlr: Note-Taking and Publishing with Markdown | news.ycombinator.com | 2024-08-22

    I just use Foam - https://github.com/foambubble/foam

    As a Visual Studio Code extension, it runs everywhere (except some mobile setups), is very fast, and provides me with the ability to tack on more features via other extensions. I set up a “Notes” profile with everything I need, and switch to that for a couple of workspaces.

  7. Vim

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

    Project mention: What Is Vim? | news.ycombinator.com | 2024-12-15

    It’s not about stack versus tree; it’s about the granularity of changes and what causes actions to be pushed to the undo stack (where there’s a pretty fundamental difference between modal and non-modal editors), and the fact that I suppose VS Code just doesn’t let extensions directly manipulate the undo stack in the way required.

    Look through https://github.com/VSCodeVim/Vim/issues?q=undo, there’s a lot. VSCodeVim tries to make it behave more like Vim, and because it’s independent of the native undo stack, it’s frequently a miserable experience. Pretty sure I disabled it, when I tried using VS Code for a short while and with Vim mode.

  8. pretty-ts-errors

    🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

    Project mention: Show HN: A tool to visualise Zod validation errors | news.ycombinator.com | 2024-10-01

    I love it!

    Zod is such a great tool but its errors can be a bit hard to parse.

    Reminds me a lot of https://github.com/yoavbls/pretty-ts-errors

    Disclaimer: I work with OP

  9. SaaSHub

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

    SaaSHub logo
  10. gitpod

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

    Project mention: How do you manage remote dev workstations in the cloud? | news.ycombinator.com | 2024-12-27

    Gitpod (https://www.gitpod.io) is a great option here. It aims to remove the ops burden, provide a great developer experience and give you tools to manage your spend (eg automatic timeouts, suspend/resume, standardized creation of environments).

    Full disclosure: I’m one of Gitpod’s co-founders.

  11. void

    Project mention: Ask HN: Open-Source editor with local code completion? | news.ycombinator.com | 2025-01-26
  12. 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

    Project mention: Must Have VsCode extensions for Web-developers | dev.to | 2024-07-24

    Github: Gitlens Marketplace: Gitlens

  13. dendron

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

    Project mention: Notes in VS Code | news.ycombinator.com | 2024-05-12
  14. vscode-neovim

    Vim mode for VSCode, powered by Neovim

    Project mention: What Is Vim? | news.ycombinator.com | 2024-12-15

    There's a vscode extension that embeds NeoVim and just uses VSCode UI as a front end to delegate key presses to:

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

    This yields a better experience than the old half baked VSCode vim emulation.

  15. vscode-live-server

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

    Project mention: Must Have VsCode extensions for Web-developers | dev.to | 2024-07-24

    Github: livereload Vscode Marketplace: livereload marketplace

  16. vetur

    Vue tooling for VS Code.

  17. 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.

  18. themer

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

  19. vscode-restclient

    REST Client Extension for Visual Studio Code

    Project mention: Ask HN: Alternatives to Postman? | news.ycombinator.com | 2024-04-04

    Same. I use https://github.com/Huachao/vscode-restclient

    If you need a little more control or automation, it can also generate scripts for cURL or PowerShell (and others) directly from the request. Organization is on you, but I prefer that over a heavyweight and opinionated tool like Postman.

    The .http files can also be used in Jetbrains Rider (probably their other suites as well)

  20. openvscode-server

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

    Project mention: 🚀 Exciting News for Developers: Run VS Code on Any Browser! 🌐 | dev.to | 2024-12-21

    If you’ve ever wanted the flexibility of running VS Code directly in your browser, now’s the time to give it a try. After experimenting with various solutions, I’ve found a standout option: openvscode-server by github.com/gitpod-io/openvscode-server – a fork of Microsoft’s VS Code.

  21. vscode-icons

    Icons for Visual Studio Code

  22. codetour

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

  23. i18n-ally

    🌍 All in one i18n extension for VS Code

  24. 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

  25. vscode-go

    Go extension for Visual Studio Code (by golang)

    Project mention: VSCode-go: Increase the Go telemetry prompt rate to 200% | news.ycombinator.com | 2024-12-08

    heh, comments are where business rules go to die https://github.com/golang/vscode-go/blob/v0.43.4/extension/s... A mere 5 lines away from the line it was trying to tie itself to, they really should have put the TODO on the source of the change, not the effect of the change

  26. SaaSHub

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

    SaaSHub logo
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

  • Using VSCode to track and visualize AI experiments

    1 project | news.ycombinator.com | 9 Feb 2025
  • 35+ Newly Launched GitHub Projects Every Developer

    1 project | dev.to | 8 Feb 2025
  • Using VSCode to track and visualize AI experiments

    1 project | news.ycombinator.com | 8 Feb 2025
  • Are there any good open source cursor alternatives?

    1 project | news.ycombinator.com | 24 Jan 2025
  • How to build a copy code snippet button and why it matters

    1 project | dev.to | 24 Jan 2025
  • Using VS Code to track and visualize ML experiments

    1 project | news.ycombinator.com | 21 Jan 2025
  • Remote Development at Woovi

    1 project | dev.to | 20 Jan 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    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 69,669
2 github1s 22,977
3 continue 22,606
4 graphiql 16,250
5 foam 15,667
6 Vim 14,215
7 pretty-ts-errors 13,658
8 gitpod 13,096
9 void 9,778
10 vscode-gitlens 9,248
11 dendron 6,862
12 vscode-neovim 6,570
13 vscode-live-server 5,930
14 vetur 5,753
15 yn 5,725
16 themer 5,544
17 vscode-restclient 5,422
18 openvscode-server 5,194
19 vscode-icons 4,571
20 codetour 4,395
21 i18n-ally 4,191
22 monaco-react 3,958
23 vscode-go 3,956

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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