You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In a Visual Studio 2022 version 17.11.0 installation, when the DevSkim extension is installed and active, the tool tips in C# code files are not shown anymore.
When you hover the mouse cursor over a variable, class, property, method or any other code element, no tool tip is shown.
It does not matter, if the Visual Studio 2022 was updated from a previous version or if it was freshly installed.
It does not matter, if the DevSkim extension was installed before or after the update of Visual Studio 2022 to 17.11.0.
Disabling the DevSkim extension and restart Visual Studio 2022 is enough to make the tool tips work again.
To Reproduce
Steps to reproduce the behavior:
Install or update Visual Studio 2022 to version 17.11.0
Install DevSkim extension via the Extension Manager, if it was not installed before
Open or create any C# project that doesn't have errors
Open a .cs file with code in it
Hover with the mouse cursor over a variable, class, property, method or any other code element
No tool tip is shown, no matter how long the mouse cursor stays there
Expected behavior
The tool tip to the hovered code element should be shown with the typical information
Screenshots
I guess is doesn't make sense to add a screenshot if something is not to see
Versions
OS: Windows 10 22H2 and Windows 11 23H2
Visual Studio 2022 version 17.11.0
DevSkim version 1.0.33.40378
The text was updated successfully, but these errors were encountered:
Thanks for the report. This sounds similar to the bug reported earlier about quick actions. I suspect it may be related to visual studio sdk changes as the extension itself hasn't changed recently.
Maybe it is related with that quick actions bug.
But I didn't have any issues before VS 2022 version 17.11.0.
The issue still exists with VS 2022 version 17.11.1.
Describe the bug
In a Visual Studio 2022 version 17.11.0 installation, when the DevSkim extension is installed and active, the tool tips in C# code files are not shown anymore.
When you hover the mouse cursor over a variable, class, property, method or any other code element, no tool tip is shown.
It does not matter, if the Visual Studio 2022 was updated from a previous version or if it was freshly installed.
It does not matter, if the DevSkim extension was installed before or after the update of Visual Studio 2022 to 17.11.0.
Disabling the DevSkim extension and restart Visual Studio 2022 is enough to make the tool tips work again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tool tip to the hovered code element should be shown with the typical information
Screenshots
I guess is doesn't make sense to add a screenshot if something is not to see
Versions
The text was updated successfully, but these errors were encountered: