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
ok, let me chime in. When a user defines snippets in linux Code - OSS (open source built of vscode), they get saved at ~/.config/Code - OSS/User/snippets/*.json. It would be nice to have access there through vim-vsnip, so they can be used simultaneously. Of course, I understand that this is not such a huge deal if one has all snippets in one place, as we can always point the snippet directory to be there. I am not sure what the best practice would be here...
Any progress on this? I also request to support the scope field:
"help": {
"description": "These are snippets common to TypeScript and JavaScript and ECMA Scripts",
"prefix": "help",
"scope": "typescript,javascript,javascriptreact,typescriptreact",
"body": "..."
},
No description provided.
The text was updated successfully, but these errors were encountered: