Felix W.

Results 4 comments of Felix W.

Interesting. #4875 seems to work for me too, so thank you! Hope it can merge soon :wink: Could you tell me how to view the buffer content in the form...

Only typing symbols doesn't trigger CoC's auto-completion by default. You need to use `snippets.triggerCharacters`. Do `:CocConfig` and add e.g. `"snippets.triggerCharacters": ["'"]`, so the auto-completion triggers after you type `'`.

I do not want to always show them. I would like it the way it was in version 3.0.5: just execute the `context` and if it is `true`, show the...

I implemented it myself now, so if anyone else is interested, feel free to use [my fork](https://github.com/xi-lef/coc-snippets).