atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Fuzzy search for go to file #1782

Open tobiastom opened 8 years ago

tobiastom commented 8 years ago

It would be nice if the go to file dialog could ignore some special characters (like _, /, \) and look for matches inside the filesystem.

A concrete example would be that I want to open a PHP class which is inside the file inside the directory.

The name of the class is for example COM_EXAMPLE_LALA_FOO. When I copy and paste it, go to file will not find a match, as the filename might be com/example/lala/foo.php. When the "special characters" are removed, it might be able to match it to an individual file.

Thanks!