The extension provides the very basic PyScript boiler plates.
The extension includes 4 ways to generate the boiler plates for PyScript as per the needs.
- PyScript-BoilerPlate - Generates the basic PyScript code snippet.
- PyScript-Combined - Generated full boiler plate including inline and source snippets.
- PyScript-Inline - Only generates the PyScript inline code snippet.
- PyScript-Src - Only generates the PyScript source file snippet.
In order to install the extension the following is required to be done having assumed that you have VSCode installed on your machine or else do the following.
- Install VSCode
- Launch VSCode
- Open the
Command Palette
by holdingCTRL+SHIFT+P
orCTRL+P
. - Type
Install Extension
then selectExtensions: Install Extensions
- Type
PyScript-BoilerPlate
- Select the extension to install.
- Choose the extension.
- Start using it.
- Open Extension Menu from the left-side.
- Search for
PyScript Boilerplate Generator
. - Install the extension.
- Start using it.
In case of issues/errors/suggestions, please check out the official repository.