visuald
visuald copied to clipboard
Visual D - Visual Studio extension for the D programming language
## msnmancini reported this on 2022-08-01T23:27:44Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23280 ### CC List * r.sagitario ### Description ```d string path; if(path != "") { } ``` Triggers this error of...
## alexanderheistermann reported this on 2020-11-27T23:06:05Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=21434 ### Description It takes up memory if they are not deleted automatically.
User from Discord tried to build an example project and it resulted in an error. https://github.com/dlang/visuald/blob/master/visuald/Templates/ProjectItems/VDProject/main.d#L14  Rename of main function worked.
If you delete the generated source file in a newly created project, then right click the project in the solution explorer and go to Add -> New Folder, a directory...
Are there any opportunities to optimise or improve the performance of these __debug functions? They are extremely slow. I have a custom string type and if a struct contains a...
My colleague reported this one to me: ```D module WindowsApp1; import std.stdio; void textLength(const(char)[] text) { writeln("length: ", text.length); // breakpoint here, can't inspect .length } int main() { const(char)[]...
Hey again, I'm having constant lockups when I put breakpoints at random places in my program. Memory usage is stable, so this is different from the other issue. Visual Studio...
I have a lot of void buffers, when I inspect them, they look like this:  They have `length` elements, but it doesn't show any values.
 Do we know what causes this? It happens semi-regularly, but I haven't worked out what it is... it seems that maybe evaluating a particular expression that it doesn't like...
I'm on VS 17.9.3, the latest VisualD RC. I've raised issues with functionality regressions before, but since a few years ago when I was using VisualD every day, there seems...