idea-php-typo3-plugin
idea-php-typo3-plugin copied to clipboard
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Bumps org.jetbrains.intellij from 1.5.2 to 1.8.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
**Describe the bug** PLugin incomptibel to latest IntellJ IDEA version (needs IDE buidl 213.* or earlier" **To Reproduce** Steps to reproduce the behavior: * Install plugin * see error **Expected...
**Describe the bug** Opening a plain clone of ext:oidc in phpstorm (currently this commit is master https://github.com/xperseguers/t3ext-oidc/commit/c27ec0be337ced724be783ad61b0986225d541c3) causes massive CPU load due to repeated indexing every few seconds. The diagnosis...
_For PhpStorm 2020.2.1 (Build #PS-202.6948.87, built on August 27, 2020)_ When using the "Refactor to method injection" function on a property like this will result in a weird result: ```...
TODOs: * [x] re-add icon line marker provider * [x] add Inspection about deprecated icons with QuickFix * [ ] index icons from file with v8 / v9 * [...
Closes: #169
TYPO3 CMS Support 202.5.8 ``` java.lang.ClassCastException: class java.lang.Object cannot be cast to class java.lang.String (java.lang.Object and java.lang.String are in module java.base of loader 'bootstrap') at com.cedricziel.idea.typo3.util.TranslationUtil.findDefaultTranslationFromVariants(TranslationUtil.java:210) at com.cedricziel.idea.typo3.translation.Translator.translateLLLString(Translator.java:21) at com.cedricziel.idea.typo3.translation.Translator.translateLLLString(Translator.java:14)...
I've noticed lately PHPStorm has problems with indexing projects (I think it happens since 2020 update). One problem is when I have two projects open in same time, it stucks...