Skip to content

vaadin/intellij-plugin

Repository files navigation

Vaadin IntelliJ Plugin

Official Vaadin plugin for JetBrains IntelliJ.

Improves developer experience while working with Vaadin framework.

  • Helps to create new Vaadin projects using configurable Hello World starters.
  • Boosts Vaadin Copilot experience.
  • Helps to set up and run projects using HotSwap Agent.
  • Provides navigation to Flow @Route views in Endpoints tool window.

Available at JetBrains Marketplace.

Thanks to HotSwapHelper for inspiration and ideas on the Hotswap Agent integration.

API test application

plugin-api-test-client is a simple Spring boot app with tests allowing to easily debug plugin endpoint API calls.

Please remember to run development IDE (Run Plugin) before running the tests.