Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Brace Completion disabled by GLSL extension #118

Open
antoinethomaspro opened this issue Sep 23, 2023 · 1 comment
Open

Automatic Brace Completion disabled by GLSL extension #118

antoinethomaspro opened this issue Sep 23, 2023 · 1 comment

Comments

@antoinethomaspro
Copy link

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

  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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants