Frage

I have been using this solution for IntelliJ 12 for auto popup quick documentation on mouse over.

But the new version of IntelliJ 13 does not do anything when you set the auto.show.quick.doc=true in the idea.properties file.

Any Ideas to get this to work for version JetBrains IntelliJ 13?

War es hilfreich?

Lösung

For ItelliJ IDEA 13 the setting auto.show.quick.doc=true property in the idea.properties appears to now reside in the preferences.

Go to the ItelliJ IDEA Menu -> Preferences -> Editor -> scroll down to the Other section and Check Show quick doc on mouse move

IntelliJ Preferences

Now you have mouse over Quick Doc functionality working again for ItelliJ IDEA 13:

Show quick doc on mouse move

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top