This extension allows editing DUB recipe files (dub.json, dub.sdl) using a GUI editor or auto completion, intended for beginners and users who do not often use DUB, but want to edit the files without looking up the documentation.
This was previously bundled inside the code-d extension, which provides more D editing features, but is now split out.
- Snippets for dub.json and dub.sdl for common things (unittests)
- auto complete + validation (JSON schema) for dub.json and dub.sdl
- Filepath auto completion in dub.json, dub.selections.json and dub.sdl
- UI editor (file rightclick -> Open with Editor) for dub.json (dub.sdl is planned)
- code-d, the all in one D IDE