This is a Visual Studio Code (VS Code) extension the Wrappid framework. The extension provides features and functionalities to enhance the development experience with Wrappid.
The Warppid extension includes the following features:
- Code snippets: The extension includes a set of code snippets for common Wrappid constructs, such as styleClasses, coreClasses and common boilerplates, allowing you to quickly and easily write Wrappid code.
- Code intelligence: The extension provides code intelligence features, such as autocompletion, making it easier to write Wrappid code.
To get started with the Warppid extension, follow these steps:
- After cloning the project from GitHub, open it in your preferred IDE (e.g., Visual Studio Code).
- Install all dependencies by running
npm install
in the terminal/command prompt within your IDE. - Execute the command
npm run compile
to generate the necessary JS files. - Build the extension using the command
vsce package
. This will generate a.vsix
file
The Warppid extension requires the following:
- Visual Studio Code 1.42 or higher
We welcome contributions to the Warppid extension. If you would like to contribute, please fork the repository and submit a pull request.
The Warppid extension is released under the MIT License.
For any questions or issues, please contact us at wrappid.framework@gmail.com.
- Wrappid documentation: README.md
- Visual Studio Code: https://code.visualstudio.com