tbodt / deoplete-tabnine

Deoplete source for TabNine
256 stars 17 forks source link

Improve for semantic completion #9

Closed Shougo closed 5 years ago

Shougo commented 5 years ago

I have updated the source for tabNine semantic completion. I think it is better.

tbodt commented 5 years ago

I wonder if it would be better to have input_pattern be r'.'? I believe the Sublime plugin updates completions on every single keystroke.

Shougo commented 5 years ago

OK. I will test it.

Shougo commented 5 years ago

I think r'\S$' is better.