The VSCode Code Snippet framework enables extension developers to display a GUI form to end users and generate or edit source code snippets based on the end user's answers to those questions.
This is the npm mono-repo for the VSCode Code Snippet framework.
It currently contains the following packages:
- code-snippet The VSCode extension part of Code Snippet framework.
- code-snippet-frontend the user interface part of the Code Snippet framework.
- vscode-snippet-contrib A sample VSCode extension utilizing the Code Snippet framework.
@sap-devx/code-snippet-types TypeScript type definitions to assist in using the Code Snippet framework.
To get more help, support, and information please open a github issue.
Contributing information can be found in the CONTRIBUTING.md file.