Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 4.12 KB

visual-studio-code.md

File metadata and controls

66 lines (53 loc) · 4.12 KB

Bookmarks tagged [visual-studio-code]

https://code.visualstudio.com/api/references/extension-manifest

Every Visual Studio Code extension needs a manifest file package.json at the root of the extension directory structure.


https://code.visualstudio.com/api/working-with-extensions/publishing-extension

This topics covers:

  • Using vsce, the CLI tool for managing VS Code extensions
  • Packaging, publishing and unpublishing extensions
  • Registering a publisherId necessary for publishing extensions

https://dev.to/godcrampy/10-vs-code-extensions-i-can-t-code-without-3ann

VS Code is my favourite text editor. It is the most extensible and popular code editors out there. And surprisingly it's made by Microsoft (i know). In my opinion, no other IDE or editor comes even ha...


https://marketplace.visualstudio.com/items?itemName=humao.rest-client

Extension for Visual Studio Code - REST Client for Visual Studio Code


https://marketplace.visualstudio.com/items?itemName=rust-lang.rust

Rust support for Visual Studio Code


https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb

A LLDB extension


https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust

A fork of RustyCode


https://marketplace.visualstudio.com/items?itemName=ms-python.python

An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support.


https://github.com/viatsko/awesome-vscode#readme

🎨 A curated list of delightful VS Code packages and resources. - viatsko/awesome-vscode