Limited time offer
Free expert help on getting started!
Get help from the team that has built the tools.
Getting Started with Copilot
1. Set Up Your IDE
Get the most out of Vaadin Copilot by ensuring your IDE is set up with the right plugins and extensions.
IntelliJ IDEA
- Install the Vaadin Plugin
Visual Studio Code
- Install the Vaadin Extension
- Install the Extension Pack for Java
- Install the Spring Boot Extension Pack
Eclipse
- Install the Vaadin Integration from Vaadin Tools.
2. Run Your Vaadin Project Locally
Now that you have downloaded a Vaadin project, unzip it in your chosen project directory and run it in Debug with Hotswap enabled.
IntelliJ IDEA
Click on Debug using HotswapAgent and follow the prompts to ensure the JetBrains Runtime JDK is installed.
Visual Studio Code
Navigate to the main class in Application.java and select Debug (hotswap).
Eclipse
Eclipse users must set up hotswap manually for their system.
3. Activate Vaadin Copilot
Now that your project is running in the browser, just look for the Vaadin Copilot icon
to get started.
Alternatively, use the keyboard shortcut SHIFT+CTRL+CTRL or SHIFT+CMD+CMD.