vermut / intellij-ansible

YAML/Ansible support with Jinja2 tags / IntelliJ IDEA
https://plugins.jetbrains.com/plugin/7792
Other
205 stars 30 forks source link

Conflicts with Symfony2 module #28

Open wizonesolutions opened 8 years ago

wizonesolutions commented 8 years ago

In IntelliJ, if this is installed, it conflicts with the Symfony2 module (Symfony2 uses YAML files for services). It doesn't index the services properly when the module is enabled, presumably because it takes over the file type.

Is there any way around this, or perhaps a setting to disable it per-project (or rather enable it per-project when it's actually an Ansible project)?

vermut commented 8 years ago

Have you tried to update associations for the *.yml files?

wizonesolutions commented 8 years ago

But associations are global to the app, no? That means I'd have to keep changing them per project. An on/off toggle per project for this plugin would be better.

  1. okt. 2015 14:33 skrev "Pavel Veretennikov" notifications@github.com:

Have you tried to update associations for the *.yml files?

— Reply to this email directly or view it on GitHub https://github.com/vermut/intellij-ansible/issues/28#issuecomment-148704917 .

yfried commented 8 years ago

I would like to have this feature (toggle plugin per project) as well. thank you

On Sat, Oct 17, 2015 at 7:55 AM, Kevin Kaland notifications@github.com wrote:

But associations are global to the app, no? That means I'd have to keep changing them per project. An on/off toggle per project for this plugin would be better.

  1. okt. 2015 14:33 skrev "Pavel Veretennikov" notifications@github.com:

Have you tried to update associations for the *.yml files?

— Reply to this email directly or view it on GitHub < https://github.com/vermut/intellij-ansible/issues/28#issuecomment-148704917

.

— Reply to this email directly or view it on GitHub https://github.com/vermut/intellij-ansible/issues/28#issuecomment-148885995 .

vermut commented 8 years ago

Have you seen it somewhere in another (preferably open-source) plugin? From what I read on IntelliJ bugtracker "plugins-per-project" are widely asked and never implemented feature.

wizonesolutions commented 8 years ago

The Symfony2 plugin has this toggle, and it seems to be per-project. That's where I got the idea.

  1. okt. 2015 13:30 skrev "Pavel Veretennikov" notifications@github.com:

Have you seen it somewhere in another (preferably open-source) plugin? From what I read on IntelliJ bugtracker "plugins-per-project" are widely asked and never implemented feature.

— Reply to this email directly or view it on GitHub https://github.com/vermut/intellij-ansible/issues/28#issuecomment-149004481 .