Custom Editors

Pipeline XML, log file, and resource bundle editors in VS Code

The VS Code extension registers custom editors for SFCC-specific file formats. These editors keep raw source accessible while adding purpose-built UI for graph editing, log analysis, and localization bundles.

Pipeline Editor

Files matching **/cartridge/pipelines/*.xml and **/pipelines/*.xml can open in the Intellij SFCC Pipeline Editor. Use it to inspect graph layout, navigate pipeline nodes, and switch back to XML source when needed.

Log File Editor

Files matching **/*.log can open in the Intellij SFCC Log File Editor. Use it for parsed entries, filters, histogram analysis, source context, raw mode, and Log Center workflows.

Resource Bundle Editor

Files matching **/cartridge/templates/resources/*.properties can open in the SFCC Resource Bundle Editor. Use it to inspect locales, create locale files, edit keys, and return to raw source.

On this page