How to read the Documentation #2937
Unanswered
blueray453
asked this question in
Extension Development QnA
Replies: 1 comment
-
|
for those specific functions check https://code.visualstudio.com/api/references/vscode-api. I don't really use the search feature of the website. I don't know how well it works. The public documentation repository is found here: https://github.com/microsoft/vscode-docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to learn extension development by reading other people's code.
I am getting stuff like
context.subscriptions,context,vscode.window.activeTextEditor,extensionPath,createWebviewPaneletc. (A lot of stuff.)I am trying to read their documentation.
If I paste the into https://code.visualstudio.com/api, it does not give any results.
I want to understand how can I find the functions.
I am used to using docs like https://devdocs.io/
Is there any similar way to see documentation all functions and classes, search them, filter them etc.
If not, is there any API for vscode extension api websites. If so, hopefully i can doc site.
So, my questions are
Beta Was this translation helpful? Give feedback.
All reactions