-
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
Could gf be less explicit in finding files?
For example if file foo.rb is defined as
module Foo
VALUE=1
module Bar; end
endgf on Foo::Bar will report file not found. What, would be nice is if gf would walk up the directory tree and find foo.rb
This also applies to gf over module/classes with a constant
gf on Foo::VALUE will also report file not found.
Metadata
Metadata
Assignees
Labels
No labels