srusskih / SublimeJEDI

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

Additional closing brace in signature popup #299

Open dhelonious opened 5 years ago

dhelonious commented 5 years ago

If there are spaces between a function name and the opening brace an additional closing brace is shown in the signature popup.

No space between __init__ and (: no_space

Space between __init__ and (: space