SonicFileFinder is a free add-in for Visual Studio 2005 that allows a fast and convenient search for any file within every Project of the loaded Solution by entering the complete filename or just a part of it. The found file(s) can either be edited with a single keystroke or a Windows Explorer / CommandLine prompt can be opened at the file’s location.
Welcome to the SonicFileFinder releasethon: 3 releases in 3 days! Roland tested version 1.8.1 today, found some bugs and proposed the search by initials + wildcards feature. What can I say: Here we go again…
What’s new?
Version 1.8.2 is a small bugfix/feature release of SonicFileFinder.
- ADDED: Search by intials can now be used in conjunction with wildcards. Example: There are two files MyFirstClass.cpp and MyFirstClass.cs. Searching for MFC would match both files, but searching for MFC*p would only match MyFirstClass.cpp.
- CHANGED: Selected files in the SonicFileFinder result list can now only be deleted using the context menu. The Del-Key works now as expected in the search box.
- FIXED: Unexpected behavior when using wildcards: a* found all files starting with a, but a*.cs found all files ending with .cs and contaning a
Download it on the SonicFileFinder website.
7 Comments
-
Saugutes Tool, Jens! Ich würd’s sofort gegen mein aktuell verwendetes (VSFileFinder2005 http://zero-one-zero.com/vs/) eintauschen, wenn Du noch ein Feature einbauen kannst, dass das jetzige kann:
UND-Verknüpfung von Texten die mit Leerzeichen eingegeben worden sind. Also wenn ich “ab fo” eingebe werden alle Dokumente gefunden die “ab” und “fo” enthalten, z.B. ein “AboutForm.cs”.
-
Author
Das freut mich zu hören, besten Dank!
Das Feature klingt interessant. Es kommt auf jeden Fall auf die Liste für das nächste Release!-
Cool! Freut mich dann auch zu hören. Die Implementierung des Features sollte(!) ja recht einfach sein, da es vom VSFileFinder2005 den Quelltext gibt (http://zero-one-zero.com/vs/VSFileFinder2005Source.zip), ggf. ist das hilfreich.
-
Author
…es kann nur etwas dauern, weil ich mich gerade intensiv mit WPF beschäftige und die SFF Weiterenwicklung daher etwas zurückgestellt habe.
-
Auf gute Software warte ich gerne :-).
-
-
-
-
-
Cool tool, but it crashes Visual Studio on most projects (both at home and at work).
-
Did you try out the recent version? The problem should be fixed by now.
-