Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.59 KB

bower.md

File metadata and controls

49 lines (32 loc) · 1.59 KB

bower.json Intellisense

Get full IntelliSense for everything in bower.json, including live search results from the online Bower registry.

Bower package Intellisense

Install on save

As soon as you save any changes to the bower.json file, Visual Studio automatically calls bower install to install or restore all packages.

IDE integration

The Solution Explorer integrates with Bower to show a logical tree-view structure of the package dependencies.

Bower IDE integration

Light bulbs

Perform common tasks on individual packages using the light bulbs that automatically appear next to each package.

Bower light bulbs

Automatic removal of BOM

To make sure that Bower is always able to read the bower.json file, Visual Studio automatically strips the Byte Order Mark (BOM) when the file is saved.

Related resources

More information

Relevant extensions