How to disable method parameters substitution in PhpStorm?

I came across to a weird PhpStorm behaviour few days ago: i'm typing an arrow for a method call, it appears in autocompletion widget, I hit Tab button and it prints method call WITH parameters as non-existing variables. I have to delete it all the time to print what I need, not PhpStorm itself. Is it possible to turn off this feature?

0
1 comment

Just a guess, but it might be the new AI assistant, which comes enabled by default:

Editor/ General/ Code Completion/ Machine Learning-Assisted Completion/ Enable Full Line suggestions

0

Please sign in to leave a comment.