No suggestions Follow
Hi!
I created project from existed files (choose "Web server in on remote host, files are accessible via FTP/SFTP/FTPS")
Installed plugins:
- Symfony support
- Doctrine
- PHP Annotation
After creation objects no suggestions about available methods:
Can tell any ideas for how to fix it? Will be glad.
Please sign in to leave a comment.
Just tried with `symfony/form` package, seems to be working fine:
Could you please share a `composer.json` from your project? Do you have anything configured in "Preferences/Settings| PHP > Include Path"?
Yes, ofcourse.
My `composer.json`:
No. All settings on this tab are default.
Thanks for sharing the composer.json.
Actually, I was not able to reproduce the issue with your configuration either. What happens when you Ctrl+Click on "FormBuilderInterface", does it navigate you to the interface definition?
Also, would it be possible to share the reproducible project?
1. Not navigate. On hover I can see:
2. Yes, sure:
https://github.com/blink2004/demo-sym
I deleted some other files which was created by me (few not important Controllers and Entities) and /vendor folder.
Thanks for sharing the project.
In fact, the issue is not reproducible for me with your project as well (of course, I have installed vendor packages from the composer).
It is a somewhat generic question but have you tried to invalidate caches already?
Just in case:
https://www.jetbrains.com/help/phpstorm/invalidate-caches.html
Thanks, Vasiliy, for the answer.
It's very interesting. I understand that problem is on my computer.
Yes, I did recommendation at the link before wrote this post. Unfortunately, it didn't helped me.
I thinking I am missing something...
The code is located on my computer and FTP-server. PHP and Composer are installed on the server. Maybe some configs? From where take bundles...
Do you have a vendor directory locally in your project?
Yes, ofcourse. /vendor folder has 28Mb size and I didn't wonna upload to GitHub for save the time.
Project created by next steps:
1.
2.
Could you please share the ".idea" folder from your project copy?
Yes, not a problem. This folder has many confidential information. Could you please provide any security way for transfer? For example, email.
I would suggest submitting a support request via the "Help > Contact Support", it will be much easier to communicate and share files within the support ticket.
Sorry for my delayed answer.
I'm uploaded to GitHub .idea folder as RAR-archive - https://github.com/blink2004/demo-sym/blob/main/.idea.rar
Pre-removed sensitivity data.
No worries at all, thank you for sharing the file.
In fact, I was not able to reproduce the issue with your project settings too (just installed composer.json packages). Just to confirm, do you have an "Import class" fix available for `FormBuilderInterface`?
No...

That is all what I have in context menu:
Hi @Vasiliy Yur,
Maybe you have yet ideas?
Hi there.
No ideas yet, sorry. I think that we are missing something simple and obvious here.
I was wondering if you could share your project as-is with the "vendor" dir and the file from the sample above. Could you please submit a support ticket with the attached archive and share its number?
Hi,
I'm created request #3718486 with attachment.