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

Autocomplete for plain text files #13185

Closed
SeSodesa opened this issue Mar 24, 2025 · 1 comment
Closed

Autocomplete for plain text files #13185

SeSodesa opened this issue Mar 24, 2025 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@SeSodesa
Copy link

In Vim, it is possible to utilize autocomplete functionality for words that are already found in one of the currently open buffers, by pressing C-n. It would be very nice if such functionality was included by default in Helix as well. In fact, it would be nice if this plain text language server (LS) would also be utilized as a fallback, if no LS was installed for the current language.

For example, if I had already typed Hello into a plain text file which was open in a buffer, the autocomplete key combination of Helix should offer Hello as one of the alternatives, if one had started typing H….

@SeSodesa SeSodesa added the C-enhancement Category: Improvements label Mar 24, 2025
@the-mikedavis
Copy link
Member

Duplicate of #1063

@the-mikedavis the-mikedavis marked this as a duplicate of #1063 Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants