Amplication Visual Studio Code Extension
Learn how to install and use the Amplication VS Code extension to streamline plugin development.
The Amplication VS Code extension provides a streamlined way to develop and manage plugins for Amplication directly from your IDE. This extension offers features to download plugin templates, manage dependencies, build, push, and publish new plugin versions effortlessly.
Features
- Download Plugin Templates: Download a plugin template to start working on a new plugin.
- Manage Dependencies: Install dependencies for a plugin.
- Build and Push: Build your plugin and push updates to your repository.
- Version Publishing: Automate version bumping and publishing directly from VS Code.
Installation
To install the Amplication VS Code extension:
- Open VS Code.
- Go to the Extensions Marketplace (
Ctrl+Shift+X
orCmd+Shift+X
on macOS). - Search for
Amplication
. - Click Install.
Alternatively, install it via the command line:
Usage
The commands are accessible from the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Download a Template
Select the desired template from the available options. Currently available .Net, Node.js and Blueprint.
Install Dependencies
You should run this command to install the plugin’s dependencies, specified in the package.json file within the plugin’s directory.
Build
This command will build the plugin’s code and assets, allowing you to publish the plugin.
Build and Push a Plugin
Like the Build, this command will build the plugin’s code. In addition, it will git commit and push the changes to your git repository.
Publish a New Plugin Version
This command will automatically bump the plugin’s version (patch, minor or major) and tag the plugin with the new version.
Happy coding with Amplication! 🚀
Was this page helpful?