Please tell me how to stop continuous searching in Visual Studio
Once I run search all using Ctrl + Shift + F then my search does not s开发者_高级运维top, and it is showing searching in the status panel.
How do I stop this? I am using Visual Studio 2005.
Use Ctrl+Shift+F again, you should see the "Find All" button now becomes "Stop".
Or you can click the 'Stop Searching' button on the toolbar of the 'Find Result' panel.
Have a look at Did you know... How to stop a find in files search? - #080
This site always has very handy tips/tricks.
精彩评论