Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh-ycm hybrid.. could it be? #369

Closed
iago-lito opened this issue Jan 15, 2016 · 1 comment
Closed

zsh-ycm hybrid.. could it be? #369

iago-lito opened this issue Jan 15, 2016 · 1 comment

Comments

@iago-lito
Copy link

YouCompleteMe is an awesome and snappy completion plugin for Vim, whose sophisticated fuzzy search algorithm always pulls on top of the stack the word you were looking for in a few keystrokes.

I have no idea how much this ranking algorithm is dependent on Vim environment, but 1) I guess it could be quite independent and 2) my hands are now trying to use it all the time even if not available in zsh.

I think this is enough for a feature request: how difficult would it be to take ideas from YCM ranking algorithm into zsh autocompletion engine?

killer features to me:

  • matches substrings: matchthatname with tchat
  • matches collapsed words: camelCase with cc, python_style with ps, etc.
  • somehow involves context

cross-reference

@nicoulaj
Copy link
Member

nicoulaj commented Feb 4, 2016

I suggest you discuss this on zsh mailing lists, this is not the goal of this project.

@nicoulaj nicoulaj closed this as completed Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants