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
Please sign in to leave a comment.
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 ::
Thanks, I've just created http://youtrack.jetbrains.net/issue/WI-6868