How Do I Disable AI Code Suggestions in PyCharm?

231 Views Asked by At

I would like to disable the AI code suggestions in PyCharm. I noticed them when I updated to PyCharm 2023.3.2.

I looked up the PyCharm documentation on Code Completion but didn't find anything helpful.

1

There are 1 best solutions below

1
Daniel Savenkov On

Hover the mouse over the suggestion. You'll see a hover window like this. Press the "three dots" button and choose Settings - there you can disable the suggestions. Actually, there are two types of AI Code Completions in PyCharm 2023.3: local model based (enabled by default) and cloud model based (enabled only if AI Assistant is enabled), following the links you can find more detailed information