If I perform a 'ctrl-click' on a type such as:
Widget aWigglyWidget;
Then dart-code takes me to the library for the Widget type.
If I perform a 'ctrl-click' on a var such as:
var aWigglyWidget = getAWidget();
Then dart-code opens a code lense.
I both cases I want to be taken to the dart library for Widget.