Is there a way to search the entire solution when searching code? In visual studio, when I do a CTRL+F search, I have the option to choose solution, so I can find all instances of a string or regular express in the search box. I’ve found, that in Mono-develop, the search function is limited to the code file I have open. Can someone direct me on how to do a full solution search using monodevelop?
Sure! It is very easy, simply go to “Search” > “Search in Files” , it will scan through the entire solution.
Or ctrl + shift + f, for short.