You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Installed product versions
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
Current behavior
There is no matching closing bracket inserted automatically.
Expected behavior
There should be a closing bracket
The text was updated successfully, but these errors were encountered: