cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

[T3CMS] Introduce project settings #243

Closed cedricziel closed 6 years ago

cedricziel commented 6 years ago

To resolve some issues and enable customization, this change introduces project settings and most importantly a way to enable / disable the plugin functionality for a project.

The TYPO3CMSProjectComponent tries to detect a TYPO3 CMS project and proposes to enable itself.

Followups should include enabling / disabling inspections and other features based on this setting which should slightly improve performance in projects that don't need the functionality.