|
|
.NET Syntax Parsing
Editor.NET supports a concept of syntax parsing.
Syntax parsing means creating abstract syntax tree that allows to implement features like code
completion, smart formatting, code outlining and highlighting of incorrect syntax.
Complete syntax parsing is supported for .NET languages such as C#, VB J# and JScript.NET, as well as
for VBScript, JavaScript and SQL.
Just set syntaxEdit.Lexer to C# parser, and you will have all cool features of Visual Studio.NET editor,
like completing variable, method parameters, code outlining, smart formatting when pressing close brace ("}"),
and erroneous syntax tokens.
Live Demo
netsyntax.swf
Size: 428 Kb
|
|