Some useful code snippets if you work with Sublime Text 2!
- Get the newest version
- Open the sublime package folder (Sublime Text -> Preferences -> Browse Packages...)
- Create a new folder named
silverstrpe - Unzip the downloaded file to this location
cdto the sublime package folder (%APPDATA%\Roaming\Sublime Text 2\Packagesfor Windows 7 users)- Run
git clone https://github.com/jrast/SublimeSilverstripe.git silverstripe
- Fork this project on github
- Follow the steps in 'The easy way to update and even faster way' (you have to clone YOUR project, not mine!)
- Add this project as a remote to clone to stay up to date
- Make pull request with your great ideas and code
At the current state, this package offers some basic markup for the silverstripe template language and a few snippets.
All snippets are prefixed with ss. So to see all snippets available at the current file just type ss- and a list of
snippets will apear.