www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - DDT Resurrected

reply crimaniak <crimaniak gmail.com> writes:
Hi! I haven't worked with D in years and have no idea if anyone 
needs it, but I resurrected DDT for Eclipse. Since I was too lazy 
to deal with all the language changes and update the parser, I 
optionally integrated serve-d. And yes, this is all just AI-slop, 
tested only on my machine.

https://github.com/crimaniak/DDT
Jul 01
parent reply ShadoLight <ettienne.gilbert gmail.com> writes:
On Thursday, 2 July 2026 at 00:50:56 UTC, crimaniak wrote:
 Hi! I haven't worked with D in years and have no idea if anyone 
 needs it, but I resurrected DDT for Eclipse. Since I was too 
 lazy to deal with all the language changes and update the 
 parser, I optionally integrated serve-d. And yes, this is all 
 just AI-slop, tested only on my machine.

 https://github.com/crimaniak/DDT
Haven't tried it, but it looks like a quite interesting. Do you need to use the eclipse CDT version or can the Java version suffice? Off topic: I'm surprised no-one else finds this interesting enough to reply. But there is nowadays very little activity in the IDE Group, so maybe you should also post under Announce.
Jul 03
parent crimaniak <crimaniak gmail.com> writes:
On Friday, 3 July 2026 at 09:38:13 UTC, ShadoLight wrote:
 On Thursday, 2 July 2026 at 00:50:56 UTC, crimaniak wrote:
 Hi! I haven't worked with D in years and have no idea if 
 anyone needs it, but I resurrected DDT for Eclipse. Since I 
 was too lazy to deal with all the language changes and update 
 the parser, I optionally integrated serve-d. And yes, this is 
 all just AI-slop, tested only on my machine.

 https://github.com/crimaniak/DDT
Haven't tried it, but it looks like a quite interesting. Do you need to use the eclipse CDT version or can the Java version suffice?
Now test it, successfully installed on the Java version.
 Off topic: I'm surprised no-one else finds this interesting 
 enough to reply. But there is nowadays very little activity in 
 the IDE Group, so maybe you should also post under Announce.
Maybe. Overall, I think this plugin is just a 'bingo' of lack of demand. I took it up myself simply because I wanted to play around with DLLM, and my only IDE is Eclipse.
Jul 03