Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2022 MAC Quickview Intellisense stop working

I have a strange problem on my Mac(MacBook Pro M1). I'm currently working on a monogame game. Suddenly the Mouseover not Working correctly. As seen on the image below the tooltip just showing an [O].

Mouseover not working correctly

1

Also the Intellisense stoped working correctly. The Tooltip is empty and not showing the Methods Head and other informations.

Intellisense acting strange

2

This problem occurs on every New and existing Project. Seems to be a global Visual Studio Problem on my Mac.

What I have tried is:

Reboot the Machine, restart the IDE. Delete the hidden .vs Folder. of the Project I got the same behavior on a Visual Studio 2019 Mac installation.

I tried other Project Templates and the Tooltips don't show neither.

I uninstalled my installation with the provided uninstall scripts and reinstalled a clean version of Visual Studio but I had no success.

Also I don't have installed any 3rd party software like resharper.

like image 979
Zhuraj Avatar asked Oct 24 '25 17:10

Zhuraj


1 Answers

I have the exact same issue same issue. I have tried this on Visual Studio Mac 2022 (17.0.7 build 7) and the latest preview ( 17.3 preview build 2089)

Intellisense not displaying

I loaded the same project using Visual Studio Code and the Intellisense/Tips work just fine:

Visual Studio Code working Example

I have googled but not seen many other users with the same problem. Not sure if it is due to having MacOS Ventura (beta) installed.

Are you using Ventura? I may have to revert to Monterey to see if this resolves the issues. Even the preview version of VS 2022 doesn't recognise the correct installation path for .NET 6 and had to be manually installed from the cache folder in the VS Installer Cache directory as the GUI fails for this.

like image 166
ASTIN77 Avatar answered Oct 26 '25 08:10

ASTIN77