Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SilverStripe ClassicNew to Visual Studio Code? Get it now.
SilverStripe Classic

SilverStripe Classic

Old Starchy

|
719 installs
| (1) | Free
Syntax highlighter for SilverStripe template files (.ss)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCODE - SilverStripe

Forked from the original SilverStripe plugin by Adrian Humphreys.

  • Allows SilverStripe control tags inside html tags <tag <% here %>>
  • Fixes the matcher for ID tags (I think)
  • Improved snippets

Basically this makes .ss files look good again and adds a few snippets to .ss files and .php files that I found handy.

Make emmet work

Open Preferences -> Settings

Add below settings to enable Emmet for .ss files:

"emmet.includeLanguages": {
    "SilverStripe": "html"
}

Snippets are taken from: LiamW's SilverStripe Atom bundle. Grammar taken from: benjamin-smith's SilverStripe Sublime bundle

Contributions

Go for gold, if it adds value, add it and I'll merge it

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