File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Modern JavaScript Snippets ⚡
22
3+ 🚧 *Work in progress*
4+
5+
6+
37> Short and memorable JavaScript & TypeScript snippets for the modern-day developer.
48
5- 🚧 * Work in progress *
9+ < br >
610
7- ---
811![ JavaScript] ( https://img.shields.io/badge/javascript-%23F7DF1C.svg?style=for-the-badge&logo=javascript&logoColor=%23323330 )
912![ TypeScript] ( https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white )
1013
@@ -25,7 +28,7 @@ Supported file extensions:
2528The following is not mandatory, but provides a nicer experience.
2629
2730Search for ` editor.snippetSuggestions ` and ` editor.snippetSuggestions ` in user settings, or edit the settings.json directly:
28- ``` json
31+ ``` jsonc
2932// Show snippet suggestions on top of other suggestions.
3033" editor.snippetSuggestions" : " top" ,
3134
You can’t perform that action at this time.
0 commit comments