Closed dmfigol closed 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 ", ..."?
Looks like only with patch
Same problem https://github.com/srusskih/SublimeJEDI/issues/149
closed with #149
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 ", ..."?