Closed istathar closed 11 years ago
Have you seen command-t?
I'm slightly wary of this patch... the only rational reason I can come up with is that Connection.hs
could mean two different things. But nobody names their identifiers hs
, right, so it is probably fine. Alright, I'll merge.
I'm slightly wary of this patch... the only rational reason I can come up with is that Connection.hs
I'm slightly wary of this patch. The concern I came up with was wondering what would happen if you had two files the same name in different hierarchies. But :tselect
seems to do the right thing there. If it turns out to be a problem, we can fix it (or be rid of it) it, sure.
AfC
Fully qualified module names are nice, but sometimes you just want to jump to Filename.hs somewhere in your project tree. This patch adds tags for the basenames of the files as they are encountered, so you can do
and have it pull up src/Network/Http/Connection.hs which is a nice complement to pull #9 where you can do
AfC