** THIS SITE IS AN ARCHIVE ** - New Content is at:
Written by: Michael Washington 9/19/2013 5:13 AM
Sometimes the JavaScript Intellisense in Visual Studio LightSwitch HTML Client wont work when editing a Screen code file.
Add the following line:
/// <reference path="../GeneratedArtifacts/viewModel.js" />
To the top of the code file.
The problem will usually be fixed.
However, you may find that you still wont have intellisense inside of a nested function.
0 comment(s) so far...