https://issues.dlang.org/show_bug.cgi?id=19356
--- Comment #1 from Rainer Schuetze <r.sagitario at 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!
--