Is it just me or is the Vaadin IntelliJ plugin misbehaving.
File - New Project - Vaadin - Create
Expected: New project properly created
Reality:
- Incomplete project
- Sometimes it takes time for the “Build scripts found” window to popup
- Sometimes the window doesn’t popup at all
- Closing IDE + Deleting the
.ideafolder from project + reopening IDE helps most of the times
Also, if I choose the Hello World Projects option from the plugin, the styles.css is correctly generated under resources/META-INF.resources (recommended way since Vaadin 25+)
However, if I opt for Starter Project, the css is under frontend like pre Vaadin 25+
Note: I have ensured latest versions of
IntelliJ CE (IntelliJ IDEA 2025.3, Build #IU-253.28294.334, built on December 5, 2025)
Vaadin Plugin (1.5.8)
and MacOS (Tahoe 26.2 (25C56)
