Adding a menu as the Markdown views
已回答
Hello,
I'm trying to find how I can create a floating action group as we have for the Markdown files.
The final goal is to have a menu that, when you click it, will open the unit / integration / acceptance test corresponding to the open file. But I can't find in the documentation how to create such similar floating menu.
请先登录再写评论。
Hi,
Please see com.intellij.openapi.editor.toolbar.floating.FloatingToolbarProvider.
Thanks! checking it