How to setup PhpStorm
- Clean-up via View -> Appearance
- Navigation Bar
- Tool Window Bars
- Status Bar
- Tabs
- 2x Shift -> Search for "Tab placement" -> Left
- Show all funtion/method parameters
- Preferences->Editor->Inlay Hints->Parameter names->PHP->Show name for all arguments
Carbon by Luis Fernando Jimenez
- Size: 10
- Line height: 1.6
- Preferences -> Editor -> General
- Appearance -> Disable "Show hard wrap and visual guides"
- Code Folding -> Disable "Show code folding outline"
- Synced by "IDE Settings Sync"
- .env files support
- .ignore
- Carbon (theme)
- Prettier
- npm install prettier --save-dev
- Prettier package: ".../node_modules/prettier
- Run for files: {**/,}.{js,ts,jsx,tsx,php,vue}
- Activate
- On 'Reformat Code' action
- On save
- Find the following files in this repo
- .prettierrc (Options)
- .prettierignore
- 2x Shift: Search for all classes, commands, files...
- Command + Comma: IDE Preferences
Inpired by: https://laracasts.com/series/jeffreys-larabits/episodes/1