vscode 套件調整PHP code style 使用記錄
Contents
- phpfmt
- vscode-php-cs-fixer
- php-cs-fixer
不知道為什麼裝phpfmt,我vscode不用設定什麼東西就能跑了
後來決定用這個XD
設定方式也很方便
沒試用的套件
- sample-vscode-php-cs-fixer
- PHP Formatter
vscode 中使用php-cs-fixer和PHP Formatter 插件规范化PHP代码 - HTL - 博客园
可先在作業系統環境path加入php執形資料夾
下載php解壓縮出來,設定作業環境的path
公司PHP設定
- TRUE、FALSE、NULL 要大寫 // psr2檢查要關掉
- if class switch 需要換行 // AllmanStyleBraces
|
|
"editor.formatOnSave": true
vscode檔案編輯頁面
還原git好像會有問題……
但影響不大……
這篇好像沒有寫什麼重點 呵呵= =|||