Reputation: 24248
I used long time Eclipse. In Eclipse it possible to press F2 and hints (e.g. about error) don't disappears and I can also copy the message directly from hint. But in IntelliJ Idea (start to using now) hints are displayed for few milliseconds. Does it possible fix by settings or changes in config file? Thanks.
Upvotes: 1
Views: 200
Reputation: 710
Look at Help > Default Keymap Reference
in the IntelliJ menu. Perhaps Ctrl-q
or Ctrl-F1
are what you're looking for?
You can always remap keys in IDEA and not all functions have a keystroke by default, but they can be added.
Upvotes: 1