Is there a way to quickly find files in Visual Studio 2010?
Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse? Or does ReSharper offer … Read more
Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse? Or does ReSharper offer … Read more
In the case of following string to be parsed. ford mustang,10,blue~~?bugatti veyron,13,black I want to replace the ~~? with a carriage return Replacing … Read more
When I debug in Visual Studio, Firefox opens and that is annoying because of the hookups that Internet Explorer and Visual Studio have, … Read more
I have a Resharper 9x license and it is only compatible up to MS VS Community 2015 edition. I tried to download the … Read more
What’s missing in Visual Studio Community 2015? They say it’s full-featured and free, but if that’s the case, then why do/will they still … Read more
How can you find the unused NuGet packages in a solution? I’ve got a number of solutions where there are a lot of … Read more
How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects. — … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
I want to be able to edit one method while looking at another method in the same file, as reference. Can this be … Read more
Is there a way to place a watch on variable and only have Visual Studio break when that value changes? It would make … Read more