-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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] go to region command #58658
Comments
@hansyulian What do you mean by region? We have a lot of outline, quick outline, breadcrumbs to help navigate within a file. |
the one enclosing a certain part of code like this: //#region properties
....
//#endregion
//#region computed
//#endregion |
I wonder if these regions should appear perhaps in the outline... What programming language are you using? |
We have a command to close all regions ( |
yea well aware of the fold all regions, but wonder would it be feasible if we have a better way to navigate between region? for example a region navigator floating window, or shortcut to go to a certain region |
From #51364, I'm in favor of adding built-in support for displaying regions in the outline view |
I would also like to see regions in the outline view. |
I would also like to see regions in the outline view. |
I also want it to apear on VS Code. I really need that of thing. It's make the code easier to navigate! |
I want to be able to sort and go to the symbols in the symbol navigator by region (ctrl P + type @), perhaps by typing "@>" or something like that, and have this support nested regions! 🙏 |
We need more waiting seems like that |
I'd also really like to see this implemented. In the meantime has anyone found an Extension that does this? |
@adamerose There's this from 3 months ago: https://github.com/berabue/vscode-region-viewer Edit: Just made a pull request for extended language support. Nested regions should also be easy to implement in future in this extension. |
So if we have the ctrl + g to go to line, how about we have a shortcut that will allow us to go to certain region in our code?
The text was updated successfully, but these errors were encountered: