Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 768 Bytes

Code Snippet (Framework) VSCode Extension

Preview

form gui screenshot

Description

This component is the VSCode extension part of the VSCode Code Snippet Framework. It is responsible for:

  • Loading code snippets contributions (plugins) (e.g vscode-snippet-contrib).
  • Rendering the code snippet form GUI to display relevant questions to the end user:
  • Bridging between the frontend GUI and the contributions/plugins, e.g:
    • Invoking custom validation logic.
    • Sending the "answers" of the end user back to the contribution/plugin.