visuald
                                
                                
                                
                                    visuald copied to clipboard
                            
                            
                            
                        Visual D - Visual Studio extension for the D programming language
Seems this old pickle again... ``` Build started at 2:31 PM... 1>------ Build started: Project: sampledb, Configuration: Debug x64 ------ 1>C:\Program Files (x86)\VisualD\msbuild\dcompile.targets(193,5): error MSB4062: The "dbuild.CompileD" task could not...
Hey there! Today I added some __debug[...] functions to some small structs, defined like this: ```d auto __debugOverview() => getString; auto __debugExpanded() => getString; auto __debugStringView() => getString; ``` After...
Still running into heaps of issues. Visual-D seems to be totally broken rn against the latest VS at least. I'm working on a tiny greenfields project; not much code to...
Been happening for a few months or so. I haven't been using D much so I can't say precisely when but I noticed it started a while back. Maybe with...
I updated to play with the latest build, and immediately noticed all my strings seem to be broken:  Seems they're trying to render as null-terminated strings.
Was there ever a time when VisualD automatically resolved `@property`-ies when hovering? I have distinct memories of that functionality from many years back, but maybe I'm wrong. I often think...
Hey there, just trying out your new build. Other recent issues appear to be fixed. Today I wanted to try and get to the bottom of some of these issues...
There's a little usability issue that's always bugged me, but I never bothered to log an issue. It's like this: ```d foreach (x; collection) //
Has anyone seen this before? ``` 1>------ Build started: Project: myproject, Configuration: UnitTest x64 ------ 1>Compiling appliance.d ... 1>TRACKER : error TRK0002: Failed to execute command: ""C:\Program Files (x86)\VisualD\msbuild\pipelink.exe" /ERRORREPORT:PROMPT...
Once upon a time, debugger evaluation of enums/constants was working well, but since I returned from my hiatus, I've noticed that they don't seem to work at all. Is this...