Where is Visual-D C# code?
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Sat Oct 31 09:07:17 PDT 2015
On 31.10.2015 16:47, Ramon wrote:
> I really would not recommend to use D at all for writing VS extensions.
> The thing is, are you be able to debug your D extension in Visual Studio
> experimental instance? Also Visual Studio is only for Windows, no need
> to multiplataform support, so just write it in C# and be
> ultra-productive, VS extension API is already cryptic enough.
I guess I would use C# now if starting all over, because you don't find
any good support or examples in other languages anymore. But as I said,
it's a way to actually work with D for me, and it doesn't seem
productive to rewrite it in C# (I'm not an expert in that language anyway).
Debugging the extension works both with the native and the mixed mode
debugger, but the debug information emitted by dmd is sub-standard. I've
made a number of pull requests years ago, but they have been mostly ignored.
More information about the Digitalmars-d-ide
mailing list