Description
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.
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?