Releases: cedricziel/idea-php-typo3-plugin
Releases · cedricziel/idea-php-typo3-plugin
Version 0.1.5: New route icons
Version 0.1.4: Extbase property injection inspection
- Extbase property injection (@Inject) performance inspection
Version 0.1.3: Backend Routes completion
Backend: The plugin parses the available route names in the core and extensions. More precisely it parses the Configuration/Backend/(Ajax)Routes.php
files.
- completion for backend route names on
BackendUtility::getAjaxUrl()
- completion for backend route names on
UriBuilder::buildUriFromRoute()
Infer possible types from GeneralUtility::makeInstanceService
- Add GeneralUtility::makeInstanceService #7