IntelliJ platform plugin that keeps editor tooltips enabled while a debugging session is active. https://plugins.jetbrains.com/plugin/19531
Go to file
chylex 20148c0ed5
Create FUNDING.yml
2023-01-10 12:33:39 +01:00
.github Create FUNDING.yml 2023-01-10 12:33:39 +01:00
.idea Add build and plugin configuration 2022-07-14 13:27:02 +02:00
gradle/wrapper Add Gradle wrapper 2022-07-14 07:50:22 +02:00
src/main Release 1.1 2022-07-20 23:15:07 +02:00
.gitattributes Add IDEA project files 2022-07-14 07:55:37 +02:00
.gitignore Add IDEA project files 2022-07-14 07:55:37 +02:00
LICENSE Initial commit 2022-05-05 21:00:06 +02:00
README.md Rename the plugin to "Keep Editor Tooltips While Debugging" and update description 2022-07-16 07:11:51 +02:00
build.gradle.kts Release 1.1 2022-07-20 23:15:07 +02:00
gradle.properties Add build and plugin configuration 2022-07-14 13:27:02 +02:00
gradlew Add Gradle wrapper 2022-07-14 07:50:22 +02:00
gradlew.bat Add Gradle wrapper 2022-07-14 07:50:22 +02:00
settings.gradle.kts Rename the plugin to "Keep Editor Tooltips While Debugging" and update description 2022-07-16 07:11:51 +02:00

README.md

When debugging, IntelliJ-based IDEs stop showing editor tooltips, such as Quick Documentation and Error Description, to avoid conflicts with debugger tooltips. This plugin will keep showing editor tooltips, even while debugging.

If you hover an element that has tooltips from both the editor and the debugger, both tooltips are shown and moving the cursor on top of one hides the other.

Installing the plugin automatically re-enables all editor tooltips, even if installed in the middle of a debugging session. Disabling or uninstalling the plugin requires an IDE restart.

IDEA-120435