You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ It contains no class component APIs, assumes you use synthetic default imports,
8
8
9
9
It does a bit more based on the principle that it is easier to delete than to type, and so that we have just 3 easy to remember snippets: `rfc`, `rhc`, `rsc`.
10
10
11
+
Because [the popular styled components snippets extension](https://github.com/lXSPandora/vscode-styled-components-snippets) only works for javascript 🙄, we also include an import snippet `imrsc`.
12
+
11
13
## Installation
12
14
13
15
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
@@ -28,14 +30,23 @@ Alternatively you can open the extensions panel and search for 'swyx-react-types
28
30
29
31
Below is a list of all available snippets and the triggers of each one. The **⇥** means the `TAB` key.
0 commit comments