How to disable inline code suggestions?
I’m trying to fully disable gray text code suggestions. I have tried to disable inline & popup code completion and disabled jetbrains ai assistant and full line code completion plugins. But it does not help
Could someone clarify which exact setting or plugin controls this behavior in phpstorm?

Please sign in to leave a comment.
The gray inline code suggestions are usually generated by the Full Line Code Completion feature in PhpStorm.
To disable them:
1. Go to "Settings | Editor | General | Inline Completion"
2. Uncheck "Enable local Full Line completion suggestions."
If this setting is not available or does not help, you can disable the feature via plugin settings:
"Settings | Plugins" → search for "Full Line Code Completion" → disable the plugin
If the Inline Completion settings appear locked or show a message like "Model is overridden in AI Assistant | Models", check the following:
Go to "Settings | Tools | AI Assistant | Providers & API Keys"
Make sure no AI model is overriding completion settings (for example, under Core Features / Completion)
Then return to the Inline Completion settings and try again
If the issue still persists, it’s best to submit a support request and include troubleshooting logs for further investigation:
https://intellij-support.jetbrains.com/hc/en-us/requests/new?product=ai_assistant