RoslynPad alternatives and similar packages
Based on the "IDE" category.
Alternatively, view RoslynPad alternatives based on common mentions on social networks and blogs.
-
AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript -
Visual Studio Express
The free lightweight version of Visual Studio for .NET programming. -
Ionide
An Atom Editor and Visual Studio Code package suite for cross platform F# development.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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 will 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 Runtime 2.2
- 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)