Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

How to disable snippets? #385

Closed
reorx opened this issue Jul 11, 2016 · 1 comment
Closed

How to disable snippets? #385

reorx opened this issue Jul 11, 2016 · 1 comment

Comments

@reorx
Copy link

reorx commented Jul 11, 2016

I want to disable snippets like for or make, I've tried to user define snippets with same prefix, and body is just the work, for example:

     "disable for": {
        "prefix": "for",
        "body": ["for"],
        "description": "disable for"
    }

but it could only add a new one not replacing the existing one, since VS Code does not support disabled attribute for snippets (Atom does), could you please provide an option to let user disable the entire go.json snippet file, thus we could copy and modify to get what fit our needs most?

@ramya-rao-a
Copy link
Contributor

This issue has been moved to Microsoft/vscode#10565

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants