How do I prevent this much help while coding in Visual Studio C#

Travis womack 1 Reputation point
2022-09-27T17:57:09.083+00:00

While coding in C# using visual studio I get the following whenever I move my mouse to edit code, see attached image. I find this feature very annoying and counter productive.245187-screen-shot-2022-09-27-at-123109-pm.png

Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    2022-09-28T03:10:55.853+00:00

    Hi @Travis womack ,

    Welcome to Microsoft Q&A forum.

    Are you using any third-party class libraries? Looks like it’s the XML comments that provided by some class libraries. Normally, they are short, but some third-party class libraries may include long comments.

    The XML comments display in Visual Studio Quick Info feature. Typically, Quick Info is turned on by default and cannot be disabled. There’s one way to disable all of the Quick Info features in Visual Studio by using this Toggle Editor Tooltips extension. Though it turns off the XML comments, it also turns off other Intellisense information in Quick Info tooltips.

    Best Regards,
    Tianyu

    • 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.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.