Popularity
7.0
Growing
Activity
5.0
Declining
1,340
81
187
Programming language: C#
License: GNU Lesser General Public License v3.0 only
Tags:
IDE
Latest version: v20191224.1
AvalonStudio alternatives and similar packages
Based on the "IDE" category.
Alternatively, view AvalonStudio alternatives based on common mentions on social networks and blogs.
-
Visual Studio Community
GitHub Extension for Visual Studio -
RoslynPad
A cross-platform C# editor based on Roslyn and AvalonEdit -
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. -
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.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* 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 AvalonStudio or a related project?
README
AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript
Building from source
1. Install Dependencies
2. Get the code
Clone the repository recursively.
git clone https://github.com/VitalElement/AvalonStudio --recursive
3. Build the project
cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build
4. Run locally built binaries
cd bin/Debug/net5.0
./AvalonStudio