vaadin/intellij-plugin

Hilla endpoints / Vaadin routes

Opened this issue · 4 comments

That would be great to see a panel with:

  • Hilla Endpoints + security (if they are secured or public,...) per methods
  • Vaadin routes + security

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

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

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(),...

Vaadin Endpoints will become integrated within Vaadin Plugin. Adding Hilla endpoints sounds like good extension.