-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Currently, editor.action.triggerSuggest does not suggest user snippets, neither global snippets from global.code-snippets nor language-specific snippets fromquarto.json.
It would be awesome to support context-aware snippets such that existing snippets from python.json can be used in Python code chunks, snippets from r.json in R code chunks, and Markdown snippets outside of code chunks to avoid snippets duplication across multiple files.
dennisjmoritz and astrowonk