Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/vscode-api.js.org
Better Visual Studio Code Extension API Docs
https://github.com/youngjuning/vscode-api.js.org
visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Better Visual Studio Code Extension API Docs
- Host: GitHub
- URL: https://github.com/youngjuning/vscode-api.js.org
- Owner: youngjuning
- License: mit
- Created: 2023-03-04T06:34:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:17:04.000Z (3 months ago)
- Last Synced: 2024-09-18T07:45:47.562Z (3 months ago)
- Topics: visual-studio-code, vscode, vscode-extension
- Language: Handlebars
- Homepage: http://vscode-api.js.org/
- Size: 15.6 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The VS Code API (Application Programming Interface) allows extension authors to interact with and control various aspects of the Visual Studio Code editor. It provides a set of JavaScript modules and interfaces that give access to functionality such as:
- Manipulating editor content
- Creating and modifying editor views
- Accessing commands and menus
- Registering event listeners
- Running tasksWith the VS Code API, extensions can add new features, modify existing ones, and integrate with external tools and services.
You can find more information about the API in the [documentation](/modules/vscode.html):
> The API list is compiled from [vscode.d.ts](https://github.com/youngjuning/vscode-api/blob/main/vscode.d.ts) file using Typedoc, if [vscode.d.ts source File](https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.d.ts) has been updated, we will synchronize in time, the current corresponding commit is b19d36f.