Method ProcessSnippetBody
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
ProcessSnippetBody(string, Point, out string)
Checks whether snippet body code needs inserting.
public override bool ProcessSnippetBody(string text, Point position, out string code)
Parameters
textstringSpecifies source text.
positionPointSpecifies current position in text.
codestringOutput parameter to return code fragment to be inserted.
Returns
- bool
True if snippet body code needed; otherwise false.