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
{{ message }}
This repository was archived by the owner on Apr 8, 2023. It is now read-only.
<h4align="center">Descriptive, easy to find JavaScript snippets, without nonsense abbreviations.</h4>
11
-
11
+
<br/>
12
12
<palign="center">
13
13
<imgsrc="https://img.shields.io/static/v1?logo=visual-studio-code&label=made%20for&message=VS%20Code&color=0000ff"alt="Made for VSCode">
14
14
<imgsrc="https://img.shields.io/visual-studio-marketplace/v/robole.javascript-snippets?logo=visual-studio-code&color=ffa500"alt="Visual Studio Marketplace Version">
<imgsrc="https://img.shields.io/visual-studio-marketplace/r/robole.javascript-snippets?logo=visual-studio-code&color=yellow"alt="Visual Studio Marketplace Rating">
@@ -21,15 +21,18 @@ alt="Extension file size in bytes">
21
21
<ahref="https://ko-fi.com/roboleary"><imgsrc="https://img.shields.io/badge/Buy%20me%20a%20coffee-$4-orange?logo=buy-me-a-coffee"alt="Buy me a coffee"></a>
22
22
</p>
23
23
24
-
Most snippet collections resemble bash aliases. You have a list of abbreviations such as "imp", "clg", "fre", and so on. You must learn these to use them. 🤕
24
+
Most snippet collections resemble bash aliases. You have a list of abbreviations such as: "imp", "clg", "fre". You must learn these to use them. 🤕
25
25
26
26
There is a better way!
27
27
28
28
Snippets are not confined to using a single word as the trigger (prefix). We can be more descriptive, and make them easier to discover.
29
-
For example, you want to find an array function, but not sure which to use, just type "arr" and you get a list with descriptions:
29
+
30
+
For example, you want to find an array function, but you're not sure which to use. Just type "arr" and you get a list of array functions with descriptions:
30
31
31
32

32
33
34
+
In future, you know you want to use the `find` function, just type "fi" and you will get that as the first suggestion. 🔥
35
+
33
36
## Activation
34
37
35
38
These snippets are available for the follow [language identifiers](https://code.visualstudio.com/docs/languages/identifiers):
@@ -47,6 +50,8 @@ I didn't repeat any of the builtin JavaScript snippets.
47
50
48
51
Here is an excerpt:
49
52
53
+
<imgsrc="img/snippets-list.png"alt="list of snippets"loading="lazy">
54
+
50
55
## Installation
51
56
52
57
1. The extension is listed in the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.javascript-snippets) and [Open VSX Marketplace](https://open-vsx.org/extension/robole/markdown-snippets) where you can download or install it directly.
@@ -83,7 +88,6 @@ Run the command `Preferences: Open Settings (UI)` to open the keyboard shortcuts
83
88
"name": "arrow function"
84
89
}
85
90
}
86
-
87
91
]
88
92
```
89
93
@@ -100,3 +104,7 @@ If you are happy with the extension, please star the repo, and leave a review to
100
104
You can [buy me a coffee](https://ko-fi.com/roboleary) if you would like to enable me to make more great open-source software and tutorials. ☕🙏
101
105
102
106
[](https://ko-fi.com/roboleary)
107
+
108
+
## Image Attribution
109
+
110
+
Logo inspired by [Brain by Nithinan Tatah from the Noun Project](https://thenounproject.com/search/?q=brain&i=2452319).
0 commit comments