Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended #region support (outline, refactor region name) #107084

Closed
trulysinclair opened this issue Sep 19, 2020 · 2 comments
Closed

Extended #region support (outline, refactor region name) #107084

trulysinclair opened this issue Sep 19, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality outline Source outline view issues
Milestone

Comments

@trulysinclair
Copy link

Currently regions, denoted by //#region &| //region, while supported are still lacking in "full support". This definition varies from dev to dev, but I think in more general terms we should be looking at at least "Rename Symbol" or F2 support and outline/breadcrumb support. This would allow larger regioned code to be viewed within outlines. Allowing collapsibility just like the others (method, class, etc...) would also permit less scrolling.

"Rename Symbol"

This one should really be determined by the existence of #region <name>. If the region header and footer both have the same name, then rename both from either the footer or header.


This should really just expand upon #51364

@jrieken jrieken added *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality outline Source outline view issues labels Sep 21, 2020
@jrieken
Copy link
Member

jrieken commented Sep 21, 2020

This is a duplicate. Unfortunately, I don't recall the exact issue number nor its title 😳 Anyways, searching for issues with the same labels will likely help you 👉
https://github.com/microsoft/vscode/issues?utf8=✓&q=is%3Aopen+label%3Afeature-request+label%3Aoutline

@jrieken jrieken added this to the Backlog milestone Sep 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality outline Source outline view issues
Projects
None yet
Development

No branches or pull requests

3 participants
@jrieken @trulysinclair and others