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

Feature suggestion, fuzzy typing #106

Closed
testinggithub1222 opened this issue Feb 26, 2019 · 7 comments
Closed

Feature suggestion, fuzzy typing #106

testinggithub1222 opened this issue Feb 26, 2019 · 7 comments

Comments

@testinggithub1222
Copy link

I have using vsCode for awhile and i think that vsCode has a nice feature when we type. Imagine I have a class name UserAccount class so when i type usacc, vsCode still able to give me this option in its completion list. So, having this feature too in emacs would be great.

@yyoncho
Copy link
Member

yyoncho commented Feb 27, 2019

This one has to be implemented in company-lsp, kind of a duplicate of tigersoldier/company-lsp#79 . There is https://github.com/PythonNut/company-flx but it works only with capf backends. (cc @tigersoldier)

@testinggithub1222
Copy link
Author

Hi @yyoncho,

but it works only with capf backends

What does it mean by this?

I am trying to make it works but it never works.. too bad. I may put company-backend in a wrong order. Please suggest ur configuration or this configuration. Thanks

@yyoncho
Copy link
Member

yyoncho commented Mar 4, 2019

@testinggithub1222 sorry for being unclear - I meant that there is flx implementation but it is incompatible with what we currently have. AFAIK @tigersoldier is planning to implement flx matching in company-lsp at some point.

@testinggithub1222
Copy link
Author

wow, hopefully it will release soon!!

@testinggithub1222
Copy link
Author

http://www.mkyong.com/wp-content/uploads/2018/11/idea-show-method-signature-1.png
https://blog.jetbrains.com/idea/files/2010/12/quickfix-before.png

Please check link above.
For the first picture, it shows variable name such as initialDelay, period...
For the second picture, it shows return type or parameter type such as String, void.

This is what i really mean.

@yyoncho
Copy link
Member

yyoncho commented Mar 4, 2019

@testinggithub1222 I guess this comment is for the lsp-ui issue? At this point, lsp-mode displays the signature in the modeline. At some point, we may create a UI control which displays the signature info in ui frame.

@yyoncho
Copy link
Member

yyoncho commented Mar 5, 2019

Closing in favour of tigersoldier/company-lsp#89

@yyoncho yyoncho closed this as completed Mar 5, 2019
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