dgutov / robe

Code navigation, documentation lookup and completion for Ruby
584 stars 37 forks source link

Show completions with type annotations like variable, function, class, etc #71

Closed stardiviner closed 8 months ago

stardiviner commented 9 years ago

As the title said, I see many complete source has this feature. Hope robe can support this too.

dgutov commented 9 years ago

Currently there are only two kinds of completions: constant (which can be a class), or a method. They're easy to discern by their names anyway.

But it's a good feature request for when we support local variables, at least.

stardiviner commented 9 years ago

Thanks.