Are there any commerical or open source IDEs that have built-in support for compiling ILASM files?

StackOverflow https://stackoverflow.com/questions/5828051

  •  27-10-2019
  •  | 
  •  

Question

Are there any IDEs out there apart (from Visual Studio) that will let you build IL assembler files right out of the IDE?

Was it helpful?

Solution

MonoDevelop supports building .NET languages using the Mono compiler, and is available on Linux, Mac OS, and Windows. According to the package description, many .NET languages are supported, including ILasm:

MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET) languages.

It supports the following languages: C, C++, C# (1.0, 2.0 and 3.0), Vala, Boo, Java, Nemerle, ILasm, ASP.NET and VB.NET.

Features: Debugger Integration (Mono Debugger and GNU Debugger), Class Browser, Assembly Browser, Built-in Help, Monodoc Integration, Code Completion (also known as IntelliSense), Code Folding, Color Schemes, Code Refactoring, On-the-fly error underlining, XML Editing, Embedded HTML viewer, Gettext support, GTK# Designer, MSBuild project support and Makefile Generation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top