Get mouse-over info without the mouse #283
-
Say my IDE has found an issue in the file I am editing and I get a squiggly under some line. If I hover my mouse over that, I get more info on what is wrong. Is there a way to get that information on the text currently under my cursor without having to grab the mouse? |
Beta Was this translation helpful? Give feedback.
Answered by
AlexPl292
Apr 12, 2021
Replies: 1 comment 8 replies
-
Hey, there is no a separate IdeaVim action for that, but you can create a mapping to IJ action: |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ZachClayburn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, there is no a separate IdeaVim action for that, but you can create a mapping to IJ action:
map <c-x> <Action>(ShowErrorDescription)
.