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

[folding] Distinctly highlight corresponding #endregion for #region X comments #71712

Open
munael opened this issue Apr 4, 2019 · 1 comment
Assignees
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Milestone

Comments

@munael
Copy link

munael commented Apr 4, 2019

That would apply to all supported languages. But I considered it for Python only, and so may be missing something.

In python, standing on a #region marker highlights all #region tokens in the file, as is normal for other tokens in plain source and in comments.

Request: Apply a different highlighting rule (perhaps "line boxes" as is applied to matching brackets/parentheses/braces) to the #endregion corresponding to the #region under the cursor, to make clear the region's boundary.

@vscodebot
Copy link

vscodebot bot commented Apr 4, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the editor-folding Editor code folding issues label Apr 4, 2019
@aeschli aeschli changed the title Distinctly highlight corresponding #endregion for #region X comments [folding] Distinctly highlight corresponding #endregion for #region X comments Apr 5, 2019
@aeschli aeschli added the feature-request Request for new features or functionality label Apr 5, 2019
@aeschli aeschli added this to the Backlog milestone Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants