Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Navigate to changed lines?

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
bruceoberg Posted - Jan 26 2018 : 6:54:41 PM
I am often editing a large source file, but only making changes in a couple areas. If these areas are far apart, navigating between them can be a chore, especially if they are not at the start of a function or class/struct.

I would like a couple commands for making this navigation easier. "Next Change" and "Prev Change" would move the view (or cursor) to the next/prev set of lines in the file that have changed. It would work similarly to the next/prev change operation in difference programs (e.g. beyond compare).

I've asked for this from the msvs folks, and never heard back. Perhaps this would be an easy feature for you guys? I used to use several editors (e.g. Source Insight) that had this feature, and I wish I had it within msvs.
2   L A T E S T    R E P L I E S    (Newest First)
MikMik Posted - Jan 29 2018 : 05:02:23 AM
If you are using Git, you can use another extension, GitDiffMargin, which includes commands to go to NextChange and PreviousChange (changes since last commit). It's very handy! (not affiliated with them, just a happy user)
feline Posted - Jan 27 2018 : 10:46:45 AM
There are a few methods that are already available to do something like this.

First there are IDE bookmarks, set a bookmark at each place you are working, and jump between them.

Then there is VA View:

https://support.wholetomato.com/default.asp?W222

if you right click in the top section you can turn On "Include modified methods", which will track methods you have recently modified, letting you jump back to these.

My next thought would be to use VA Hashtags, if you are going to be working in a few specific spots for any length of time. You could just add something like #EditingHere in a comment to both spots, and then use alt-g on the tag to jump between instances of the tag.

https://support.wholetomato.com/default.asp?W574

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000