0.2.28
- Refactor icon computations to use PsiReference
- Refactor table name completion to use PsiReference
- Add Route index and PsiReference
- Add action to add controller action to extbase controller
- Add action to add extbase entity to extension
- Add support for generating a new ViewHelper
- Add support for generating a new Extbase Controller
- Add support for EXT:resource Strings
- Fix error when creating a new project
- Inspection for quantity based TCA properties
- Autocompletion for TCA renderTypes
- Inspection for valid renderTypes
- Autocompletion for TCA column types
- Inspection for valid column types
- Add MissingTableInspection
- CompletionProvider for table names in TCA configuration
- Complete $table and $tableName arguments with table names (#57)
- Fix faulty error highlighting for route parameters (#50)
- Add completion contributor for tables defined in ext_tables.sql files
- Amend PhpGlobalsTypeProvider to provide a type for the $GLOBALS['LANG'] index
- Migrate to PHP TypeProvider3
- Prevent NPE on CE creation
- Icon API: Parse flag icons
- Bugfix: Remove entity line marker
- Stability: Scope icon providers by project and make access synchronized
- Add generation of Fluid Styled Content elements
- Change severity of icon not found from error to warning since user icons are not yet supported
- Add line marker to extbase entities
- Added TypeProvider for $GLOBALS['TYPO3_DB'], $GLOBALS['TSFE'], $GLOBALS['BE_USER']
- QuickFix for Extbase property injection
- New icon for icon type objects
- Icon name completion for core icons on calls to IconFactory::getIcon
- Annotators for icon references (with preview and jump-to-definition)
- New icon for route type objects
- Annotator for both valid and invalid route references to make them distinguishable from normal strings
- LineMarkerProvider to allow quick navigation to the route definition
- Extbase property injection (@inject) performance inspection
- Added route name completion for BackendUtility::getAjaxUrl()
- Added route name completion for UriBuilder::buildUriFromRoute()
- Added TypeProvider for GeneralUtility::makeInstanceService
- Added TypeProvider for ObjectManager::get
- Added TypeProvider for GeneralUtility::makeInstance