idea-php-typo3-plugin icon indicating copy to clipboard operation
idea-php-typo3-plugin copied to clipboard

Plugins does not find "Resources/Private", but only "Resources/Public"

Open koehnlein opened this issue 3 years ago • 1 comments

Hi,

first of all thanks for your awesome plugin. I really like to use it and it helps a lot. But there is a single problem/question:

I'm using helhum/typo3-secure-web in my project, wich splits files in private and public instead of a simple web root. All files are kept in private, while the public folder contains all the asset and public folders of extensions and sets symlinks to the original folders.

Now when typing EXT:anynews/Resources/P I would expect the plugin to offer a list of both EXT:anynews/Resources/Private and EXT:anynews/Resources/Public- but unfortunatly, only the Public folders are shown of all extensions. So I guess, there might be trouble with the two typo3conf/ext folders, I have because of using helhum/typo3-secure-web.

Bildschirmfoto 2020-07-09 um 14 58 55

I checked, if I could define which folder to index. I even marked my public folder as excluded now and restartet PhpStorm.

What do you suggest to handle this? Is there a way to force the plugin to reindex the project?

koehnlein avatar Jul 09 '20 13:07 koehnlein

Hi @koehnlein , this is by design.

Maybe we should open up the indexing for the public folder again.

cedricziel avatar Sep 29 '20 22:09 cedricziel