visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Visual D sometimes doesn't offer completions for template args

Open dlangBugzillaToGithub opened this issue 5 years ago • 0 comments

johnch_atms reported this on 2018-11-26T11:59:11Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=19436

Description

Sometimes no completions are displayed for template arguments. A couple of places I've identified are module and class/struct level, and function parameters.

Module/Class/struct-level variable:

struct Foo(T) {}

Foo!str <- No completions

Function parameters:

void bar(Foo!str <- No completions

dlangBugzillaToGithub avatar Nov 26 '18 11:11 dlangBugzillaToGithub