tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
565 stars 97 forks source link

macro VariadicArgument #231

Closed Jasonchan35 closed 1 month ago

Jasonchan35 commented 2 years ago

Added support for macro variadic argument not perfect though, but it works well and maybe should add some unit test case in the future

tgjones commented 2 years ago

Hi @Jasonchan35 - thanks for this! I tried to write a test for this but I don't think the implementation actually works:

I'd love to accept this PR but please could you add at least one test to validate that it works?