typo3-ext-phpstorm icon indicating copy to clipboard operation
typo3-ext-phpstorm copied to clipboard

TYPO3 extension to generate PhpStorm meta data file for factory method auto completion.

Results 4 typo3-ext-phpstorm issues
Sort by recently updated
recently updated
newest added

The current implementation only checks the first two line. This patch changes this behaviour to continue to check until the first occurence of the "namespace" or "class" keyword.

Allow to manually or regularly update the meta data from the backend. Should allow to set the same options as are available for CLI.

enhancement