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

Formatting incorrectly removes space in typedef statement #82

Closed tgjones closed 7 years ago

tgjones commented 7 years ago

Type this:

typedef VS_OUTPUT PS_INPUT;

When the semicolon is typed, the space between VS_OUTPUT and PS_INPUT is incorrectly removed.