- Version: 1.0
- Date: 2020-07-20
- Author: Julio Merisio
- Status: in discussion
In order to add new features and give maintenance on the code, the developers face some barriers.
High Performance Configuration for Jetbrains IDEs [IntelliJ, WebStorm, etc..]
Once you step into the realm of multi-project development, large scale dev, or just have to have like 6 IDE's open. You really start to feel a performance hit on jetbrains IDEs.
This configuration aims to give at least 10x performance increases across the board.
why is this a React hook?
this is a simplified version of the production/real world version
You can consume roles
from context/redux/relay or other place to improve dx and void bugs
[alias] | |
ps = push | |
ci = commit | |
co = checkout | |
cm = checkout master | |
cb = checkout -b | |
rb = rebase master | |
st = status -sb | |
sf = show --name-only | |
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30 |
{ | |
"align-items": { | |
"prefix": "ai", | |
"body": "align-items: ${1|flex-start,flex-end,center,baseline,stretch,start,end,self-start,self-end|};$0", | |
"description": "initial value: stretch" | |
}, | |
"align-items: baseline": { | |
"prefix": "aib", | |
"body": "align-items: baseline;$0" |