Code completion doesn't work for constants

Hi,

Let's see the following class:

class Enum {
    const ONE = 1;
    const TWO = 2;
    const THREE = 3;
}

I'd expect PhpStorm to offer completion when I type "Enum::" but it doesn't happen.

When can I expect this to work?

Thanks in advance,
Laci

0
2 comments

Press Ctrl+Space to invoke completion list at any time.

File an feature request to project issue tracker if you want to auto popup completion after ::

0

Please sign in to leave a comment.