VisualD no intellisense

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Feb 21 22:42:48 PST 2017



On 19.02.2017 02:59, Jolly James wrote:
> On Saturday, 18 February 2017 at 23:17:10 UTC, Rainer Schuetze wrote:
>> You can enable this mode in Visual D by selecting to show expansions
>> when "writing an identifier".
>
> Another question: Do you know how to get code snippets work (ctor, ... )
> do not show up in IntelliSense (and do not work when pressing Tab+Tab
> either)?

Code snippets are usually invoked by Ctrl-K,Ctrl-X. Unfortunately it 
seems to be broken is VS2015 (works in VS2013).

You can assign a shortcut to Edit.InvokeSnippetFromShortcut, this seems 
to work in both VS versions. You can add your own snippets with the 
snippet manager (usually invoked by Ctrl-K,Ctrl-B).

Intellisense for constructors currently does not work too well, these 
are mapped to member function __ctor internally. This needs to be 
translated somehow.

Or do you mean that the snippets should be part of the completion list? 
Sounds reasonable...


More information about the Digitalmars-d-ide mailing list