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.
Comment #1 by r.sagitario — 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!