coc-snippets icon indicating copy to clipboard operation
coc-snippets copied to clipboard

Snippets solution for coc.nvim

Results 19 coc-snippets issues
Sort by recently updated
recently updated
newest added

For example, the tex snippets for generating table: `gentbl3x5` does not. After '(coc-snippets-expand)', the input just disappears. But other snippets without 'pre_expadn' or 'post_jump' work fine. Is it a feature?...

So I am using neovim inside of powershell and have gotten code snippets to appear properly but I am unable to expand them. I added the following to the ```snippet.vim```...

Can't reproduce

Resolves #333. I mainly used code that was removed in b0ab744ab73b599b24276d87f3d80f37cf76f0e8 and added documentation and the option `snippets.execContext`. Its default value is `false`, so the default behavior of coc-snippets doesn't...

Version 3.0.6 changed the behaviour of coc-snippets, as CHANGELOG.md says: `Avoid check and show context snippets in pum.` I cannot use coc-snippets with this feature, so I am using version...

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.

## my snippets define ```snippets snippet set "a = b;" w ${1:\$} = ${2}; endsnippet ``` ## my script **use `x[y]z` to selected `y`** ``` set # input enter $[...

![image](https://github.com/neoclide/coc-snippets/assets/196861/26acd272-8cf8-466c-9da7-e6c800a552e7) I encountered an error after installing coc-snippets in my Windows environment. I'm using Vim within Git Bash, which is built with MSYS. In this setup, the `C:\` drive is...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.3.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I've tried searching online, and in the vim help, but there is no mention of how to disable snippets in Coc while maintaining autocomplete. I'm sorry to drag others into...

snippet `fori` is like this: ```cpp for (int i = 0; i < count; i++) { } ``` It has four placeholders, which respectively are `count`、`0`、`i++`、`int` of the above case....

question
Can't reproduce