better "go to file" matching?

Currently if I want to open something.rb

typing "some rb" does not show "something.rb"

I have to type "some*rb"
it would be nice if "some rb" also matches "something.rb"

also if there is no file that start with "something", it would be nice to list files that match "something" anywhere

for example typing "some", shows "not_something.js", "_something.rb"

I think this is how sublime text and textmate does the matching.

0
1 comment

typing "some rb" does not show "something.rb"

I have to type "some*rb"

You can type "some.rb" and for me dot is more reasonable than whitespace

also if there is no file that start with "something", it would be nice to list files that match "something" anywhere

for example typing "some", shows "not_something.js", "_something.rb"

I like this idea, because currently you need to enter *some.rb in such case

0

Please sign in to leave a comment.