Skip to content

Latest commit

 

History

History

backend

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.