https://github.com/0tickpulse/vscode-mythic-snippets
https://github.com/0tickpulse/vscode-mythic-snippets
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0tickpulse/vscode-mythic-snippets
- Owner: 0tickpulse
- License: agpl-3.0
- Created: 2022-11-25T04:29:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:15:37.000Z (over 3 years ago)
- Last Synced: 2025-06-04T11:37:07.260Z (about 1 year ago)
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
},
```