Slick Code Search ================= Description =========== A WPF based application that lets you index and search through your source files (C#). A Google desktop for your local code. Installation ========= When you start Slick Code Search you get this little floating textbox area (like SlickRun). When you start Slick Code Search for the first time you need to go into the options and add some directories. This is done by right-clicking anywhere on the black textbox area to bring up the context menu and then selecting "Options...". When all you directories are configured you can select "Start Indexing" from the context menu. The indexing can take some time depending on how many source files you have. Search Queries ============== * t:ISessi* -> Searching for a type beginning with "ISessi" * m:Get* -> Searching for all types that have a method beginning with "Get" For a complete description of the Lucene syntax: http://lucene.apache.org/java/docs/queryparsersyntax.html Navigation ========== You can navigate among the search hits by pressing the up/down keys, you can expand a type by pressing the right key and collapse a expanded item by pressing left. Once you have expanded an item you can start navigating its methods with the up/down keys. If you press left while having a method selected a code window should appear with that function in focus. If you have a type selected (in non expanded mode) you can press enter to open the file with the a program that you can specify in the settings. Please report bugs on: http://www.codeplex.com/slickcodesearch/WorkItem/List.aspx