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
569 stars 98 forks source link

Implement enums and enum classes #156

Open tgjones opened 5 years ago

tgjones commented 5 years ago

https://github.com/microsoft/DirectXShaderCompiler/blob/master/tools/clang/test/HLSL/enums.hlsl

Nielsbishere commented 1 year ago

This would be great; having errors with enums in our codebase.

Nielsbishere commented 11 months ago

WIP, last Wed already got some new unit tests passing with enums, enum classes, typed enum classes, etc. The symbol highlighting doesn't seem to cooperating, probably doing something dumb. Should be able to find out why next Wed.