visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Visual D - Visual Studio extension for the D programming language

Results 59 visuald issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
Windows
x86
P4

## 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.

enhancement
Windows
x86
P4

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 ![image](https://github.com/dlang/visuald/assets/992755/aefff95c-8cbb-4741-9a44-45921e162725) 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: ![image](https://github.com/user-attachments/assets/40818a0b-019a-49fc-b482-df2a5c06d326) They have `length` elements, but it doesn't show any values.

![image](https://github.com/user-attachments/assets/c195dfd4-4d7e-4343-9944-dc29957d1d1f) 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...