How do I turn off AI code completion?
I am writing an app using a UI framework.
The new version of PyCharm hallucinates callback function names based on button names instead of offering to complete names based on the names of functions already defined in the same module file. E.g. when I define a “New Document” button, PyCharm will ignore `new_button()` and suggest `create_new_button()`. Also, the IDE keeps inserting incorrect import statements, which I have to keep removing.
This wastes my time and adds to debugging time. I never asked for this crap. How do I turn it off and go back to pre-AI behaviour?
Please sign in to leave a comment.
Hello, Jacek ,
Please, try turning off the following options and see if that helps you reach your goal:
Enable cloud completion suggestions settingunder Settings | Editor | General | Inline CompletionEnable local Full Line completion suggestionssetting under Settings | Editor | General | Inline CompletionEnable next edit suggestionssetting under Settings | Tools | AI Assistant.Should be disabled by default.
It almost never gives any useful hints and disrupts the thought process.