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
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 made two identical snippets with different trigger words:
#' can't trigger popup
#' a can
could you please advise? Thanks! I run the latest release coc and latest cog-snippet.
The text was updated successfully, but these errors were encountered: