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

[Feature Request] An option to disable autocomplete on "space" #271

Open stoopdapoop opened 2 months ago

stoopdapoop commented 2 months ago

Autocomplete feels way too aggressive. For example, if I type "s" then press space, then it'll autofill to sampler, and if I press backspace it'll just perform on backspace instead of undoing the correction.

I find I spend a lot of time undoing corrections and I'd much prefer if I had an option to opt into accepting an auto complete suggestion.