Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 715 Bytes

File metadata and controls

24 lines (17 loc) · 715 Bytes

VSCODE - SilverStripe

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 and not feel bad

Open Preferences -> Settings

Add below settings to enable Emmet for blade:

"emmet.includeLanguages": {
    "silverstripe": "html"
},
"emmet.triggerExpansionOnTab": true,

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