Closed adammhaile closed 9 years ago
With the latest version of the plugin and ST3 Build 3083 I'm seeing double commas between params everytime it does an autocompletion. For example:
The following function:
def pullIDs(data, doSingle = True, idCol = 'id'
autocompletes to:
pullIDs(data,, doSingle=True,, idCol='id')
My extension settings are:
{ "auto_complete_function_params": "all", "sublime_completions_visibility": "default" }
Would be nice with a release for this!
Does the fix works for you ? If yes, I will release as soon as possible.
Works fine for me in ST3!
@jmagnusson 0.8.2 released (= enjoy!
Thanks, works great.
With the latest version of the plugin and ST3 Build 3083 I'm seeing double commas between params everytime it does an autocompletion. For example:
The following function:
autocompletes to:
My extension settings are: