VS 2015 Integration, missing features

I’m trying to use the VSTools 2015, and it seams to work in parts.

I cant get this to show, (this create C# Script)

![alt text][1]

Also, can get the intellisense to show monobehaviour methods:

![alt text][2]

What can be wrong ?
[1]: https://i3-vso.sec.s-msft.com/dynimg/IC797118.png
[2]: https://i3-vso.sec.s-msft.com/dynimg/IC792736.png

To get the window where you can right-click and create scripts in editor, you have to open the Untiy Project Explorer window - by default it’s SHIFT+ALT+E.

The create monobehaviours menu is not an intellisense thing. You get it from using the quick monobehaviour function. You get the menu by pressing CTRL+SHIFT+Q by default.

You can get the details on that here. The name of the shortcuts are all listed too, in case you want to rebind them.