When having a file `models/note.rb` and `models/note_type.rb`, then typing `note` should select `note.rb` by default, not `note_type.rb`! I guess this has something to do with the underscore `_` coming before the `.` in the alphabet, but it's counterintuitive. 