Sublime Forum

Sublime text autocompletion like you complete me

#1

I try to configure my Sublime so the auto completion feels like YCM.

YCM autocompletion works like this.

  • On dot the auto_completion widget opens which also works fine in sublime
  • after that you can cycle through the entries with tab and the auto_completion kind of starts(on first hit of tab) as it directly replaces the already typed word with the selected one in the widget
  • on further typing the auto completion is finished
    Can i reproduce this in sublime?
0 Likes

#3

I kind of don’t need the ycm autocompletion i want the feeling of ycm. how it handles the autocompletion.

it’s maybe to niche/specific what i want to do. But i try to explain the behavior better.
I want sublime to cycle on tab through the possible options. ( I got that to work )

Afterwards i don’t want to press a extra key to complete it i just want to type on.
On each tab press it should replace the whole word with the auto_completion text so when i selected the right one i just can type on.
The first gif here https://github.com/ycm-core/YouCompleteMe kind of shows what i want.

Thanks for the help.

0 Likes