When I tried to add the dependencies in bower.json file. Intellisense does work for name but it does not work for version. For version it only shows "*" (Any available version of the package).
After I added just "*". its not able to get the appropriate or any version of the dependencies...
e.g I tried to add one for bootstrap.
"dependencies": {
"bootstrap": "*"
}
bower bootstrap#~3.3.4 not-cached git://github.com/twbs/bootstrap.git#~3.3.4 bower bootstrap#~3.3.4 resolve git://github.com/twbs/bootstrap.git#~3.3.4
I have to install through command line to make it work like "bower install bootstrap --save". Is there any way that I can just type in bower.json file and show the available version of bootstrap. Or am I missing any extra plugins for that in VS 2015 RC.
It does seem to be a valid issue since
Beta7.Corresponding Github Issue can be found and tracked here:
https://github.com/aspnet/Tooling/issues/219