Thread overview
[Issue 19356] Improve completion list
Nov 03, 2018
Rainer Schuetze
Nov 24, 2018
Rainer Schuetze
Dec 17, 2022
Iain Buclaw
November 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19356

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
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!

--
November 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19356

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
- __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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19356

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
October 18, 2023
https://issues.dlang.org/show_bug.cgi?id=19356

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/visuald/issues/248

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--