An open API service indexing awesome lists of open source software.

https://github.com/0tickpulse/vscode-mythic-snippets


https://github.com/0tickpulse/vscode-mythic-snippets

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# vscode-mythic-snippets

## How to make them autocomplete automatically

Go to Preferences > Open User Settings (JSON), and enter this:

```json
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
```