srusskih / SublimeJEDI

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

Prevent function argument autocompletes from being highlighted #292

Open sammorley-short opened 5 years ago

sammorley-short commented 5 years ago

Currently (v0.14.0) I am finding that after autocompletion of a function's parameters that the resultant argument is highlighted, rather than simply autocompleted. For example, see the below reproduction:

Screenshot 2019-05-31 at 11 08 13

Hitting enter, one gets

Screenshot 2019-05-31 at 11 08 22

Perhaps there is a reason that this is done to which I am not aware, but if so, it would be useful for there to be an option to deactivate this feature.