Reputation: 1317
I've made plenty of changes in my solution, using TFS, and I want to search for something only in the files which I edited (which appear in the "Pending Changes").
There is only an option to search in specific directories of the solution but not in the edited files.
Maybe there is some extension that can help with it?
For example, I want to search for TODO
comments but only in the files edited by me, without seeing TODO
s of other developers.
Upvotes: 6
Views: 2186
Reputation: 480
Not the exact answer for this question but go to View/Task List to search for the TODO Apply the technics explained in the other answers. To get a list of tokens, go to Tools/Options/Environment/TaskList
Upvotes: 0
Reputation: 166
Press ctrl + shift + f
In Result options
, select Find results Table
Press find all and then, in the find window filter by select Changed Documents
.
Upvotes: 10
Reputation: 1975
It's super hacky but you could write a quick console/win forms application to:
Upvotes: 0
Reputation: 464
This is not the answer for searching in pending changes in general, but it is possible to get list of TODOS only from changed files by using Task list window.
Open Task list window and use the filter for only Changed documents:
Upvotes: 1
Reputation: 559
It doesnt look like there is a way to do this directly but I am able to do it via a work around that might work for you.
Upvotes: -1