input completion system

2012-05-15 Thread Katayama Hirofumi MZ

Hi, everyone!

Could you make input completion system for D?


Re: input completion system

2012-05-15 Thread James Miller
On Wednesday, 16 May 2012 at 02:27:26 UTC, Katayama Hirofumi MZ 
wrote:

Hi, everyone!

Could you make input completion system for D?


Hi Katayama Hirofumi, welcome to the D community.

I notice that your last two posts have a tone of expectation to 
them. Now I'm not saying that you are demanding or even expecting 
people to do things, but asking "Could you make input completion 
system for D?" is not helpful.


D is a programming language, so something like an "input 
completion system" makes no sense. I assume you are talking about 
an IDE, in which case you want to look at Mono-D or Visual D.


Anyway, making these short requests is not considered to be good 
form, since they add little to the community. Ignoring the 
irrelevance of the question, there is no place for discussion, no 
reasoning or explanation, it is a simple yes or no question at 
best, and an expectant demand at worst.


I hope that helps.

--
James Miller


Re: input completion system

2012-05-15 Thread Katayama Hirofumi MZ

Thanks, James.


Re: input completion system

2012-05-17 Thread sclytrack
On 05/16/2012 04:37 AM, Katayama Hirofumi MZ wrote:
> Hi, everyone!
> 
> Could you make input completion system for D?


There is also DDT for eclipse. It works really well except for all the
"is(typeof({}))" code which is starting to become present everywhere in
libraries. Hence we are going to loose a feature.