https://marketplace.visualstudio.com/it ... e-q3shader
q3shader syntax VS Code extension
- LegendGuard
- Posts: 121
- Joined: Thu Jun 09, 2022 7:35 am
q3shader syntax VS Code extension
An acquaintance of mine made a VS Code extension of q3shader syntax. Enjoy! 
https://marketplace.visualstudio.com/it ... e-q3shader
https://marketplace.visualstudio.com/it ... e-q3shader
Re: q3shader syntax VS Code extension
Nice! Something similar also exists for Sublime Text:
https://trello.com/c/5hnQU5dj/350-shade ... blime-text
https://trello.com/c/5hnQU5dj/350-shade ... blime-text
⠀
[url=https://trello.com/b/zJp4pE3m/id-tech-3-mapping][color=#FFBF00]id Tech 3 Mapping Trello[/color][/url]
[url=https://trello.com/b/zJp4pE3m/id-tech-3-mapping][color=#FFBF00]id Tech 3 Mapping Trello[/color][/url]
Re: q3shader syntax VS Code extension
I know. I wanted to convert the Sublime Text extension to VS Code, but despite both editors being fairly similar, the syntax of Sublime Text extensions is vastly different from the VS Code extensions. I couldn't find any online conversion tool that would work and I couldn't do it by hand as I didn't quite figure out how to transform the Sublime Text extension structure into VS Code one. While VS Code uses JSON format, Sublime Text decided to use XML.