Hilla endpoints / Vaadin routes
Opened this issue · 4 comments
jcgueriaud1 commented
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"
MarcinVaadin commented
Those are covered in Copilot itself in route panel. What exact integration with IDE you expect here?
jcgueriaud1 commented
Something like this: https://plugins.jetbrains.com/plugin/20537-vaadin-endpoints
jcgueriaud1 commented
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()
,...
MarcinVaadin commented
Vaadin Endpoints will become integrated within Vaadin Plugin. Adding Hilla endpoints sounds like good extension.