CodeEditor module - tgjones/gemini GitHub Wiki

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#" />