Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Codecompletion for D

<< < (2/5) > >>

nocide:
Yeah, D is indeed a very powerful language. And the dmd compiler is really fast.
Today Andrei Alexandrescu posted a measurement about D-compiletime as a comparsion to google's go language.
And the result is amazing :)
The std-library of D (88KLOC) in 1.24 sec.
http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=108831

At work I code in C++ and when I try to compile my really small projects, I can go for a coffee, or two ...  :D

But as you mentioned, D lacks on support with really good GUI-tools such as IDE's, ...
But then codeblocks come into play ...

JGM:
Interesting almost like running a php script  :)

Aelxx:
DMD D compiler generates tags itself with using option -X in JSON format, but as for now it doesn't generate tags for local variables. Maybe it's needed to ask for this feature to the developers of D.

ollydbg:

--- Quote from: nocide on April 11, 2010, 05:50:53 pm ---Ah I see, that makes now more sense to me.

So I make a DParser class with the same interface as Parser, and we can load the correct parser related to the opened file/project?



--- End quote ---

For the Part A step, I think (suggest) you could try our "parserthread test project", which only do the batch parsing on only one file, and you can test you own D Parser.

See here:ParserTester for codecompletion plugin

nocide:
Oh cool,
I will try it out!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version