vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

Hilla support #39

Open landsman opened 2 months ago

landsman commented 2 months ago

I have a problem with probably missing the support for Hilla.

When I click on to “sayHello” method I would actually love to be redirected to “HelloWorldService.java” not a compiled .ts file.

This standard behavior can be overridden by the custom plugin I hope.

Also, public classes and methods look unused in the IDE.

Are these features part of the already existing plugins? Or there have to be introduced a new plugin, especially for Hilla?

Without this, it’s a bad developer experience for the future. I totally understand that this is not an easy thing to do, but it’s one of the crucial parts of modern development that we’ve become used to, and we’ve used it for years (in the same language/framework). So it would be nice to make this work as well.


originally posted on forum: https://vaadin.com/forum/t/intellij-idea-support-for-hilla/166093

MarcinVaadin commented 2 months ago

Thanks for creating this issue. In current version plugin downloads and extracts starter projects. It does not have full support for navigating between Hilla generated endpoints and their source implementation.