RoslynPad alternatives and similar packages
Based on the "IDE" category.
Alternatively, view RoslynPad alternatives based on common mentions on social networks and blogs.
-
Waf DotNetPad
The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic. -
CSharp Analyzer by MongoDB
The MongoDB Analyzer is a free tool that helps you understand how your code translates into the MongoDB Query API.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RoslynPad or a related project?
README
RoslynPad
[RoslynPad](src/RoslynPad/Resources/RoslynPad.png)
A cross-platform C# editor based on Roslyn and AvalonEdit
Also available to download in the Microsoft Store:
Packages
RoslynPad is also available as NuGet packages which allow you to use Roslyn services and the editor in your own apps.
RoslynPad.Roslyn*
package versions must correspond to Roslyn's.
Building
Open src\RoslynPad.sln
in Visual Studio 2019.
Running the cross-platform .NET Core Avalonia version (on Mac or Linux)
- Install .NET Core SDK 6.0
- Download and unzip
RoslynPadNetCore.zip
. - Run
dotnet RoslynPad.dll
Features
Completion
[Completion](docs/Completion.png)
Signature Help
[Signature Help](docs/SignatureHelp.png)
Diagnostics
[Diagnostics](docs/Diagnostics.png)
Code Fixes
[Code Fixes](docs/CodeFixes.png)