We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just started using region markers to fold chunks of code (Python). When folded, I see this:
This comes from code like this:
# region Example 1: blah blah blah
The region marker should be hidden when folded, so I just see the comment following it as the "title" of the region.
region
region is case sensitive so it's unsightly and inflexible, in my opinion.
The text was updated successfully, but these errors were encountered:
I thin it's fair to say that this is a duplicate of #83458, depending on #70794
Sorry, something went wrong.
aeschli
No branches or pull requests
Just started using region markers to fold chunks of code (Python). When folded, I see this:
This comes from code like this:
The
region
marker should be hidden when folded, so I just see the comment following it as the "title" of the region.region
is case sensitive so it's unsightly and inflexible, in my opinion.The text was updated successfully, but these errors were encountered: