SublimeJEDI icon indicating copy to clipboard operation
SublimeJEDI copied to clipboard

open() autocompletes all args when in required mode

Open sammorley-short opened this issue 5 years ago • 3 comments

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

sammorley-short avatar Apr 25 '19 17:04 sammorley-short

same for me with "print"

csarmendariz avatar May 06 '19 20:05 csarmendariz

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

srusskih avatar Aug 21 '19 07:08 srusskih

Same issue here. I turned off all argument completion.

zsiegel92 avatar Nov 22 '20 22:11 zsiegel92