You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andpublic
instead of a simple web root. All files are kept inprivate
, while thepublic
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 bothEXT:anynews/Resources/Private
andEXT:anynews/Resources/Public
- but unfortunatly, only thePublic
folders are shown of all extensions. So I guess, there might be trouble with the twotypo3conf/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?
The text was updated successfully, but these errors were encountered: