XCode 13 Quick Help partially working

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?

Accepted Reply

I thought it was enough to quit XCode and clean the project but after restarting my machine, the desired behavior came back.
I had not restarted my machine since installing XCode 13 the previous day.

Replies

I thought it was enough to quit XCode and clean the project but after restarting my machine, the desired behavior came back.
I had not restarted my machine since installing XCode 13 the previous day.