Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load snippets from .vscode/*.code-snippets #127

Open
hrsh7th opened this issue Aug 28, 2020 · 3 comments
Open

Load snippets from .vscode/*.code-snippets #127

hrsh7th opened this issue Aug 28, 2020 · 3 comments
Labels
enhancement New feature or request feature-request

Comments

@hrsh7th
Copy link
Owner

hrsh7th commented Aug 28, 2020

No description provided.

@coxackie
Copy link

coxackie commented Jan 4, 2021

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...

@hinell
Copy link

hinell commented Jan 29, 2023

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": "..."
  },

@hinell
Copy link

hinell commented Mar 29, 2023

L3MON4D3/LuaSnip#846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

3 participants