Q: Phpstorm: Disabling "Explain log error" without disabling whole Project AI

Ahoy there

How do I disable per line “Explain with AI” pills in log files in PHPStorm without disabling AI completely in the whole project?

I am fine with AI in all Jetbrains products, but this is just pure annoying and just disturbs working with the IDE. I looked for settings, googled, searched here, but the only response I find is “Disabling AI for Project”, but I don't want to not have it, just not these (sorry, annoying af!) pills per every single line.

 

Thanks for any help in advance

4
2 comments

Hello Ssz.

You can use this workaround to get rid of the Explain with AI pills:

  1. Open Registry...
    • Press Shift twice.
    • Type Registry.
    • Press Enter → the Registry window will open.
  2. Find the keys: ideolog.explain.with.ai.enabled and llm.is.explainFiltersEnabled  
    • Press Ctrl + F.
    • Enter the name of the key.
  3. Uncheck the boxes next to the unnecessary items.

Note: 

  • ideolog.explain.with.ai.enabled – Enable "Explain with AI" in ideolog
  • llm.is.explainFiltersEnabled  – Enable runtime error explanation feature (inlays in console)

Please let us know if it helps.

2

Please sign in to leave a comment.