-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Docs website is at https://cooolbros.github.io/vscode-vdf/ but there is nothing on it. This issue is a mega issue for anything that needs to be added.
Every vscode-vdf setting should be listed with gifs of behaviour and screenshot examples for formatting.
Other recommended VS Code settings should be listed to improve the experience and compatibility with vscode-vdf, such as:
"editor.autoClosingBrackets": "always", to avoid missing } syntax errors
"editor.formatOnSave": true, to run formatter automatically
"editor.wordBasedSuggestions": "off" because it interferes with vscode-vdf suggestions
"files.associations" to associate branded files to vscode-vdf contributed languages, such as
"files.associations": {
"bh_*.txt": "hudanimations"
},
for budhud, to set files like bh_crosshair_animations.txt to hudanimations