Visual Studio 2022 Community Edition: How to disable *all* Python code completion, code suggestions, hover tips etc

Pick a name, any name 0 Reputation points
2023-02-14T10:36:51.64+00:00

I'm using VS 2022 CE to write Python code. I cannot find anywhere to permanently disable the flurry of drop-downs, hover tips , completion suggestions etc etc whenever my mouse strays near the code window. I'm specifically looking for solutions that work for Python, not C++ or C#.

Thank you

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,600 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 25,551 Reputation points Microsoft Vendor
    2023-02-14T12:49:57.1033333+00:00

    Hello, 

    Welcome to Microsoft Q&A! 

    I suppose you need to disable IntelliSense in Python project: go to Tools > Options > Python > Language server > check ‘Disable completions from Typeshed’ > OK.

    Then, restart your project. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.