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

Tab key doesn't commit autocomplete #169

Closed Reedbeta closed 5 years ago

Reedbeta commented 5 years ago

When I'm typing and I've selected a suggestion from the autocomplete popup, pressing Tab doesn't commit the suggestion as it does in VS C/C++. Pressing other characters like Space, Enter, or punctuation does commit it.

Reedbeta commented 5 years ago

OK, never mind...I just tried this again and it works fine. Must have been some gremlins on my machine last week?