sublime text2 phpcs 설치후 느려짐
sublime text2 에서 php 표준화를 따르려고
phpcs 를 설치했는데
매우 느려졌음
나중에 다시 사용 할 수도 있으니
환경설정 파일 백업
{
"show_debug": true,
"phpcs_executable_path": "/usr/local/bin/phpcs",
"phpcs_php_path": "/usr/local/bin/php",
"phpcs_additional_args": {
"--standard": "/Users/mac/pear/share/pear/PHP/CodeSniffer/Standards/MySource/ruleset.xml",
"-n": ""
},
// phpcbf settings
// Fix the issues on save
"phpcbf_on_save": true,
// Show the quick panel
"phpcbf_show_quick_panel": true,
// Path to where you have the phpcbf installed
"phpcbf_executable_path": "/usr/local/bin/phpcbf",
// Additional arguments you can specify into the application
//
// Example:
// {
// "--level": "all"
// }
"phpcbf_additional_args": {
"--standard": "PSR2",
"-n": ""
}
}
// "phpcs_php_prefix_path": "/Applications/MAMP/bin/php/php5.6.7/bin/php",
// "phpcs_php_prefix_path": "/usr/local/bin/phpcs",
// "phpmd_run": true,
// @TODO chmod +x /usr/local/bin/phpmd.phar
// "phpmd_executable_path": "/usr/local/bin/phpmd.phar",
// "phpmd_executable_path" : "/usr/local/bin/phpcs",
// "phpcs":
// {
// "phpcs_additional_args": {
// "--standard": "PSR2"
// },
// "show_debug": true
// },
// ,
// "phpcs":
// {
// "phpcs_additional_args":
// {
// // "--standard": "/path/to/.composer/vendor/drupal/coder/coder_sniffer/Drupal"
// "--standard": "/Users/mac/pear/share/pear/PHP/CodeSniffer/Standards/MySource/ruleset.xml"
// // "--standard": "/Users/mac/pear/share/pear/PHP/CodeSniffer"
// }
// }
'웹관련정보' 카테고리의 다른 글
javascript 웹 성능 분석 관련 프로그램 & 사이트 모음 (0) | 2016.04.08 |
---|---|
sql table latin1_swedish_ci utf8_general_ci 변경하기 (0) | 2015.11.28 |
MAMP mysql 기본 password (0) | 2015.07.04 |
티스토리 기본 푸터 소스 (0) | 2014.12.06 |
bootstrap 윈도우에서 설치방법 (0) | 2014.11.23 |