No intellisense in latest VisualD

evilrat evilrat666 at gmail.com
Fri Jan 10 22:03:15 PST 2014


On Thursday, 9 January 2014 at 11:40:51 UTC, Frustrated wrote:
> There is absolutely no intellisense in latest Visual D for 
> members.
>
> I have an interface in a module and reference it in main(). 
> When I try to access a member from it using either ctrl-space 
> after the . nothing shows up. If I change to show when typing 
> the ., nothing shows up.
>
> Is intellisense broke, or does visual D even show it.
>
> Note that if I type ctrl-space after an identifier something 
> does pop up but it's just the name of the id.
>
> if I put a class in the main project then type . after it, a 
> list of all the local variables will show up BUT not the 
> members(seems like there is an issue with the "level" of scope.
>
> e.g.,
>
> class a { int x; }
>
> void main()
> {
>    auto a = new a;
>    auto b = new a;
>    a.    // shows a and b after typing . but not x like it 
> should
> }

i'm using 0.3.38beta2 and it works almost as visual studio does 
for C++
if it doesn't work for you try to switch to Alexander Bothe's 
parser in settings.

i hope x64 DLL building gets fixed as well.


More information about the Digitalmars-d-ide mailing list