How to fix Visual Studio 2022 17.5 Intellisense not working

MelvynShepherd-9518 266 Reputation points
2023-03-01T12:28:36.9666667+00:00

Visual Studio 2022 Enterprise Edition version 17.5.1

Intellisense and snippets are not working

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

Accepted answer
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

33 additional answers

Sort by: Most helpful
  1. Rafał Skowroński 0 Reputation points
    2023-03-16T12:57:46.23+00:00

    well, well, dear Microsoft! We've updated to latest version and now InteliSense down entirely.. please advise our effectiveness dropped dramatically..

    https://learn.microsoft.com/en-us/answers/questions/1185434/how-to-fix-visual-studio-2022-17-5-intellisense-no

    While we do use Boost, we've got none of its files opened etc.

    Parsing of any file is so slow it seems to take minutes for a single file and then InteliSense is not available even for language intrinsic constructs!


  2. Dmitry Gorelov 0 Reputation points
    2023-03-17T13:00:15.8933333+00:00

    I confirm the problem. The work is hell when Intellisense not working.

    Completely the same sympthoms as the colleagues have reported above with the screenshots.

    Dear Micrsoft. Could you please stop asking the same questions and JUST open VS2022, add Boost to the project and reproduce the problem??

    0 comments No comments

  3. Alex Shnaiderman 0 Reputation points
    2023-03-30T09:44:47.3666667+00:00

    I solved it ( at least for now ) by upgrading from version 17.5 to 17.5.3

    0 comments No comments

  4. tstrong 40 Reputation points
    2023-03-31T17:53:17.25+00:00

    You may be experiencing this problem if you are using ScriptManager to add bootstrap to your site. Try adding bootstrap as a link in the <head> of the page or masterpage.

    example: <link href="./Content/bootstrap.css" rel="stylesheet" type="text/css" />