Add simpler arrow function snippet
Not only `af` is 1 less keystroke, and the keys are very close (home row of the keyboard). `=` + `shift` + `.` (`=>`) are too far away from each other and takes too long to type :)
This commit is contained in:
parent
c0040abe4e
commit
fc9195c9ce
@ -16,6 +16,10 @@ snippet =>
|
|||||||
(${0}) => {
|
(${0}) => {
|
||||||
${1}
|
${1}
|
||||||
}
|
}
|
||||||
|
snippet af
|
||||||
|
(${0}) => {
|
||||||
|
${1}
|
||||||
|
}
|
||||||
snippet sym
|
snippet sym
|
||||||
const ${0} = Symbol('${1}');
|
const ${0} = Symbol('${1}');
|
||||||
snippet ed
|
snippet ed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user