Good morning everyone,
Though I released it a couple of days ago I’ll do a release note now:
I’ve added a ‘native’ support for Dub projects. You just have to open the package.json meta file that is located inside a D project’s folder in order to have it opened in Xamarin Studio / MonoDevelop – no need for creating an artificial .dproj/.sln file via dub anymore!
The support is currently very limited though – but you can build and execute projects with it. All build configuration has to be done in the package.json now; Currently there aren’t any control panels – and trying to edit a project’s settings will throw exceptions – but you also don’t have to configure it in MD anymore..
If the package.json got edited while the project is opened, it’ll reload the file automatically! No need to reopen it all the time!