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
  •  | 
  •  

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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top