srusskih / SublimeJEDI

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

problem with function variables autocompletion #163

Closed dmfigol closed 9 years ago

dmfigol commented 9 years ago

Hi! I am using python3 and ST2 and I have the following problem. My setting is: "auto_complete_function_params": "required" And for example, I type print( It autocompletes as following: print(value, ...) How to disable this ", ..."?

srusskih commented 9 years ago

Looks like only with patch

srusskih commented 9 years ago

Same problem https://github.com/srusskih/SublimeJEDI/issues/149

srusskih commented 9 years ago

closed with #149