aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Not works with Monodevelop 7.5 #664

Open nirvanafm opened 6 years ago

nirvanafm commented 6 years ago

I think Monodevelop + Mono-D is the best IDE for D language. I use it about 1 year and all ok. But, now I have updated my Monodevelop from version 5.9.7 to 7.5 and this plugin not works at all.

Maybe you know how to fix this problem?

I run it on os Linux Mint x86_64 (kernel 4.4.0-130-generic)

ZILtoid1991 commented 6 years ago

We would need to port the whole thing, which is a long and laborous work. Most people since then moved onto either VisualD, Visual Studio Code, or IntelliJ.

Since I lack the experience with the API, I've given up porting, not to mention my personal issues which also heavily impacted all my personnal projects.

nirvanafm commented 6 years ago

VisualD works only on Windows :-( Visual Studio Code is not full IDE, it is just source code editor. IntelliJ - is commercial IDE.

Monodevelop is better, because is completely free.

But in any case, thanks for the plugin, it works good in monodevelop 5.

aBothe commented 6 years ago

Hey there, yes, it's quite an effort to port & maintain such a huge piece of software. Things were a bit easier back then while studying :/

I also thought about bringing some IntelliJ D plugin, since that IDE is somewhat better in many terms^^