vscode-swagger-jsdoc
This extension provides autocomplete for swagger jsdoc.
After installation, add the setting to setting.json as follows.
"editor.quickSuggestions": {
"comments": true
}
We will implement code highlighting and a wide range of autocomplete features.
| |