VisualD no intellisense
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Sun Jan 3 01:59:29 PST 2016
On 03.01.2016 01:09, Jason Jeffory wrote:
> I opened up a dub generated VS project. Went to mess with testing stuff.
> No intellisense.
>
> I decided to install MonoD. intellisense! Same code, same object, only
> difference is after I hit the ., MonoD shows me something, VD doesn't!
>
> Everything is a rather new install.
>
> Does Visual D have some settings for intelligent, simply not support it,
> or are there certain hoops that have to be jumped through to get it to
> work?
Visual D and MonoD use the same semantic engine for intellisense. There
might be some small differences in integration quality, though.
Check the "Language Options" accessible through the Visual D menu: you
might have to change the intellisense trigger from "Ctrl-Space" to
writing ".".
More information about the Digitalmars-d-ide
mailing list