I upgraded to XCode 13. Previously versions of XCode would show the variable name and type in Quickhelp, when you clicked on the variable "let classRef: ViewController" (example) or a user defined methods, it would show its declaration information. Now, quick help only shows information when you click on a built-in function or a function parameter
I thought quitting XCode or cleaning the project would resolve this but it did not.
This features was extremely beneficial, where you could easily click on an item and copy its declaration information or just see the types being reference.
How do I get the previous behavior back?