Kanro

Results 88 comments of Kanro

Currently we support those symbol: ```protobuf syntax = "proto3"; message Test{ reserved 2; reserved to_be_reserved; int32 field = 1; int32 to_be_reserved = 3; } ``` I will update the AST...

Will be resolved in 2.0.0, currently we are running [2.0.0-EAP](https://github.com/devkanro/intellij-protobuf-plugin/discussions/253), you can join us to test it.

> submenus shouldn't need a click to open This issue fixed in #161 , but it just need hover to open submenu

This is a known issue, and I have no idea currently, will look into this, but I think it is a JBR issue.

> Also there is a way to use JBPopup (that I will recommend) But we can use JBPopup only in bridge, standalone should support it too

This has been fixed in #171

The solution used on the table (zindex) may not work in all scenarios, I need to do some testing

Can't reproduce it on my windows, will try to experiment on more devices

Ohhh, I just test in Window11, I will mark it as a external issue, can you fire a issue on [JetbrainsRuntime](https://github.com/JetBrains/JetBrainsRuntime)?

I think this is an inherent behavior of IDEA. I just implemented some interfaces according to the documentation. I suggest you raise an issue in the IDEA community.