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] functioning example available — navigate to previous/next line on same folding level #139676

Open
creative-resort opened this issue Dec 23, 2021 · 6 comments
Assignees
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Milestone

Comments

@creative-resort
Copy link

creative-resort commented Dec 23, 2021

I'd like to propose providing a way for quick navigation of code:

Long stretches of code can quickly be jumped over, with the use of this navigation shortcut,
that takes you to the next or previous line on the same indentation level
as the line where the cursor is positioned currently.

image

Possible keybinding: Ctrl + ArrowUp / Ctrl + ArrowDown

Functioning Example:
https://github.com/bbodi/vscode-indentation-level-movement
https://marketplace.visualstudio.com/items?itemName=MikiFos.indentation-level-movement2

image

@sbatten sbatten assigned aeschli and unassigned sbatten Jan 5, 2022
@aeschli aeschli added the editor-folding Editor code folding issues label Dec 14, 2022
@aeschli aeschli changed the title quickly Navigate Code to previous/next line on same Indentation Level [[folding] quickly Navigate Code to previous/next line on same Indentation Level Dec 14, 2022
@aeschli aeschli added the feature-request Request for new features or functionality label Dec 14, 2022
@aeschli aeschli added this to the Backlog Candidates milestone Dec 14, 2022
@VSCodeTriageBot
Copy link
Collaborator

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@aeschli aeschli changed the title [[folding] quickly Navigate Code to previous/next line on same Indentation Level [folding] quickly Navigate Code to previous/next line on same Indentation Level Dec 14, 2022
@aeschli aeschli changed the title [folding] quickly Navigate Code to previous/next line on same Indentation Level [folding] navigate to previous/next line on same folding level Dec 14, 2022
@aeschli
Copy link
Contributor

aeschli commented Dec 14, 2022

I assumed you meant folding level. Or did you mean 'indent level`?

@VSCodeTriageBot
Copy link
Collaborator

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@creative-resort
Copy link
Author

Folding level should be fine, too. Thank you!

@creative-resort
Copy link
Author

creative-resort commented Feb 7, 2023

@aeschli
I just saw, there's already 21,633 votes on the extension of basically the same functionality.
VisualStudio Marketplace - Indentation Level Movement

@VSCodeTriageBot
Copy link
Collaborator

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@creative-resort creative-resort changed the title [folding] navigate to previous/next line on same folding level [folding] functioning example available — navigate to previous/next line on same folding level Feb 11, 2023
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

5 participants
@aeschli @sbatten @creative-resort @VSCodeTriageBot and others