Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SFCC Docs in VSCodeNew to Visual Studio Code? Get it now.
SFCC Docs in VSCode

SFCC Docs in VSCode

Mihai Vilcu

|
2,121 installs
| (4) | Free
Browse the SFCC documentation from VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SFCC Documentation in VSCode

Browse the SFCC documentation directly from VSCode.

demo demo

Features

  • 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

Installation

You can install it from the marketplace.
ext install sfcc-docs-vscode

Keyboard shortcuts

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"
        }
    }

Release Notes

The release notes are available in the CHANGELOG.md document.


Author

Mihai Ionut Vilcu

  • github.com/mihai-vlc
  • twitter/mihai_vlc

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft