www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DDT for Eclipse is resurrected

reply crimaniak <crimaniak gmail.com> writes:


* Language Server integration — serve-d provides code completion, 
hover documentation, and go-to-definition via LSP
* dub.sdl and dub.recipe support — projects using SDL or recipe 
manifest formats are now recognized
* Named argument parsing — DIP1040 / DMD 2.103+ named arguments 
parsed correctly
* LDC detection on Ubuntu/Debian (/usr/lib/ldc/\<arch>/include/d/)
* Auto-detected compiler & stdlib paths shown in the Language 
Server settings page
* Security fixes — gson (CVE-2022-25647) and junit 
(CVE-2020-15250) updated
* Modern build — Eclipse 2025-03, Tycho 4.0.13, Java 21 
toolchain, GitHub Actions CI/CD

Project: https://github.com/crimaniak/DDT
Jul 03
parent singingbush <singingbush hotmail.com> writes:
On Friday, 3 July 2026 at 22:21:21 UTC, crimaniak wrote:


 * Language Server integration — serve-d provides code 
 completion, hover documentation, and go-to-definition via LSP
 * dub.sdl and dub.recipe support — projects using SDL or recipe 
 manifest formats are now recognized
 * Named argument parsing — DIP1040 / DMD 2.103+ named arguments 
 parsed correctly
 * LDC detection on Ubuntu/Debian 
 (/usr/lib/ldc/\<arch>/include/d/)
 * Auto-detected compiler & stdlib paths shown in the Language 
 Server settings page
 * Security fixes — gson (CVE-2022-25647) and junit 
 (CVE-2020-15250) updated
 * Modern build — Eclipse 2025-03, Tycho 4.0.13, Java 21 
 toolchain, GitHub Actions CI/CD

 Project: https://github.com/crimaniak/DDT
Good to see someone continue with the Eclipse plugin
Jul 29