Snippets

Idoenk . Heri Purnomo Sublime & PHP Coding Style Standart

Created by Idoenk . Heri Purnomo last modified

Coding Style

Submitted code must follow psr-2 standart formatting: psr-2.

Indentation must be with spaces instead of tabs.

Editor to Code

Recommended editor to code: Sublimetext

To install additional plugin in Sublime you must install Sublime Package Control plugin first; To do so follow the installation instruction.

After it installed, you will have new menu under Preferences > Package Control

Short-cut: Ctrl + Shift + P

Sublime Plugins you might need to help your productivity:

# Code Formater

Code Formatter plugin for ST2/ST3

https://github.com/akalongman/sublimetext-codeformatter

Adjust plugin settings value:

Preferences > Package Settings > CodeFormatter > Settings-Default

Preferences > Package Settings > CodeFormatter > Settings-User

# Laravel Blade Highlighter

This package adds syntax definitions for the Laravel 5 Blade engine.

https://github.com/Medalink/laravel-blade

# All Autocomplete

Extend Sublime autocompletion to find matches in all open files of the current window

https://github.com/alienhard/SublimeAllAutocomplete

[Optional Plugins]

# SideBarEnhancements

Enhancements to Sublime Text sidebar. Files and folders.

https://github.com/SideBarEnhancements-org/SideBarEnhancements

# SublimeCodeIntel

Full-featured code intelligence and smart autocomplete for Sublime Text http://www.sublimecodeintel.com

https://github.com/SublimeCodeIntel/SublimeCodeIntel

# FileDiffs

Show diffs between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.

https://github.com/colinta/SublimeFileDiffs

# FileBrowser

Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!

https://github.com/aziz/SublimeFileBrowser

# SCSS

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.

https://github.com/MarioRicalde/SCSS.tmbundle

User Keybindings

User.sublime-keymap

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.