code-d
code-d copied to clipboard
Fully featured D language extension for Visual Studio Code using Serve-D
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 // }...
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...
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...
"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...
so that DCD can work fine out of the box without any D compiler installed or when in a sandboxed environment.
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...
It should find functions, sum all GC allocations inside of the function and show it before the function start