superlou / lapce-python

Python LSP plugin for the Lapce editor
MIT License
22 stars 4 forks source link

Autocomplete on if a:<enter> is too eager? #12

Open dholth opened 1 year ago

dholth commented 1 year ago

I'm having trouble using this plugin since it's a little too eager to autocomplete. For example, if a:<enter> autocompletes to if a:<abs>. Is there a setting to deal with this in lapce or in this plugin, possibly hack it by making the first suggestion always the empty string?

superlou commented 1 year ago

I think that's a Lapce limitation currently:

image

I'm not sure the status of it though, so maybe something was implemented?