Closed Mark-Phillipson closed 1 week ago
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!
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!
:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Description: I would like to request a feature to navigate between methods in the current file in Visual Studio Code. This feature is available in Visual Studio and is extremely useful for quickly moving through code, especially in large files with many methods.
Feature Details:
Use Case: As a developer, I often need to navigate between methods in my code files. Currently, I have to use the "Go to Symbol..." command and type the method name, which is not as efficient as having dedicated commands to jump to the next or previous method. This feature would greatly enhance my productivity and streamline my workflow.
Example: Here is an example of a C# file where this feature would be beneficial:
In the above example, having commands to navigate to the next or previous method would allow me to quickly move between
OnValueChangedPageSize
,PageDown
, andPageUp
methods without having to manually scroll or use the "Go to Symbol..." command.Conclusion: Implementing this feature would bring Visual Studio Code closer to the functionality offered by Visual Studio and improve the overall coding experience for developers who frequently work with large code files.
Thank you for considering this feature request.