I apologize for the confusion. The option to disable Python code completion is not available in Visual Studio 2022 version 17.5.5. The option to disable code completion will be available in a future version of Visual Studio 2022.
In the meantime, you can disable Python code completion by setting the following environment variable:
Code snippet
PYLINT_DISABLE=1
Use code with caution. Learn more
content_copy
This will disable all linting features in Visual Studio, including code completion.
I hope this helps! Let me know if you have any other questions.