srusskih / SublimeJEDI

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

Autocomplete function and classes on normal autocompletion #313

Closed edelvalle closed 4 years ago

edelvalle commented 4 years ago

Try it out... It provides parameter auto completion on the normal query completion. Example:

def myfunction(a, b=1):
    pass

myf| will provide:

Captura de pantalla_2020-04-09_17-13-43

and when selected will provide the parameter completion as the plugin already does.

srusskih commented 4 years ago

@edelvalle should we merge it?

edelvalle commented 4 years ago

Let's do it... Btw, the upgrade to Jedi 0.17 will be mayor.

Was already looking into it and will introduce the concept of project, will provide full project search, rename... that is already implemented here but we could migrate to use it from Jedi. I will in the next weeks look into this in more detail and make a migration plan.

srusskih commented 4 years ago

@edelvalle sounds awesome!