sublime code editor setting
Szögletes zárójel probléma: ALT+ 91
***********************************
HTMLBeautify
Windows: Control-Alt-Shift-F
https://packagecontrol.io/packages/HTMLBeautify
Laravel Blade Highlighter
https://packagecontrol.io/packages/Laravel%20Blade%20Highlighter
Vuejs Complete Package
https://packagecontrol.io/packages/Vuejs%20Complete%20Package
How do you make Sublime Text 3 open a file in a new tab instead of opening it in the current tab?
Preferences -> Settings-User and add
“preview_on_click”: false,
*********************************
https://packagecontrol.io/packages/phpfmt
windows:
{
“enable_auto_align”: false,
“indent_with_space”: true,
“passes”:
[
],
“php_bin”: “C:/server/xampp/php/php.exe”,
“psr1”: true,
“psr2”: true,
“version”: 2
}
*********
{
“php_bin”:”/usr/local/bin/php”,
}
*******************
sublime 3 show charset, encoding:
Into Preferences > Settings – Users
File : Preferences.sublime-settings
“show_encoding” : true,