danielscherzer / GLSL

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

Feature request: braces and brackets completion and scope indentation #106

Open ServerBoys opened 1 year ago

ServerBoys commented 1 year ago

This feature would be so much helpful. For eg: Using a opening { should also add } , ( should add ) and so on and if there is a scope then there must be indentation

     void main() {
  ->    ....
     }

If you understand??