-
-
Notifications
You must be signed in to change notification settings - Fork 297
CodeEditor module
Robert B Colton edited this page Aug 12, 2016
·
1 revision
Uses AvalonEdit to provide syntax highlighting and other features for editing C# source files.
-
EditorProviderfor C# source files -
CodeEditorcontrol
Opening a file with a .cs extension will automatically use the CodeEditor module to display
the document. You can also use the CodeEditor control in your own views:
<codeeditor:CodeEditor SyntaxHighlighting="C#" />