GLSL
GLSL copied to clipboard
Automatic Brace Completion disabled by GLSL extension
Installed product versions
- Visual Studio: 2022 Community
- This extension: 0.11.166
Description
When I'm in a file with an extension supported by GLSL language integration (.frag, .vert...) the Automatic Brace Completion is disabled even tough it is enabled for all languages in Visual Studio.
Steps to recreate
- Create a file with an extension supported by GLSL
- add any opening bracket (", <, ...)
Current behavior
There is no matching closing bracket inserted automatically.
Expected behavior
There should be a closing bracket
Regretably, I do not know how to support automatic brace completion. It seems to be off by default. I can implement my own brace completion, but I did not do so till now. Any hints are welcome.