visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Improve completion list

Open dlangBugzillaToGithub opened this issue 7 years ago • 2 comments

r.sagitario (@rainers) reported this on 2018-11-03T08:47:55Z

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

Description

from https://forum.dlang.org/thread/[email protected]:

  • The Intellisense list for __traits needs updating inline with the spec.

  • Remove obsolete "classinfo" from completion list.

  • Add "typeof" keyword to completion list.

  • Show completion list when typing UDAs.

dlangBugzillaToGithub avatar Nov 03 '18 08:11 dlangBugzillaToGithub

r.sagitario commented on 2018-11-03T09:30:21Z

another issue: no completion list is shown after typing a storage class like "static", "final" or "const" before a member declaration - eg:

class MyClass {

final Obj| <- oops, no suggestions!

dlangBugzillaToGithub avatar Nov 03 '18 09:11 dlangBugzillaToGithub

r.sagitario commented on 2018-11-24T14:07:17Z

  • __traits updated in https://github.com/dlang/visuald/releases/tag/v0.48.0-rc1

  • 'classinfo' still valid according to the language doc

  • 'typeof': https://github.com/aBothe/D_Parser/pull/210

dlangBugzillaToGithub avatar Nov 24 '18 14:11 dlangBugzillaToGithub