-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Labels
area:parity/vscodeFeedback for VSCode parity featuresFeedback for VSCode parity featuresarea:snippetsFeedback for Zed snippetsFeedback for Zed snippetsnever staleto keep the stalebot awayto keep the stalebot away
Description
Check for existing issues
- Completed
Describe the feature
Context:
In vscode, sublime, textmate, bbedit… for 20+ years I've had a snippet configured with key bindings that looks like this (vscode):
{
"html tag": {
"scope": "javascriptreact,typescriptreact,html,astro",
"body": "<${1:div}${2}>${3:$TM_SELECTED_TEXT}</$1>",
"description": "Create an HTML/JSX tag"
},
}
In vscode keybindings:
[
{
"key": "ctrl+cmd+,",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"langId": "javascriptreact",
"name": "html tag"
}
}
]
Feature
The ability to trigger a snippet with tabbable placeholder macros via key bindings, just like other editors.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:parity/vscodeFeedback for VSCode parity featuresFeedback for VSCode parity featuresarea:snippetsFeedback for Zed snippetsFeedback for Zed snippetsnever staleto keep the stalebot awayto keep the stalebot away
Type
Projects
Status
Done