1 PhpStorm 版本
2 常用配置調整
2.1 字體及大小調整
2.2 設置代碼規范
2.3 顯示空格
2.4 快捷鍵調整(個人習慣)
Editor Actions | Duplicate Line or Selection 復制一行或者選中 = Alt + Shift + D
Editor Actions | Delete Line 刪除一行 = Ctrl + D
Main menu | Code | Reformat Code 代碼格式 = Alt + Shift + F
3 常用插件
3.1 CamelCase (3.0.3)
一鍵轉換代碼格式:
駝峰格式代碼轉換成蛇形格式代碼
3.2 CodeGlance (1.5.4)
代碼側邊欄預覽
3.3 PHP composer.json support (1.0.37)
3.4 Ideolog (201.0.21.0)
3.5 .ignore (3.2.3.193)
3.6 .env files support (2020.1)
phpstrom 集成 git bash 工具
git bash 常用配置
vi ~/.bashrc
export LC_ALL=zh_CN.UTF-8
alias ls='ls -F --color=auto --show-control-chars'
alias ll='ls -la -F --color=auto --show-control-chars'