mini.snippets in mini.completion popup? #1707
-
Contributing guidelines
Module(s)mini.completion QuestionI might be misconfiguring or misunderstanding something. But i would like for mini.completion to also show potential snippet prefixes in the completion popup, which currently doesn't happen. Without that, it's a bit tough to remember all the snippets set up. Is this something i'd have to configure on my end, or is this just not how it works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is currently not supported as it requires a special in-process LSP server that would provide snippets loaded with 'mini.snippets' to be used as 'mini.completion' completion suggestions. I have plans to add something like See also #1647 and this comment for more details. |
Beta Was this translation helpful? Give feedback.
This is currently not supported as it requires a special in-process LSP server that would provide snippets loaded with 'mini.snippets' to be used as 'mini.completion' completion suggestions. I have plans to add something like
mock_lsp_server
to 'mini.snippets' soon-ish.See also #1647 and this comment for more details.