We don't set the correct type on an object because we don't understand .hide(); Hovering over hide and doing go to definition results in the REP believing its not on a symbol
```
if (object != null){
object.prototype.$family = (function(){
return lower;
}).hide();
```
```
---------------------------
Node.js Tools for Visual Studio
---------------------------
Cannot go to definition. The cursor is not on a symbol.
---------------------------
OK
---------------------------
```
```
if (object != null){
object.prototype.$family = (function(){
return lower;
}).hide();
```
```
---------------------------
Node.js Tools for Visual Studio
---------------------------
Cannot go to definition. The cursor is not on a symbol.
---------------------------
OK
---------------------------
```