@@ -9,35 +9,35 @@ Extension for Visual Studio Code to add snippets for React in ECMA Script 6.
9
9
Type the snippet prefix and press enter.
10
10
11
11
``` javascript
12
- u- ci // console.info
13
- u- ctor // class constructor
14
- u- impt // import module statement
15
- u- rfc // functional component (stateless)
16
- u- rcc // class component (statefull)
17
- u- it // Jest test `it`
18
- u- desc // Jest test `describe`
19
- u- suite // Jest test suite (with imports)
20
- u- pt // Generic PropType
21
- u- pts // String PropType
22
- u- ptn // Number PropType
23
- u- ptb // Bool PropType
24
- u- ptf // Func PropType
25
- u- pta // Array PropType
26
- u- pto // Object PropType
27
- u- ptsymbol // Symbol PropType
28
- u- pte // Element PropType
29
- u- ptnode // Node PropType
30
- u- ptinstanceof // Instance Of (PropType)
31
- u- ptoneof // One Of (PropType)
32
- u- ptoneoftype // One Of Type (PropType)
33
- u- ptarrayof // Array Of (PropType)
34
- u- ptobjectof // Object Of (PropType)
35
- u- ptshape // Shape (PropType)
36
- u- ptany // Any PropType
37
- u- ptcustom // Custom PropType
38
- u- ptcustomarrayof // Custom ArrayOf PropType
39
- u- actions // Redux actions
40
- u- action // Redux action
12
+ u- ci // console.info
13
+ u- ctor // class constructor
14
+ u- impt // import module statement
15
+ u- rfc // functional component (stateless)
16
+ u- rcc // class component (statefull)
17
+ u- it // Jest test `it`
18
+ u- desc // Jest test `describe`
19
+ u- suite // Jest test suite (with imports)
20
+ u- pt // Generic PropType
21
+ u- pts // String PropType
22
+ u- ptn // Number PropType
23
+ u- ptb // Bool PropType
24
+ u- ptf // Func PropType
25
+ u- pta // Array PropType
26
+ u- pto // Object PropType
27
+ u- ptsymbol // Symbol PropType
28
+ u- pte // Element PropType
29
+ u- ptnode // Node PropType
30
+ u- ptinstanceof // Instance Of (PropType)
31
+ u- ptoneof // One Of (PropType)
32
+ u- ptoneoftype // One Of Type (PropType)
33
+ u- ptarrayof // Array Of (PropType)
34
+ u- ptobjectof // Object Of (PropType)
35
+ u- ptshape // Shape (PropType)
36
+ u- ptany // Any PropType
37
+ u- ptcustom // Custom PropType
38
+ u- ptcustomarrayof // Custom ArrayOf PropType
39
+ u- actions // Redux actions
40
+ u- action // Redux action
41
41
```
42
42
43
43
## Installation
0 commit comments