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
561 stars 97 forks source link

Improve tabs/spaces handling in smart indent / autoformat #171

Closed Reedbeta closed 4 years ago

Reedbeta commented 5 years ago

Addresses issue #103. However, there's still some weirdness with a blank line getting added when typing ).

Reedbeta commented 5 years ago

Another thing I've noticed is this doesn't seem to respect .editorconfig indentation settings. It seems VS exposes some functionality for that to extensions, though I'm not sure how hard it is to hook up. https://docs.microsoft.com/en-us/visualstudio/extensibility/supporting-editorconfig?view=vs-2017

tgjones commented 4 years ago

Thank you!