I have a problem. Normally when I protect files in Visual Studio, I add a comment (I enter a code).
Now I want to look for that code to see what files I protected at that time but I don't know how to do it.
Can somebody help me?
I have a problem. Normally when I protect files in Visual Studio, I add a comment (I enter a code).
Now I want to look for that code to see what files I protected at that time but I don't know how to do it.
Can somebody help me?
You could start using custom tokens that visual studio provides -
https://blogs.msdn.microsoft.com/zainnab/2010/06/10/create-custom-tokens-for-the-task-list/
That way you can look up all places with your token as if they were TODO references.
As for already existing comments, assuming they are all the same, couldn’t you find them with CTRL+SHIFT, F?