atoum / phpstorm-plugin

Integrate atoum inside PhpStorm
https://plugins.jetbrains.com/plugin/8173?pr=phpStorm
MIT License
23 stars 4 forks source link

Is the extension could contain the autocompletion? #77

Open CedCannes opened 7 years ago

CedCannes commented 7 years ago

I use atoum/stub but it would be nice that the autocompletion is included in the plugin atoum. It could add the autocompletion of annotations of classes and methods.:sweat_smile:

agallou commented 7 years ago

I'm trying to understand the problem : atoum/stubs doesn't work ? What will be the value of adding it to the plugin ? Moreover, their will be issues : atoum/stubs could have different versions with atoum's new APIs, the version included on the plugin could not.

CedCannes commented 7 years ago

Yes, atoum/stub works and I use it.

In fact, as I use plugins that come with their autocompletions facilities. For example the Symfony plugin that comes with autocompletions of annotations / routes / services etc.

So we could expect the atoum plugin to come with autocompletion as well. But I understand your point of view. It was just a question.

Maybe a mention of atoum / stub in the doc could be useful.