Is there a way to enable context-aware auto completions? #8169
-
Hi, I am migrating from neovim to helix and it is amazing, thanks! I write a lot of text (not code), on notes, markdown, documentation etc. Using previous editors like micro-editor, neovim, emacs, there was context-aware completion, for example, if I have the text:
In the previous paragraph and then I start writing a new one.
The auto complete would suggest tokens found in the current buffer (or even open buffers, or even project files, regardless of a language server? Is that something that I could activate on the lsp? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This isn't implemented yet, see #1063 |
Beta Was this translation helpful? Give feedback.
-
I was able to add common word completions using https://github.com/estin/simple-completion-language-server |
Beta Was this translation helpful? Give feedback.
This isn't implemented yet, see #1063