Please try it out, and if you find it useful, let me know! If you find any bugs, or want to request a feature, you can do so on the GitHub repo: https://github.com/tgjones/HlslTools/issues
Does the latest version of the extension exclude VS2013 ? I can’t install the update from “extensions and updates” nor when downloading the vsix. As no mention of VS2013 is made on the extensions page nor on github, i suppose it does not support vs2013 ?
message: “this extension is not supported on the current product” (VS 2013 Ultimate)
You’re right - the latest version only supports VS2015 and VS2017. There are two reasons:
I don’t have space on my disk for 3 versions of Visual Studio, so I’m not easily able to test in VS2013.
There are some VS2015+ APIs that I want to use in HLSL Tools.
I’ve just realised that I forgot to mention the VS2015 requirement in the changelog, sorry about that. I’ll fix that.
Out of interest, why aren’t you using VS2015?
I only dropped VS2013 support because I didn’t think many people are still using VS2013, and I’m hoping to only support 2 versions at a time. But if there are enough VS2013 users, I’ll reconsider that decision.
Well, as part of a team with 6 friends of mine, when VS2013 was released, we bought the license of the ultimate edition togather, as we needed all the features to fullfill/match each skill of the team.
Nowadays, as Microsoft releases a new IDE every 2 years, we can’t afford the fee each time, for only a “few changes”
So we stick with the 2013 as long as we don’t see more advantages for us in the newer versions. Moreover, most of us are still under windows 7, not 8 nor 10.
Hi @tgjones
I’ve ugraded my installation to VS 2017, installed your extension. But since the upgrade from 15.3.2 to 15.3.3, the extension seems to not be activated (no display in options, and .hlsl/.fx files appear as if no language but C# is detected: semantics like TEXCOORD0, SV_POSITION etc are underlined red) whereas it is installed and appear in the extensions list.
Thanks for your advices if you have any to troubleshoot this
Hi Tim, I know this is long out of date, but i;ve been building a monogame based game editor which was inspired by your editor - how easy would it be to integrate your HLSL editor into a separate app ?