andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
110 stars 43 forks source link

Varargs and kwargs should be identified differently #144

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

If keyword arguments contains varags or kwargs and keyword completion is used. Then all arguments looks the same, but it could use a Python style to identify different argument types. Use _agrs for varags and *_agrs for kwargs.

aaltat commented 8 years ago

This is not issue for library keywords. Investigate for user keywords.

aaltat commented 8 years ago

This is not issue in user keywords. Added wontifx because this already works as planned