srusskih / SublimeJEDI

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

Strip out leading spaces when autocompleting default arguments #236

Closed vshotarov closed 6 years ago

vshotarov commented 6 years ago

Just added an .lstrip() to remove leading spaces from default arguments completion as a workaround for #234 .

srusskih commented 6 years ago

Thanks a lot! 👍