srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Duplicate entries in in function args completion #269

Closed hadisfr closed 6 years ago

hadisfr commented 6 years ago

I'm getting exactly two number of every argument in completion suggestions when calling my own functions.

E.g.:

image

Signature of that function:

def get_data(self, condition, cond, max_length=None):

Where's the problem?

srusskih commented 6 years ago

fixed in https://github.com/srusskih/SublimeJEDI/commit/30b5c5f2d96bd68cb9edebdff51b547e1d9459f1

Do you install the plugin from git or from package manager ?

hadisfr commented 6 years ago

Sorry, I don't know why I didn't remember #267 when creating this while I had seen that before. 🙄 I'm using package control's one.

srusskih commented 6 years ago

Maybe, I should release the fix...

hadisfr commented 6 years ago

@srusskih Thank you!