Search Results

9
votes
1answer
987 views

Open a file in Visual Studio at a specific line number

Greetings, I have a utility (grep) that gives me a list of filenames and a line numbers. After I have determined that devenv is the correct program to open a file, I would like to ensure th …