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

Can't full disable "auto-indentation" #99

Closed JSeb-92 closed 5 years ago

JSeb-92 commented 7 years ago

I've disabled all 3 formatting options (auto_format on ';' on '}' and on paste). But auto-indentation still occurs when I close brace: ')', I've to press 'esc' to get my formatting back. Could you add another option for this closing brace ')' please ? Thanks

JSeb-92 commented 7 years ago

This issue also occurs with the '{' key: it always auto_format following lines. I'll be great if I could disable theses 2 auto_format cases Thanks

tgjones commented 5 years ago

I've added an option to disable formatting when typing closing parenthesis, as well as an option to disable all formatting when typing:

formatting
Reedbeta commented 5 years ago

Has this fix made it into a release yet?