#What is Smart Finder? Often you need to search in the whole solution for code files, members (property, method, ...) or css style definitions. The built-in Ctrl + , feature in Visual Studio is useful, but not perfect:
This extension will solve those problems for you. It's a really handy way to jump from one area of the code to another quickly. File FinderPress Ctrl + Alt + F to launch the file finder. It allows you to search for all relevant files in the solution and quickly jump to them. Member FinderPress Ctrl + Alt + M to launch the member finder. It allows you to search for all relevant members such as properties and methods in the solution and quickly jump to them. CSS FinderPress Ctrl + Alt + S to launch the css class finder. It allows you to search for all relevant css class definitions in CSS, SASS and LESS files in the solution and quickly jump to them. It's smart enough to handle LESS and SASS compilations and yet get you to the correct source. |