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.
Copy file name to clipboardExpand all lines: README.md
+4-17
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<br>
8
8
<br>
9
9
</h1>
10
-
<h4align="center">Descriptive, easy to find JavaScript snippets, without nonsense abbreviations.</h4>
10
+
<h4align="center">Descriptive, easy to find JavaScript snippets.</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">
@@ -21,6 +21,8 @@ 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
+
> This extension is **published for education purposes**, in support of the article - [VS Code - How to write great snippets that anyone can use](https://www.roboleary.net/2021/08/23/vscode-snippets-are-not-aliases.html). It is not open for changes.
25
+
24
26
Most snippet collections resemble bash aliases. You have a list of nonsense abbreviations such as: "imp", "clg", "fre". You must learn these to use them. 🤕
25
27
26
28
There is a better way!
@@ -46,7 +48,7 @@ These snippets are available for the follow [language identifiers](https://code.
46
48
47
49
You can install the [Snippets Ranger extension](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger) to view the full list of snippets inside VS Code.
48
50
49
-
I didn't repeat any of the builtin JavaScript snippets (see [FAQ for more](#where-do-the-standard-markdown-snippets-come-from)).
51
+
I didn't repeat any of the builtin JavaScript snippets (see FAQ section for more info on builtin snippets).
50
52
51
53
<table>
52
54
<thead>
@@ -160,11 +162,6 @@ I didn't repeat any of the builtin JavaScript snippets (see [FAQ for more](#wher
160
162
</tbody>
161
163
</table>
162
164
163
-
## Installation
164
-
165
-
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/javascript-snippets) where you can download or install it directly.
166
-
1. From the Command-line: Run the command `code --install-extension robole.javascript-snippets`.
167
-
168
165
## FAQ
169
166
170
167
### 1) Where are the builtin JavaScripts?
@@ -211,16 +208,6 @@ The `args.name` property <u>must exactly match</u> the snippet name.
211
208
212
209
You can read my comprehensive guide on Snippets on FreeCodeCamp: [Visual Studio Code Snippets – the Definitive VS Code Snippet Guide for Beginners](https://www.freecodecamp.org/news/definitive-guide-to-snippets-visual-studio-code/). It's not just for beginners! 😉
213
210
214
-
## Show appreciation
215
-
216
-
If you are happy with the extension: please star the repo 🌟, and [leave a review in the visual studio marketplace](https://marketplace.visualstudio.com/items?itemName=robole.marky-stats&ssr=false#review-details) to help others find it. 🌟🌟🌟🌟🌟
217
-
218
-
You can show your appreciation by [buying me a coffee or sponsoring me](https://ko-fi.com/roboleary). This will offer me encouragement to continue, and will provide a path to dedicating more time to open-source in the future.
219
-
220
-
<palign="center">
221
-
<ahref="https://ko-fi.com/roboleary"><imgsrc="img/coffee.png"alt="buy me a coffee"></a>
222
-
</p>
223
-
224
211
## Image Attribution
225
212
226
213
Logo inspired by [Brain by Nithinan Tatah from the Noun Project](https://thenounproject.com/search/?q=brain&i=2452319).
0 commit comments