Provides missing Pimple Dependency Injection Container autocomplete for Silex. Plugin url: https://plugins.jetbrains.com/plugin/7809?pr=idea
Install the plugin from JetBrains repositories (Settings → Plugins → Browse repositories and search for Silex).
Download and register Silex Pimple Dumper, it will create pimple.json file to your project root directory, plugin will use this file for service/parameter type resolution.
[
{
"name": "serviceValue",
"type": "class",
"value": "Service\\Namespace\\Location"
},
{
"name": "arrayValue",
"type": "array",
"value": ""
},
{
"name": "booleanValue",
"type": "bool",
"value": false
}
]