Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / intellisense

Visual Studio 2022 IntelliSense Hover Not Working Problem

5.00/5 (1 vote)
5 Feb 2024CPOL 2.9K  
VS 2022 extensions can interfere with the IntelliSense Hover functionality.
Visual Studio 2022 IntelliSense Hover not working problem can be due to a malfunctioning Visual Studio extension. Here's a solution.

Problem: Visual Studio 2022 IntelliSense Hover is not working (when you position the cursor over some C# variable/method, you do not get the IntelliSense description popping up).

Reason: You have installed an offending Visual Studio extension.

Solution: Find and uninstall the offending extension.

Repro: I can reproduce the problem with “Visual Studio 2022 version 17.8.6” and the Extension “Porting Assistant for .NET 2022 version 1.3.5”.

Image 1

Image 2

History

  • 6th February, 2024: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)