I am working on Visual Studio Code in a codebase with custom classes and when variables are declared using auto, my autocomplete will not work. Here is an example for a function returning a smart pointer to a custom class.
When using auto, I get "No suggestions"

If I manually declare the type, it works fine.

Is this a known issue? something I can try? Thank you.