Remove Expanded Region overlay

Logan Whitaker 1 Reputation point
2022-04-08T16:29:58.297+00:00

Any know how to remove this popup from an HTML form? I have zero regions in the form.

191423-image.png

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,263 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 25,556 Reputation points Microsoft Vendor
    2022-04-11T03:14:40.843+00:00

    Hi @Logan Whitaker ,
    You can look at Tools -> Options -> Text Editor -> C# -> Advanced -> (section Outlining) Collapse #regions when collapsing definitions.
    or use a shortcut.
    Ctrl+M+O will collapse all.
    Ctrl+M+L will expand all.
    Ctrl+M+P will expand all and disable the outline.
    Ctrl+M+M will collapse/expand the current section.
    These options are also in the context menu under Outline.
    Right click in the edit -> Outlining to find all options. (After disabling the outline, use the same steps to enable the outline.)
    https://learn.microsoft.com/en-us/visualstudio/ide/outlining?view=vs-2022
    191672-1.jpg
    Best regards,
    Lan Huang


    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.

    0 comments No comments