Browse the SFCC documentation directly from VSCode.
- Search panel in the activity bar
- Details panel available as a sideview
- Search the current selection/word under the cursor
- Previous/Next page navigation in the documentation details page
You can install it from the marketplace.
ext install sfcc-docs-vscode
To configure a custom keyboard shortcut for the search current word/selection:
// keybindings.json
{
"key": "ctrl+shift+f10",
"command": "sfcc-docs-vscode.openDocs"
},
{
"key": "ctrl+shift+f11",
"command": "sfcc-docs-vscode.searchQuery",
// search a specific keyword
"args": {
"query": "ProductMgr"
}
}
The release notes are available in the CHANGELOG.md document.
Mihai Ionut Vilcu
Enjoy!