what about netbeans and new versions of vaadin?

my Netbeans can’t create vaadin project version 10+
and I can’t find any documentation about this
Is there any documentation that you could suggest to me in order to fix this problem?
what is the future with vaadin and netbeans? is there some kind of problem?

my Netbeans can’t create vaadin project version 10+

Actually we do not have Archetypes for Vaadin 10+, so the creation of new project goes so that you should download starter project from vaadin.com/start Select the one that fits you, import that to IDE and you are ready to go. This is the same for Eclipse and IntelliJ IDEA as well.

The situation with Netbeans is the same as with Vaadin 8, so Designer is not available for it, but otherwise you can use it as IDE for your development.

Here’s some documentation, too: https://vaadin.com/tutorials/import-maven-project-netbeans

Thank you, it was very helpfull!