Open
Description
Hi @Haehnchen ,
Firstly thanks for the awesome plugin. It helps a lot with doctrine.
I'm using doctrine in non-symfony environment and with your plugin I had no auto-complete problems when using annotations mappings.
Since I've converted everything to Attribute mapping, auto-complete stopped working for joins. Suggestions show correctly in 'select()` though.
I assume this is because annotation is default driver in plugin.
Is there any way to tell the plugin which mapping driver I am using ?
Thanks!