Che-IDEA should display a component's endpoint URL #21212
Labels
area/editor/jetbrains/intellij
Issues related to the IntelliJ-based IDE for Eclipse Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe
When there's an endpoint declared in a devfile there's no way to open it from Che-IDEA UI.
Try, for example, the
java-spring-petclinic
devfile. It's not possible to preview the running application.Describe the solution you'd like
Che-IDEA should display the public endpoints in a UI panel. It should be possible to follow the endpoint URL by clicking on it.
Describe alternatives you've considered
As an example, see how it's implemented in Che-Code:
Additional context
Autodetection of the running application URL is tracked in another issue - #21141
The text was updated successfully, but these errors were encountered: