randy3k / R-Box

R package for Sublime Text 3
MIT License
171 stars 27 forks source link

[feature request] Autocomplete all parameters ( args(foo) ) #86

Closed wilsoncai1992 closed 7 years ago

wilsoncai1992 commented 7 years ago

The current autocomplete feature for the function name is cool. And the new show_hints_on_hover is wonderful.

I constantly find myself start typing parameters and cannot revoke hints anymore.

Is there any way we could have autocomplete capability for all function parameters? Similar to the Anaconda package for python? e.g.

"complete_all_parameters": true

After all, this is already a wonderful package. Thank you for your great contribution to the data science community!

Best, Wilson

randy3k commented 7 years ago

I am working on a major refactoring, please be patient....

wilsoncai1992 commented 7 years ago

Wow @randy3k ! This sounds wonderful!

wilsoncai1992 commented 7 years ago

Thanks for your great work!

randy3k commented 7 years ago

I have finally finished the refactoring, will you be able to test the refactor branch?

wilsoncai1992 commented 7 years ago

Will test right away! Thanks a lot!

wilsoncai1992 commented 7 years ago

Works like magic! This is awesome!

randy3k commented 7 years ago

It has merged to master. A update will be release in a few days after more testings.

wilsoncai1992 commented 7 years ago

The new paste method works like charm!