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 140 code-d issues
Sort by recently updated
recently updated
newest added

https://github.com/Pure-D/code-d/blob/master/templates/EmptyOpenGL_SDL/source/app.d#L170 You are using vertex array object(VAO) here. It stores all the necessary information for drawing. There's no need to re-enable attribute arrays and respecify their format. You can move...

enhancement

It would be nice if the import suggestion also suggested modules that public import given module and those who public import that module with public import etc.

enhancement

The title says pretty much everything. VS Code provides ability to fold based on indentation level, but it would be handy if we could fold/unfold function bodies regardless of level.

enhancement

``` Error: function pointer vkCreateGraphicsPipelines (VkDevice_handle* device, ulong pipelineCache, uint createInfoCount, const(VkGraphicsPipelineCreateInfo)* pCreateInfos, const(VkAllocationCallbacks)* pAllocator, ulong* pPipelines) is not callable using argument types (VkDevice_handle*, ulong, int, VkGraphicsPipelineCreateInfo*, ulong, ulong*) ```...

enhancement
UI

workspace-d should only initialize when there is either - [ ] a dub.json/dub.sdl in the project root (or package.json looking like dub package) - [ ] a command ran requiring...

enhancement
UX

console.log should be redirected to some output file that can be dumped on some website (maybe create some website like dump.webfreak.org where user can delete accident logs easily) - [...

enhancement

- [x] Show GC Profiler - [ ] Show normal profiler report (tracegen)

enhancement
UI

Add to right click context menu from directories / files

enhancement