v3ss0n / goto

GOTO using Atom's Symbols
MIT License
46 stars 17 forks source link

support for Ruby 2.0 named arguments and Rubymotion (obj-c) methods #1

Open wprater opened 10 years ago

wprater commented 10 years ago

Rubymotion uses Obj-c style methods using Ruby 2.0's named arguments feature. Currently these arguments are not display in the dialogue for your tool. It would be great if the named arguments were parsed and displayed in the dialogue.

mkleehammer commented 10 years ago

Could you send me an example file? Nothing real from your code, just a sample file with one or two example methods?

If I understand correctly it would be helpful to have the function signature in many languages that support function overloading, such as C++.