All Quick Fix inspections disabled/greyed-out.

Answered

After a fresh install of CLion, having deleted the configuration directory, etc, I'm seeing a strange issue where all Quick Fix inspections are either greyed out or not displaying at all. For example, say I have an unused variable. The inspection alerting me that the variable is unused shows up in the editor as well as the Problems panel, but when I right-click on the problem, the light bulb and Quick Fix option are greyed out. When I hover over the issue in the editor with my mouse, I see what kind of looks like a docs popup rather than a suggestion. Does anyone know how to fix this?

0
2 comments

Hello!

Is the "Use the ReSharper C++ language engine (CLion Nova)" checkbox enabled in File | Settings | Advanced Settings on your side? If it is, then you faced CPP-37986. Feel free to comment or upvote the issue in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

You can get quick fixes by using the "Light Bulb" icon or pressing Alt+Enter.

1

Anna Falevskaya YES! That was it! Thanks so much. If there's any way I can contribute to helping fix the issue (if it's even seen as an issue, that is), I'm more than happy to submit additional information. Cheers!

0

Please sign in to leave a comment.