Skip to content
Robert B Colton edited this page Aug 12, 2016 · 1 revision

Screenshot

Uses AvalonEdit to provide syntax highlighting and other features for editing C# source files.

Provides

  • EditorProvider for C# source files
  • CodeEditor control

NuGet package

Dependencies

Usage

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#" />
Clone this wiki locally