visuald
visuald copied to clipboard
Visual D - Visual Studio extension for the D programming language
Wow, this is a whole new level of Microsoft wrecking everything! 
I use a lot of `Args...` and there seems to be no way to inspect them in the debugger. Also `Tuple` just shows in the debugger as an empty struct....
I need to start doing ARM/RISC-V/XTENSA builds... LDC can target these platforms with compiler flags, but I'm not sure how to support this in the VS configuration matrix. The wizard...
This is kinda bad: The semantic server is using an astonishing amount of memory. Way more than my browsers with hundreds of tabs open :/ I noticed because random apps...
VisualD is really just not working well for me still. Goto definition almost never works, even in situations where there are no templates in sight. It's also still extremely slow....
So I added a .c file to my project ```C #pragma attribute(push, nothrow, nogc) #if defined(_WIN32) # include "pcap.h" #endif ``` By default, Visual Studio treats it as a C/C++...
I'm noticing windows defender getting even more aggressive than usual. I'm finding it deletes pipelink.exe at random when I press compile. I go into the settings and find the quarantined...
Thanks for the latest release! I just installed and trying it out. I noticed improvements on the points in the release. I've been working a little to get to the...
The 'ref' text is rendering in the wrong place. 