rsdn / nemerle

Nemerle language. Main repository.
http://nemerle.org
Other
618 stars 89 forks source link

IDE support for MonoDevelop #262

Open konrad-kruczynski opened 12 years ago

konrad-kruczynski commented 12 years ago

Code completion is probably most important.

Kikimora commented 12 years ago

I'd love to see MonoDevelop support for Nemerle as it seems the only option to have Nemerle IDE for Mac.

NN--- commented 12 years ago

There is SharpDevelop support: https://github.com/rsdn/nemerle/tree/master/snippets/sharpdevelop Maybe it is possible to reuse some code for MonoDevelop.

Kikimora commented 12 years ago

Thanks! I've managed to create simple addin for MonoDevelop. Now I have basic syntax highlighting and debugging which is already better than using TextMate Nemerle bundle.

NN--- commented 12 years ago

Nice. It will be very helpful if you can share code by putting it into snippets folder.

cnd commented 11 years ago

Nemerle binding is official extra for MonoDevelop and if you take a look here: https://github.com/mono/monodevelop/blob/master/extras/NemerleBinding/NemerleBinding.addin.xml

you will see (e.g. new 4.0 monodevelop)

    <Dependencies>
        <Addin id="Core" version="4.0"/>
        <Addin id="Ide" version="4.0"/>
    </Dependencies>

I'm not using MD generally but if you are interested you can take a look on this.