The code definition window provides additional context for the code you hover over.
For example, if you have a cursor over Catin the following code:
Cat c;
It will then display the class definition Catin the code definition window.
If you have the following code:
c.meow();
c, , c . (.. : Cat c;)
go to definition.