Popularity
7.1
Stable
Activity
0.0
Stable
1,608
85
235
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.
-
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.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.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