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

Lexical autocomplete #1063

Open
dead10ck opened this issue Nov 10, 2021 · 9 comments
Open

Lexical autocomplete #1063

dead10ck opened this issue Nov 10, 2021 · 9 comments
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements E-medium Call for participation: Experience needed to fix: Medium / intermediate

Comments

@dead10ck
Copy link
Member

Describe your feature request

According to comments in #901, autocomplete has no native implementation and relies solely on LSP. A consequence of this is that when the user has no LSP installed, or one doesn't exist for the file type you are editing, there is no autocomplete at all.

It would be nice if there was a built-in autocomplete that is based purely on the tokens in the current document, without any language awareness.

@dead10ck dead10ck added the C-enhancement Category: Improvements label Nov 10, 2021
@kirawi kirawi added A-helix-term Area: Helix term improvements E-good-first-issue Call for participation: Issues suitable for new contributors labels Nov 11, 2021
@raphCode
Copy link

I would find this useful too, for writing text / LaTeX documents!

@kirawi kirawi added E-medium Call for participation: Experience needed to fix: Medium / intermediate and removed E-good-first-issue Call for participation: Issues suitable for new contributors labels Nov 19, 2021
@kirawi
Copy link
Member

kirawi commented Dec 5, 2021

Related #1015

@debajyoti1990
Copy link

Could anybody please provide the latest status on this FR ?

@dead10ck
Copy link
Member Author

Could anybody please provide the latest status on this FR ?

"It is not done"

@estin
Copy link
Contributor

estin commented Feb 27, 2023

Currently exists two PRs, they can be helpful on waiting this feature

AFAIK PRs above would't merged in, but I'm hope about "core team" would implement this feature in best choice.

@metafates
Copy link

I've made a simple proof-of-concept LSP that performs autocompletion for the words found in the current buffer. You can find it here https://github.com/metafates/buffer-language-server

@estin
Copy link
Contributor

estin commented Jul 24, 2023

@metafates nice! Take a look to my solution too https://github.com/estin/simple-completion-language-server

@nandoflorestan

This comment was marked as spam.

@Kurt-Shiwz
Copy link

I found this https://github.com/estin/simple-completion-language-server.
It use multi language server to completion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements E-medium Call for participation: Experience needed to fix: Medium / intermediate
Projects
None yet
Development

No branches or pull requests

8 participants