vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

Hilla endpoints / Vaadin routes #46

Open jcgueriaud1 opened 2 weeks ago

jcgueriaud1 commented 2 weeks ago

That would be great to see a panel with:

That would help to have an overview of the public "API"

MarcinVaadin commented 1 week ago

Those are covered in Copilot itself in route panel. What exact integration with IDE you expect here?

jcgueriaud1 commented 1 week ago

Something like this: https://plugins.jetbrains.com/plugin/20537-vaadin-endpoints

jcgueriaud1 commented 1 week ago

But also for the Hilla Endpoints. It's not easy to see all the available endpoints that you can use in Hilla. And I don't think it's in copilot.

EDIT: My main issue is to know what is exposed by Hilla, like PersonService.get, PersonService.save(),...