Method ShouldIndent
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
ShouldIndent(ICodeSnippet)
Gets a boolean value indicating whether the multi-line snippet code should be indented when inserting to the edit control.
public virtual bool ShouldIndent(ICodeSnippet snippet)
Parameters
snippet
ICodeSnippetSpecifies given snippet.
Returns
- bool
True if code should be indented, otherwise False.