ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

phpStorm plugin for Service Names #114

Closed dragoonis closed 9 years ago

dragoonis commented 10 years ago

Check ZF2 phpStorm support, it should be 100% compatible since PPI\Module extends Zend\Module

dragoonis commented 10 years ago

@ocramius, do you know anything about phpStorm ZF2 plugins for auto-completing service names, and easily telling you what instance names a service returns.

Ocramius commented 9 years ago

Not really, but ZF2 uses class FQCN for services as convention, and service location is discouraged in first place. This makes this sort of feature not very useful in first place.

Ocramius commented 9 years ago

You still may want to check https://youtrack.jetbrains.com/issue/WI-9606

dragoonis commented 9 years ago

Hi Marco,

Looks very interesting - when do you think such a plugin will be released?

On Sun, Oct 19, 2014 at 12:55 PM, Marco Pivetta notifications@github.com wrote:

You still may want to check https://youtrack.jetbrains.com/issue/WI-9606

— Reply to this email directly or view it on GitHub https://github.com/ppi/framework/issues/114#issuecomment-59647549.

Ocramius commented 9 years ago

No clue: it's only being voted on.

vitorbrandao commented 9 years ago

Closing. Re-open if needed.