code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Fully featured D language extension for Visual Studio Code using Serve-D

Results 136 code-d issues
Sort by recently updated
recently updated
newest added

On a fresh installation of code-d, this snippet has an error, `undefined identifier 'notarealfunction'`, as expected. ```d void main() { notarealfunction(); // squiggly line in the above line // }...

enhancement

I have 2 D source code files open in VSC. While switching between these two files, the coverage info (Percentage / line colors) are not updated automatically. After switching to...

using single file D files, only LDC installed on the system This caused other extensions to not start. [webfreak.code-d-unresponsive.cpuprofile.txt](https://github.com/Pure-D/code-d/files/4297427/webfreak.code-d-unresponsive.cpuprofile.txt)

While I am able to navigate to symbols/modules from my project and phobos/druntime by left mouse clicking on the source code symbol + CTRL this is not possible for symbols...

In my project I have 3 configurations, 1 for local builds, 1 for production builds on build server and 1 unittest configuration. As these configurations have the same dub dependencies...

enhancement

Sandboxed environments often have a chroot set, creating weird bugs where the users are sure they have D installed, but it can't access dmd nor the import directories. An example...

enhancement

"no such symbol" could perform a global search for the symbol and prompt the user with possible imports "Identifier not matching phobos style guidelines" could replace it with a fixed...

enhancement

so that DCD can work fine out of the box without any D compiler installed or when in a sandboxed environment.

enhancement

Only alphanumeric characters and - and _ are allowed in the name field in dub.json/dub.sdl If the user attempts to enter anything else there should be a suggested fix to...

enhancement

It should find functions, sum all GC allocations inside of the function and show it before the function start

enhancement