Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 944 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 944 Bytes

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 tasks

With 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:

The API list is compiled from vscode.d.ts file using Typedoc, if vscode.d.ts source File has been updated, we will synchronize in time, the current corresponding commit is b19d36f.