How to add a new Tab into spring boot application endpoint tabs

We have some customized endpoints to help developers debug and test spring boot applications, but currently developers can only access this endpoints via rest. the large Json makes the endpoints very hard to use. So we hope to add an endpoint tab.

I decompiled the spring-boot-run, but it seems that all tabs are currently created in the SpringBootApplicationEndpointsTab. Is there any idea to add a new tab into that?

0
1 comment

Hello, Meilun! Unfortunately it is not possible to contribute additional tab under Endpoints at the moment. We will provide an extension point: https://youtrack.jetbrains.com/issue/IDEA-185626

0

Please sign in to leave a comment.