RoslynPad alternatives and similar packages
Based on the "IDE" category.
Alternatively, view RoslynPad alternatives based on common mentions on social networks and blogs.
-
Visual Studio Community
GitHub Extension for Visual Studio -
Consulo
Platform repository of Consulo. Plugins implementation hold in their repositories -
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. -
Ionide
An Atom Editor and Visual Studio Code package suite for cross platform F# development. -
Visual Studio Express
The free lightweight version of Visual Studio for .NET programming.
Collect and Analyze Billions of Data Points in Real Time
* 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)