A plugin to improve the structure view
已回答
Hi,
I would want to have a new feature in the structure view, to show and link a comment title (the same functionality as others elements, but just with a specific structured comment).
If this just exists, great, I need it, but I didn't found it.
The idea is to add in this default view:

The 'Structure Title'

And the code is just a comment with the line @structure-title:
/**
* @structure-title Section Age
*/
I'm trying to create a plugin to achieve this purpose, but I don't find the correct documentacion.
What I'm trying to do is even possible? Or the structure view is in the core and it's unreacheable?
请先登录再写评论。
There's similar "Surround with (Ctrl-Alt-T) -> Region" feature.
You should be able to register custom styles of folding regions using `com.intellij.lang.folding.CustomFoldingProvider`.
See VisualStudioCustomFoldingProvider as an example.
Ook!!
Thank you very much =D