danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
257 stars 28 forks source link

Automatic Brace Completion disabled by GLSL extension #118

Open antoinethomaspro opened 11 months ago

antoinethomaspro commented 11 months ago

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

  1. Create a file with an extension supported by GLSL
  2. add any opening bracket (", <, ...)

Current behavior

There is no matching closing bracket inserted automatically.

Expected behavior

There should be a closing bracket 105733

danielscherzer commented 11 months ago

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.