Visual Studio Code

Open-source projects categorized as Visual Studio Code

Top 23 Visual Studio Code Open-Source Projects

Visual Studio Code
  • Visual Studio Code

    Visual Studio Code

    Project mention: The Ultimate Guide to Setting Up a Windows 11 Web Development Environment | dev.to | 2024-09-19

    Download and install VS Code from the official website.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • awesome-vscode

    🎨 A curated list of delightful VS Code packages and resources.

  • 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: Continue.dev: The Swiss Army Knife That Sometimes Fails to Cut | dev.to | 2024-09-10

    Tinkering with Coding Assistants - if you want to create your own coding assistant, employ some sophisticated prompting techniques, add your context providers, or experiment with other features - Continue might be the best starting point with 99% of the work done, leaving you the interesting 1%. It took 10-20 minutes to clone their repo and get it running.

  • vsc-material-theme

    Material Theme, the most epic theme for Visual Studio Code

  • polacode

    📸 Polaroid for your code

    Project mention: 10 VSCode Extensions You Have To Know | dev.to | 2024-01-02
  • vetur

    Vue tooling for VS Code.

  • 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)

  • SaaSHub

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

    SaaSHub logo
  • prettier-vscode

    Visual Studio Code extension for Prettier

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

    Github: prettier Vscode Marketplace: prettier marketplace

  • code-settings-sync

    🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴

  • vscode-go

    Go extension for Visual Studio Code (by golang)

    Project mention: Zed Editor automatically downloads binaries and NPM packages without consent | news.ycombinator.com | 2024-07-07

    What if one language server adds a function to use your code for AI training?

    Vscode installs tons of other crap beside the language server itself. And the language server alone has a quite long list of dependencies

    https://github.com/golang/vscode-go/blob/master/extension/go...

  • vscode-remote-release

    Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

    Project mention: VS Code extensions are less secure than browser extensions or even NPM packages | news.ycombinator.com | 2024-06-19

    I think that you and tredre3 are entirely missing the problem — you seem to be assuming that vscode works the way that any sensible person would assume that it works. Of course VS Code runs things remotely. Of course running an untrusted project on a remote machine runs code on the remote machine. This isn’t the problem.

    The problem is that the remote project can run code on the client front end. You can create a brand new cloud machine, give it no particular permissions, run vscode on your laptop, connect to the remote machine via the remote extension, and load some compromised package npm package, and you expect that the damage is limited to the remote machine. And you would be wrong! The npm package can execute code on your laptop or borrow your ssh credentials, and MS doesn’t even consider this to be a bug!

    https://github.com/microsoft/vscode-remote-release/issues/66...

  • aura-theme

    ✨ A beautiful dark theme for your favorite apps.

  • git-split-diffs

    Syntax highlighted side-by-side diffs in your terminal

    Project mention: Ask HN: What macOS apps/programs do you use daily and recommend? | news.ycombinator.com | 2024-06-09

    if i had to recommend 1 app/script that i use daily: https://github.com/banga/git-split-diffs

    `karabiner elements` (https://karabiner-elements.pqrs.org/) to disable things like "Apple + Q" -> nothing worse than going to close a single tab and then your whole app quits. also able to re-map caps-lock into escape, ect

    `iterm2` for terminal (colored tabs are great; albeit i disable the hell out of many of the options like "clickable urls" ect)

    for cli, i try to gnu all-the-things (and i just explode my PATH to the paths `brew` installed dynamically - will try another package manager at a future date)

    `sublime text`

    `firefox`/`librewolf` + plugins (containers, netmon, request interceptor, dark reader, adnauseam)

  • live-share

    Real-time collaborative development from the comfort of your favorite tools

    Project mention: Zed is now open source | news.ycombinator.com | 2024-01-24

    https://github.com/MicrosoftDocs/live-share/issues/3524

  • vscode-pets

    Adds playful pets 🦀🐱🐶 in your VS Code window

  • vscode-code-runner

    Code Runner for Visual Studio Code

  • Python

    This extension is now maintained in the Microsoft fork.

  • vscode-webview-ui-toolkit

    A component library for building webview-based extensions in Visual Studio Code.

    Project mention: vscode-webview-ui-toolkit VS vscode-webview-elements - a user suggested alternative | libhunt.com/r/vscode-webview-ui-toolkit | 2023-12-04
  • flyde

    🌟 Open-source, visual programming for developers. Includes a VS Code extension, integrates with existing TypeScript code, browser and Node.js.

    Project mention: FLaNK AI Weekly 18 March 2024 | dev.to | 2024-03-18
  • vscode-project-manager

    Project Manager Extension for Visual Studio Code

  • vscode-git-graph

    View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.

  • vscode-powershell

    Provides PowerShell language and debugging support for Visual Studio Code

  • vscode-bookmarks

    Bookmarks Extension for Visual Studio Code

    Project mention: The Loneliness of the Mid-Level Vimmer | news.ycombinator.com | 2023-12-21
  • 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).

Visual Studio Code discussion

Log in or Post with

Visual Studio Code related posts

  • VS Code | Integrated terminal does not load PATH environment variable unless logout Windows user

    1 project | dev.to | 15 Sep 2024
  • PubNub vs Pusher creating a realtime messaging app in React

    3 projects | dev.to | 13 Sep 2024
  • What you can get out of a high-quality font

    2 projects | news.ycombinator.com | 10 Sep 2024
  • Comprehensive Guide to Git Branching, Merging, and Pull Requests

    2 projects | dev.to | 4 Sep 2024
  • Create your Minecraft Plugin

    3 projects | dev.to | 26 Aug 2024
  • How to install Python in Windows 11?

    1 project | dev.to | 22 Aug 2024
  • The 10 Best VS Code Extensions

    1 project | dev.to | 14 Aug 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Sep 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Visual Studio Code projects? This list will help you:

Project Stars
1 Visual Studio Code 162,471
2 awesome-vscode 24,830
3 continue 16,023
4 vsc-material-theme 11,202
5 polacode 6,814
6 vetur 5,741
7 vscode-restclient 5,219
8 prettier-vscode 5,137
9 code-settings-sync 4,016
10 vscode-go 3,852
11 vscode-remote-release 3,612
12 aura-theme 3,218
13 git-split-diffs 2,590
14 live-share 2,266
15 vscode-pets 2,182
16 vscode-code-runner 2,179
17 Python 2,080
18 vscode-webview-ui-toolkit 1,993
19 flyde 1,947
20 vscode-project-manager 1,902
21 vscode-git-graph 1,888
22 vscode-powershell 1,689
23 vscode-bookmarks 1,687

Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com