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

Issues with autocomplete #210

Open lanyizi opened 3 years ago

lanyizi commented 3 years ago

it doesn't show uniform keyword in the suggestion: image And when I press space (not Enter), it automatically selects the first autocomplete candidate, so my "uniform" becomes NonUniformResourceIndex

I think when I press space, it should not select the autocomplete candidate, instead it should leave the word as is.