Close Sublime Text, then download or clone this repository to a directory named Codeigniter 3 Snippets in the Sublime Text Packages directory for your platform :
OS | Command |
---|---|
Linux | git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git ~/.config/sublime-text-3/Packages/Codeigniter 3 Snippets |
OSX | git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Codeigniter 3 Snippets |
Windows | git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git %APPDATA%\Sublime/ Text/ 3/Packages/Codeigniter 3 Snippets |
OS X | Windows | Linux | Description |
---|---|---|---|
Command+Space |
Ctrl+Space |
Alt+/ |
Activate completions |
Enable tab-completions. |
Menu > Preferences > Settings
{
"tab_completion": true
}
Menu > Preferences > Package Settings > Codeigniter 3 Snippets > Preferences
<plist version="1.0">
<dict>
<key>name</key>
<string>Global</string>
<key>scope</key>
<string />
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<!-- Author Name -->
<dict>
<key>name</key>
<string>AUTHOR_NAME</string>
<key>value</key>
<string>Your Name</string> <!-- Change Here -->
</dict>
<!-- Author Email -->
<dict>
<key>name</key>
<string>AUTHOR_EMAIL</string>
<key>value</key>
<string>[email protected]</string> <!-- Change Here -->
</dict>
<!-- RESTful Class -->
<dict>
<key>name</key>
<string>RESTful_CLASS</string>
<key>value</key>
<string>RESTful_API</string> <!-- Change Here -->
</dict>
</array>
</dict>
</dict>
</plist>
port : 8080
$ ./serve
or
$ php -S localhost:<port> -t source/
ETH : 0x251b36840557cCe9A245f07E1b834bCfb7354FDb
DOGE : DFmES6KZLQXimXduXwKmooykMsjhWmT1tU
BITCOIN : 1MEqUeg7fXTkBMFWfJZE9yJREsKZ4SUxQM
BITCOIN CASH : qzrllcyrjwvpnuur5kpeyp03p246fzsgzvhleswr6f
Made with ❤️ + ☕ ~ Agung Dirgantara