The fix didn't work( in the latest version of the extension, when using code actions, functions are trying to be added to use, and the classes that should be imported are missing from the code actions.
Irrelevante autoimpirts:
Class is missed
But classes which missed from code actions are present where calling autoimport class
Incorrect imports of uses in code actions! Act 2
AndreKarelin Thank you for reporting the issue.
It looks like the files with classes you are missing may not be indexed.
- Is it a class from a composer package?
- Do you have status "
Indexing ...
" in VSCode's status bar (bottom)?