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

Add Snippets to Snippets #236675

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Snippets to Snippets #236675

wants to merge 2 commits into from

Conversation

RedCMD
Copy link
Contributor

@RedCMD RedCMD commented Dec 20, 2024

Adds #236674

create .code-snippets Snippet file with code

{
	"snippetName": {
		"scope": "scope",
		"prefix": "prefix",
		"body": " $ ",
		"description": "description"
	}
}

place cursor in the body value and hit ctrl+space
verify snippets completions come up

image

@RedCMD RedCMD mentioned this pull request Dec 20, 2024
@ALANthemoor
Copy link

  • {
    "snippetName": {
    "scope": "scope",
    "prefix": "prefix",
    "body": " $ ",
    "description": "description"
    }
    }

@ALANthemoor
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants