How to enable Symfony 3.3 class autocomlete?
TomasVotruba opened this issue ยท 4 comments
TomasVotruba commented
Update - is there plan to add Symfony 3.3+ services based names support, as desribed in this post?
services:
ThisIsNotAutocompleted: ~
# :(
someName:
class: ThisIsAutocompleted
- PHPStorm 2017.3.4
- Plugin Version: 0.16.165
I didn't found the repository with plugin, so I'm writing here.
Just link me there, if this is not the correct repository and I will move this issues.
How to add service autocomlete in YAML? Something like this:
This is from NEON Plugin to PHPStorm.
Probably these classes (I don't know Java, yet):
- https://github.com/juzna/intellij-neon/blob/master/src/main/java/cz/juzna/intellij/neon/completion/ServiceCompletionProvider.java
- https://github.com/juzna/intellij-neon/blob/master/src/main/java/cz/juzna/intellij/neon/completion/ClassCompletionProvider.java
I can help, if you give me a bit of navigation, cause I REALLY miss this in Yaml :)
TomasVotruba commented
TomasVotruba commented
Closing as resolved enough
er1z commented
How about re-opening this in order to make this working as it should instead of workaround?
TomasVotruba commented
I think there are more important issues. It's great solution for me ๐