srusskih / SublimeJEDI

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

open() autocompletes all args when in required mode #290

Open sammorley-short opened 5 years ago

sammorley-short commented 5 years ago

I have set "auto_complete_function_params": "required" in my user settings, but still find that open() is being autocompleted with all arguments.

(I am running v0.14.0)

Screenshot provided for verification.

Screenshot 2019-04-25 at 10 05 20
csarmendariz commented 5 years ago

same for me with "print"

srusskih commented 5 years ago

This is a common issue for python non-python functions :)

zsiegel92 commented 3 years ago

Same issue here. I turned off all argument completion.