Intellisense on Visual Studio 2015 RC for the bower.json file does not work correctly.

When I tried to add the dependencies in the bower.json file. Intellisense works for the name, but it does not work for the version. For the version, it shows only "*" (any available version of the package).

After I added only "*". its impossible to get the corresponding or any version of the dependencies ...

For example, I tried to add one for bootstrap.

"dependencies": { "bootstrap": "*" } 

bower bootstrap # ~ 3.3.4 uncached git: //github.com/twbs/bootstrap.git#~3.3.4 bower bootstrap # ~ 3.3.4 resolution git: //github.com/twbs/bootstrap.git#~ 3.3.4

I need to install via the command line so that it works like "bower install bootstrap --save". Is there a way that I can simply enter the bower.json file and show the available bootstrap version. Or am I missing additional plugins for VS 2015 RC.

+7
bower vs-2015-preview
source share
2 answers

This seems to be really a problem since Beta7 .

The relevant Github question can be found and tracked here:

https://github.com/aspnet/Tooling/issues/219

0
source share

This morning I installed ASP.Net 5 RC1 and now I am working on a version of the version: D. But it does not give any help to offer a list of packages matching input characters.

I still think this problem is due to the proxy

0
source share

All Articles