Actipro SyntaxEditor .NET Languages Add-on
Smart Indent
The .NET Languages Add-on has full support for smart indent.
Smart indenting occurs when the ENTER key is pressed.
It determines how far to automatically tab the text after the caret in on the line that is inserted.
This determination is based on the contents of the code surrounding the caret.
Smart indent also occurs in the C# language when typing {, }, or : characters.
Smart indent in the C# language can be configured to providing formatting according to your preferences by using options such as:
- Indent open and close braces
- Indent block contents
- Indent case labels
- Indent case contents
|