
Hello
I would like to customize the delimiter auto completion for curly braces.
When i pressed on "{", i would like the "}" at the start of the next line instead of "{}".
How could i do it ?
Thank you
Hello
I would like to customize the delimiter auto completion for curly braces.
When i pressed on "{", i would like the "}" at the start of the next line instead of "{}".
How could i do it ?
Thank you
Hello,
I'm sorry but there isn't a way to customize that. That being said, if your indenter provider service inherits DelimiterIndentProvider, you can make it move the '}' to the next line after the caret when you press Enter between the two braces. We do that in our .NET Languages Add-on's C# language for example.
Hello,
Thank you for your answer, i will do that