Share via

How to fix Visual Studio 2022 17.5 Intellisense not working

MelvynShepherd-9518 296 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

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author

  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

12 additional answers

Sort by: Most helpful
  1. Mattias Besemann 80 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.

    10+ people found this answer helpful.
  2. Fawad Raza 10 Reputation points
    2023-12-11T17:37:49.7166667+00:00

    Just had this issue today, all Intellisense was lost but for just one Solution, everything else was fine. Even PC restart did not resolve it.

    Closing Visual Studio down, removing .suo and .user files from that project/solution fixed it for me.

    Thanks.

    2 people found this answer helpful.
    0 comments No comments
  3. Steve Carley 5 Reputation points
    2023-12-11T18:09:12.54+00:00

    I just delete the .vs folder - works every time.

    1 person found this answer helpful.
  4. Anna Xiu-MSFT 31,196 Reputation points Microsoft External Staff
    2023-03-02T02:30:57.11+00:00

    Hi @MelvynShepherd-9518

    Welcome to Microsoft Q&A! 

    What is your project type? Do you have any error messages or warnings? If possible, please share us more detailed information. 

    You can restart your VS2022 and create a new project to check if the IntelliSense is working normally. 

    For more information about IntelliSense, please refer to: IntelliSense in Visual Studio

    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.