I recently started using IdeaVim in IntelliJ and I'm a big fan. In my VSCode workflow, I generally use g + h to display the hover information. I was trying to setup the same behavior in IntelliJ, but I cannot seem to get it working.
I attempted a few different actions, but none of them seem to work. Currently, it seems like the command selects the character under the cursor, and puts me into insert mode. I cannot find what this corresponds too, or how to change the behavior.
Example Of Hover
I recently started using IdeaVim in IntelliJ and I'm a big fan. In my VSCode workflow, I generally use g + h to display the hover information. I was trying to setup the same behavior in IntelliJ, but I cannot seem to get it working.
I attempted a few different actions, but none of them seem to work. Currently, it seems like the command selects the character under the cursor, and puts me into insert mode. I cannot find what this corresponds too, or how to change the behavior.
Example Of Hover
Share edited Mar 11 at 5:46 romainl 197k21 gold badges297 silver badges334 bronze badges asked Mar 10 at 22:47 rynoryno 9682 gold badges11 silver badges26 bronze badges1 Answer
Reset to default 1you can use the action ShowHoverInfo
with the following command:
map gh <Action>(ShowHoverInfo)
This information and other actions are described in IdeaVim docs.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744820364a4595578.html
评论列表(0条)