Add the Valve Keyvalues file suppport to VSCode
Supports:
.vmt
.qc
.kv
.txt
.res
.vmf
.vmx
.vdf
.fgd
.vpc
.acf
Use >
to trigger template, for example:
>lmg
this will trigger the LightmappedGeneric Shader VMT Template, then press the Tab, it should insert the template to your code.
Template List:
WorldVertexTransition -> wvt
LightmappedGeneric -> lmg
UnlitGeneric -> ug
Proxies -> pro
AnimatedTexture -> at
I think this is useful for me🤔.
Add vpc and fgd to support list
Add support for keyvalue without the quote mark Add .qc back to support list
bug fix for 0.0.4
Remove .txt .qc from support list
Added FGD support (thanks @Gocnak)
Initial release of this.