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,643 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. Mattias Besemann 45 Reputation points
    2023-10-31T20:35:14.4666667+00:00

    In VS 17.7.6 IntelliSense is not triggering with a period, but it's still possible to trigger it by using Control + Space or Control + J.

    EDIT: Wow I just realized somehow these 2 settings were unchecked (Options -> Text Editor -> C# -> General):
    User's image

    Everything is working again - replace C# with your language of choice.

    9 people found this answer helpful.

  2. MelvynShepherd-9518 266 Reputation points
    2023-03-07T11:41:56.6833333+00:00

    It works for new projects but not for previously created projects.

    2 people found this answer helpful.

  3. PCz 10 Reputation points
    2023-03-15T11:25:02.7733333+00:00

    Hello,

    I confirm the same problem. Boost libraries includes generaring problem since VS 2022 17.5 and continue with 17.5.2 and 17.5.2. For VS 2022 17.4.x worked fine. Latest BOOSt 1.81 in use, also checked on 1.78 - the same behaviour.

    Multiple errors in detected in boost concpt_check.hpp causes Intellisense stop working however the user code compiles and generates all outputs correctly.

    User's image

    User's image

    2 people found this answer helpful.
    0 comments No comments

  4. Fabio Giacomelli 6 Reputation points
    2023-05-24T17:20:12.51+00:00

    Same problem for me, intellisense is broken on XAML files in MAUI project. I'm using the 17.6.1 version. In the previous version it worked.

    I tried to reinstall a fresh version, deleting .vs folder, close all the tabs, rebuild, but at this time is not solved

    1 person found this answer helpful.
    0 comments No comments