You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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….
The text was updated successfully, but these errors were encountered:
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 offerHello
as one of the alternatives, if one had started typingH…
.The text was updated successfully, but these errors were encountered: