Skip to content

Commit e39a685

Browse files
committed
Include snippet docs
1 parent 61c6a44 commit e39a685

File tree

2 files changed

+121
-3
lines changed

2 files changed

+121
-3
lines changed

README.md

Lines changed: 121 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,124 @@ After install this snippets add this inside your settings
1010

1111
## Snippets List
1212

13-
Coming soon...
14-
15-
---
13+
| Snippets | Content |
14+
| -------: | --------|
15+
| edl | Eslint Disable Line |
16+
| imst | Import Statement |
17+
| imp | Import |
18+
| imn | Import No Module Name |
19+
| ime | Import Everything |
20+
| ima | Import As |
21+
| ed | Export Default |
22+
| exd | Export Destructing |
23+
| exa | Export As |
24+
| enf | Export Named Function |
25+
| edf | Export Default Function |
26+
| met | Method |
27+
| fre | For Each |
28+
| fof | For Of |
29+
| fin | For Inf |
30+
| anfn | Anonymous Function |
31+
| nfn | Named Function |
32+
| dob | Destructing Object |
33+
| dar | Destructing Array |
34+
| sti | Set Interval |
35+
| sto | Set TimeOut |
36+
| prom | Promise |
37+
| cas | Console Assert |
38+
| ccl | Console Clear |
39+
| cco | Console Count |
40+
| cdi | Console Dir |
41+
| cer | Console Error |
42+
| cgr | Console Group |
43+
| cge | Console Group End |
44+
| clg | Console Log |
45+
| ctr | Console Trace |
46+
| cwa | Console Warn |
47+
| cin | Console Info |
48+
| cm | Comment Block |
49+
| cmmb | Comment Big Block |
50+
| cbl | Comment Big Line |
51+
| graphql | GraphQL For Component |
52+
| expgql | Export GraphQL |
53+
| impt | Import PropTypes |
54+
| pta | Prop Type Array |
55+
| ptar | Prop Type Array Required |
56+
| ptb | Prop Type Bool |
57+
| ptbr | Prop Type Bool Required |
58+
| ptf | Prop Type Func |
59+
| ptfr | Prop Type Func Required |
60+
| ptn | Prop Type Number |
61+
| ptnr | Prop Type Number Required |
62+
| pto | Prop Type Object |
63+
| ptor | Prop Type Object Required |
64+
| pts | Prop Type String |
65+
| ptsr | Prop Type String Required |
66+
| ptnd | Prop Type Node |
67+
| ptndr | Prop Type Node Required |
68+
| ptel | Prop Type Element |
69+
| ptelr | Prop Type Element Required |
70+
| pti | Prop Type Instance Of |
71+
| ptir | Prop Type Instance Of Required |
72+
| pte | Prop Type Enum |
73+
| pter | Prop Type Enum Required |
74+
| ptet | Prop Type One Of Type |
75+
| ptetr | Prop Type One Of Type Required |
76+
| ptao | Prop Type Array Of |
77+
| ptaor | Prop Type Array Of Required |
78+
| ptoo | Prop Type Object Of |
79+
| ptoor | Prop Type Object Of Required |
80+
| ptsh | Prop Type Shape |
81+
| ptshr | Prop Type Shape Required |
82+
| ptypes | Static Prop Types |
83+
| hocredux | HOC With Redux |
84+
| hoc | HOC |
85+
| rnc | React Native Component |
86+
| rnce | React Native Component Export |
87+
| rncredux | React Native Class Component Redux |
88+
| imrn | React Native Import |
89+
| imr | Import React |
90+
| imrc | Import React, { Component } |
91+
| imrcp | Import React, { Component } & PropTypes |
92+
| imrpc | Import React, { PureComponent } |
93+
| imrpcp | Import React, { PureComponent } & PropTypes |
94+
| rcc | React Class Compoment |
95+
| rce | React Class Export Component |
96+
| rfe | React Functional Export Component |
97+
| rfep | React Functional Export Component With PropTypes |
98+
| rfc | React Functional Component |
99+
| rfcp | React Functional Component With PropTypes |
100+
| rcep | React Class Export Component With PropTypes |
101+
| rpc | React Class Pure Component |
102+
| rpcp | React Class Pure Component With PropTypes |
103+
| rccp | React Class Compoment PropTypes |
104+
| rconst | Class Constructor |
105+
| est | Empty State |
106+
| cwm | Component Will Mount |
107+
| cdm | Component Did Mount |
108+
| cwr | Component Will Receive Props |
109+
| scu | Should Component Update |
110+
| cwup | Component Will Update |
111+
| cdup | Component Did Update |
112+
| cwun | Component Will Unmount |
113+
| ren | Component Render |
114+
| sst | Component Set State Object |
115+
| ssf | Component Set State Func |
116+
| props | Component Props |
117+
| state | Component State |
118+
| redux | Import Redux Statement |
119+
| rpf | Redux Pure Function |
120+
| rpc | Redux Pure Function Const |
121+
| rcredux | React Class Compoment Redux |
122+
| reduxmap | Mapping To Props |
123+
| rxaction | Redux Action |
124+
| rxconst | Redux Const |
125+
| rxreducer | Redux Reducer |
126+
| rxselect | Redux Selector |
127+
| desc | Describe Block |
128+
| test | Test Block |
129+
| tit | It Block |
130+
| stest | Setup Test |
131+
| sjtest | Setup Test With Enzyme To Json |
132+
| sntest | Setup React Native Test |
133+
| snrtest | Setup React Native Test With Redux |

README.pdf

39.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)