MonoDevelop.AddinMaker

Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions

Github星跟蹤圖

MonoDevelop.AddinMaker

AddinMaker makes it easy to create and maintain Visual Studio for Mac and MonoDevelop extensions.

To get started with AddinMaker, please see this guide.

For more details, check out the wiki.

Features

  • Full support for creating, building, running and debugging addins from within MD/XS.
  • MSBuild-based build system is extensible and allows building from the commandline.
  • Code completion for addin manifests, file templates and project templates.
  • Automatically handles referencing core MD/XS assemblies and assemblies from referenced addins.
  • The AddinFile build action takes care of the details of bundling files with the addin.
  • Multi-targeting support allows building against any MD/XS instance.

Syntax and Tags Visualizers

Syntax Tree and Editor Tags pads in action

The Syntax Tree and Editor Tags pads can be found in the View > Pads menu.

The Syntax Tree pad shows a live view of the document's Roslyn syntax tree. Selecting a node in
the tree will select the corresponding node in the document, and moving the caret in the
document will select the closest node in the tree. This is useful for writing Roslyn
analyzers and fixes.

The Editor Tags pad shows the tags at the caret location in the editor. There's also
a property grid that shows the properties of the selected tag in the pad. This is useful
for developing classifiers or other taggers.

Installation

Most users should install this from the Extension Gallery. However, if you wish to contribute to the addin, you will need to build it from source. This may also be necessary if you wish to use it with a prerelease version of MonoDevelop.

Because loading AddinMaker requires itself to be installed, scripts are provided to build and install it from the commandline. Simply run Install.bat (Windows) or make install (Mac, Linux).

To build against a specific version, you can provide arguments, e.g.

make install ARGS="/p:MDBinDir=../monodevelop/main/build/bin /p:MDProfileVersion=7.0"

主要指標

概覽
名稱與所有者mhutch/MonoDevelop.AddinMaker
主編程語言C#
編程語言C# (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2013-07-26 05:52:19
推送於2021-03-04 19:14:44
最后一次提交
發布數0
用户参与
星數50
關注者數8
派生數26
提交數281
已啟用問題?
問題數67
打開的問題數17
拉請求數7
打開的拉請求數1
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?