cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

PhpStorm indexing loop #310

Closed echavaillaz closed 4 years ago

echavaillaz commented 4 years ago

Hi,

With PhpStorm 2020.1, the indexing is broken (infinite loop) with the TYPO3 plugin installed.

Thanks

cedricziel commented 4 years ago

Please clear the index and restart the IDE and check if the problem arises again. Thanks

echavaillaz commented 4 years ago

Yes I try but always the same, a loop...

cedricziel commented 4 years ago

I cannot reproduce it. Please clear the index manually.

Did you check if other plugins might be involved?

echavaillaz commented 4 years ago

I will try, how can I clear the index manually?

n3amil commented 4 years ago

can confirm this issue, if i disable the plugin the index works fine and if enabled the index wont finish. Just happend with the latest plugin update.

cedricziel commented 4 years ago

For clearing the caches, there's a knowledge base entry at JetBrains: https://www.jetbrains.com/help/phpstorm/cleaning-system-cache.html

A hard solution would be to delete the relevant folders from the filesystem and have it reindex all the stuff.

echavaillaz commented 4 years ago

Strange now it works (and I don't try to clear the system cache).

Thanks