CodeIgniter 3 Snippets
Codeigniter Snippets for Sublime Text
Labels snippets
Details
Installs
- Total 0
- Win 0
- Mac 0
- Linux 0
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Full-Stack Developer Edition
Included Packages :
Installation
Manual installation
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 |
Configuration
Enable Tab Completions
OS X | Windows | Linux | Description |
---|---|---|---|
Command+Space |
Ctrl+Space |
Alt+/ |
Activate completions |
Enable tab-completions.
Menu > Preferences > Settings
{
"tab_completion": true
}
Change Your Preference
Menu > Preferences > Package Settings > Codeigniter 3 Snippets > Preferences
Preferences
<plist version="1.0">
<dict>
<key>name</key>
<string>Global</string>
<key>scope</key>
<string />
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>AUTHOR_NAME</string>
<key>value</key>
<string>Your Name</string>
</dict>
<dict>
<key>name</key>
<string>AUTHOR_EMAIL</string>
<key>value</key>
<string>youremail@domain.com</string>
</dict>
<dict>
<key>name</key>
<string>RESTful_CLASS</string>
<key>value</key>
<string>RESTful_API</string>
</dict>
</array>
</dict>
</dict>
</plist>
Snippet Generator
port : 8080
$ ./serve
or
$ php -S localhost:<port> -t source/
ETH : 0x251b36840557cCe9A245f07E1b834bCfb7354FDb
DOGE : DFmES6KZLQXimXduXwKmooykMsjhWmT1tU
BITCOIN : 1MEqUeg7fXTkBMFWfJZE9yJREsKZ4SUxQM
BITCOIN CASH : qzrllcyrjwvpnuur5kpeyp03p246fzsgzvhleswr6f
Social Media :
Made with ❤️ + ☕ ~ Agung Dirgantara