vscode-extension

Open-source projects categorized as vscode-extension

Top 23 vscode-extension Open-Source Projects

  • awesome-vscode

    ๐ŸŽจ A curated list of delightful VS Code packages and resources.

  • git-history

    Quickly browse the history of a file from any git repository

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

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

  • Project mention: The IDEs we had 30 years ago and we lost | news.ycombinator.com | 2023-12-28
  • pretty-ts-errors

    ๐Ÿ”ต Make TypeScript errors prettier and human-readable in VSCode ๐ŸŽ€

  • Project mention: What is JSDoc and why you may not need typescript for your next project? | dev.to | 2024-01-22

    Besides the features TypeScript itself proposed, the most important thing it brought to the community was the ability to create cool features around this compiler that enhance the developer experience and productivity. Tools like tsserver, pretty ts errors, and many others are actively improving the ecosystem for both JavaScript and TypeScript writers.

  • TabNine

    AI Code Completions

  • vscode-drawio

    This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.

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

    An extension for VS Code that visualizes data during debugging.

  • vscode-neovim

    Vim mode for VSCode, powered by Neovim

  • Project mention: Lapce | news.ycombinator.com | 2024-02-18

    Since v1.0+ of this extension I have been constantly having issues with neovim's and VSCode's buffers got out of sync. I cannot reliably reproduce the issues however. There are a few similar reports, e.g. https://github.com/vscode-neovim/vscode-neovim/issues/1624. I've switched to other VIM extension (VSCodeVim) which I found more reliable, albeit less powerful.

  • polaris

    Shopifyโ€™s design system to help us work together to build a great experience for all of our merchants.

  • Project mention: What's new in Ryviu's latest interface | /r/ryviu | 2023-12-10

    We are delighted to announce that the interface of Ryviu account has been updated according to Shopify Polaris. Aligned with Shopify's top-tier standards for safety, performance, and functionality, these changes aim to simplify the process of importing and managing product reviews for your store.

  • vscode-live-server

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

  • Project mention: Facing problem, two selection panels are show, i am making a website which would allow people to create quick short videos and here is where i reached. i am a beginner. | /r/webdev | 2023-06-17

    I think your using the VSCode Live Server plugin. I would not use the Live Server plugin to run your app. The plugin does some magic to inject additional HTML into displayed page. Having SVG icons breaks it (not sure if you are using svg icons). I would run a basic app through a Python server by creating pyServer.py file:

  • vscode-cpptools

    Official repository for the Microsoft C/C++ extension for VS Code.

  • Project mention: Xmake: A modern C/C++ build tool | news.ycombinator.com | 2024-05-04

    Now if only MS would fix VSCode[0] :'(. Come on, the feature if more than half a decade old and this point.

    0: https://github.com/microsoft/vscode-cpptools/issues/6302

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

  • codetour

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

  • Project mention: GIGO and VS-code: the Battle With Microsoft | dev.to | 2023-12-19

    CodeTour is a vscode plugin that is managed by Microsoft and allows the ability to create โ€œtoursโ€ to link through code by clicking through steps.

  • vscode-icons

    Icons for Visual Studio Code

  • code-settings-sync

    ๐ŸŒด๐Ÿ’ช Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST ๐Ÿ’ช๐ŸŒด

  • Project mention: How and Why I Stopped Buying New Laptops | news.ycombinator.com | 2023-07-09

    https://github.com/shanalikhan/code-settings-sync/issues/136...

  • vscode-go

    Go extension for Visual Studio Code (by golang)

  • Project mention: Error handling in Go web apps shouldn't be so awkward | news.ycombinator.com | 2024-01-09

    Goland collapses this to a single line, and vscode is looking into it too.

    https://github.com/golang/vscode-go/issues/2311

    It papers over the issue, but helps some.

  • i18n-ally

    ๐ŸŒ All in one i18n extension for VS Code

  • thunder-client-support

    Thunder Client is a lightweight Rest API Client Extension for VS Code.

  • Project mention: How to Add Firebase Authentication To Your NodeJS App | dev.to | 2024-05-01

    There are several testing approaches you can take to ascertain the functionality of the auth API. One way would be to automate the testing using unit tests with tools like Jest and Supertest. Alternatively, you can make use of API clients like Postman or the Thunder Client VS Code extension to test the API.

  • vscode-chatgpt

    An unofficial Visual Studio Code - OpenAI ChatGPT integration

  • mirrord

    Connect your local process and your cloud environment, and run local code in cloud conditions.

  • Project mention: The Traffic Police ๐Ÿšจ - Controlling outgoing traffic with mirrord | dev.to | 2024-02-26

    So, you've been using mirrord to simplify your development process (if you havenโ€™t, go here!). Naturally, you want the traffic from the app you're debugging to go through the cluster environment, so your app can communicate with its clustery pals. There is a problem though: your latest change adds some new columns to the database, and you donโ€™t want to modify the database in the cluster and affect everyone else working on it. You do have a local instance of the database that you can modify, so your app can use that, but you still want it to talk to all the other components in the cluster. So what now? The new outgoing traffic filter feature is here to solve exactly this type of problem!

  • markwhen

    Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.

  • Project mention: Phanpy: A minimalistic opinionated Mastodon web client | news.ycombinator.com | 2024-04-14

    The creator of this (Chee Aun) is quite prolific and creative with their work (https://cheeaun.com/projects/).

    They created https://cheeaun.life, a timeline of their life, more than 10 years ago (which looks to be kept up to date), which was my inspiration for markwhen (https://markwhen.com).

  • GhostText

    ๐Ÿ‘ป Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).

  • Project mention: is qutebrowser compatible with ghosttext? | /r/qutebrowser | 2023-07-19

    https://github.com/fregante/GhostText with a plugin for neovim, my editor of choice: https://github.com/subnut/nvim-ghost.nvim

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

vscode-extension related posts

Index

What are some of the best open-source vscode-extension projects? This list will help you:

Project Stars
1 awesome-vscode 24,297
2 git-history 13,471
3 Vim 13,299
4 pretty-ts-errors 12,243
5 TabNine 10,393
6 vscode-drawio 8,976
7 vscode-gitlens 8,767
8 vscode-debug-visualizer 7,813
9 vscode-neovim 5,658
10 polaris 5,655
11 vscode-live-server 5,445
12 vscode-cpptools 5,361
13 vscode-restclient 4,969
14 codetour 4,313
15 vscode-icons 4,302
16 code-settings-sync 4,000
17 vscode-go 3,739
18 i18n-ally 3,563
19 thunder-client-support 3,563
20 vscode-chatgpt 3,462
21 mirrord 3,402
22 markwhen 3,339
23 GhostText 3,225

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