Skip to content

Releases: cedricziel/idea-php-typo3-plugin

Version 0.1.5: New route icons

23 Feb 07:09
dcf37b0
Compare
Choose a tag to compare
  • Add icon for “Navigate to route definition” (#17)
  • Add retina version of “Navigate to route definition” icon (#18)

Version 0.1.4: Extbase property injection inspection

22 Feb 20:20
Compare
Choose a tag to compare
  • Extbase property injection (@Inject) performance inspection

Version 0.1.3: Backend Routes completion

22 Feb 11:23
Compare
Choose a tag to compare

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

21 Feb 19:31
Compare
Choose a tag to compare
  • Add GeneralUtility::makeInstanceService #7