visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Visual D - Visual Studio extension for the D programming language

Results 34 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...