Popularity
7.0
Stable
Activity
0.0
-
1,410
86
199
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. -
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.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
* 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