Skip to content

Commit d725f44

Browse files
committed
Update README.md
Added links to articles about _references.js as described in issue #17.
1 parent 04d600d commit d725f44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Visual Studio 2013 provides intellisense for AngularJS directives within HTML pa
1111

1212
Enabling intellisense for your custom AngularJS components is simple and can be accomplished with a few simple steps:
1313

14+
### Prerequisites
15+
16+
In order for AngularJS Intellisense to function properly, your project needs a correctly-constructed _references.js file. See the following articles for guidance on creating a _references.js file:
17+
18+
- http://madskristensen.net/post/the-story-behind-_referencesjs
19+
- http://blogs.msdn.com/b/webdev/archive/2014/10/10/references-js-file-s-auto-sync-feature.aspx
20+
1421
### Enabling Intellisense in a Single Project
1522

1623
Add the [angular.intellisense.js](https://raw.github.com/jmbledsoe/angularjs-visualstudio-intellisense/master/src/Scripts/angular.intellisense.js) file to the same folder in your project that contains angular.js or angular.min.js.

0 commit comments

Comments
 (0)