chylex / IntelliJ-Inspection-Lens

IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
https://plugins.jetbrains.com/plugin/19678-inspection-lens
Mozilla Public License 2.0
51 stars 12 forks source link

Provide an easy toggle to display/hide the inspection errors and warnings #12

Open alotia opened 1 year ago

alotia commented 1 year ago

While the errors and warning display is nice, it can be distracting as well. Enabling and disabling the plugin is tedious if you want to hide the warnings and concentrate on the code. It would be nice if a toggle can be provided to quickly show/hide these messages.

chylex commented 1 year ago

Sounds reasonable to have maybe an optional keyboard shortcut that toggles the inspections. I can't guarantee when I will get to it though.

yagi2 commented 12 months ago

👍 In my situation, when using IntelliJ IDEA's Code with me function, it is a little inconvenient because it is expanded as an inline string in the editor of the participants, so I would be glad if it could be easily turned on/off so that I can quickly hide(or disable) it only when using Code with me.