On 27.07.2012 15:20, Stuart wrote:
On Friday, 27 July 2012 at 12:56:12 UTC, Rainer Schuetze wrote:

Incidentally, none of that answered my original question, which is
"why does VisualD crash?"

I tried to reproduce it, but for my solutions it works. I suspect it
might have to do with your window layout. You might try to remove the
solution options file (.suo) and see if it still crashes. Please
create a ticket here: http://www.dsource.org/projects/visuald/newticket

Yes, removing the .suo file fixed the problem. I don't know why. I will
create a ticket. Would submitting my .suo file help?

Yes, please do. Even though it is system specific, maybe I can find some information.


The only other thing I don't like about VisualD is that the
intellisense kinda blows. It's very hit-and-miss. Why is this?

The intellisense part is rather unfinished. it needs full semantic
analysis, and that is almost as complex as a D compiler. I'm not
really sure what you mean by "Blows" or "hit-and-miss", though.

Well, it doesn't work in a lot of cases. A lot of times I'll press . or
( and get nothing at all.

Do you have semantic analysis enabled in the intellisense options? That is needed for '.' producing sensible results. In contrast '(' uses the compiler generated browse information. I guess that should be consolidated...

Reply via email to