-
{
"vim log a": {
"prefix": "log",
...
}
,"vim log b": {
"prefix": "api.log",
...
}
,"vim log c": {
"prefix": "vim.api.log",
...
}
} Hi. Given the above VS Code / LSP Style snippets example, is there anyway I can easily configure Thanks! @L3MON4D3 CC |
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
May 21, 2023
Replies: 1 comment
-
Oh, you can do this is by setting separate priorities for each snippet, longest -> highest, shortest -> lowest |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hinell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, you can do this is by setting separate priorities for each snippet, longest -> highest, shortest -> lowest