Hey,
i am using VisualD, the debugger is working correctly and if i
write sth like import std. it show me the correct suggestions
(stdio etc) but if i write sth like
struct A{int a;}
A b;
b.
Intelli sense doesnt work
What might be wrong with my configuration?