Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 543 Bytes

RoslynPad

RoslynPad

A simple C# editor based on Roslyn and AvalonEdit

Features

Completion

Completion

Signature Help

Signature Help

Diagnostics

Diagnostics

Code Fixes

Code Fixes

Notes

  • Most of the Roslyn APIs required to make RoslynPad work are internal and may change with future releases
  • It's intended only for play and for learning how to use some Roslyn APIs