VSCode user code snippet without prompt

Configured a code snippet of MarkDown, no prompts will appear when using it,,,

1. Settings->Open Settings

2. Add the following configuration items:

"[markdown]":{
    
    
    "editor.quickSuggestions": true
}

Then you can use it as usual.

Guess you like

Origin blog.csdn.net/qq_45020818/article/details/127254265