AngularJS-Intellisense-For-Visual-Studio
AngularJS-Intellisense-For-Visual-Studio copied to clipboard
Reg key settings did not work for me
This works ...
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Packages{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\Schemas\http://schemas.microsoft.com/intellisense/html5-angularjs] "File"="html\html_5_angularjs.xsd" "Friendly Name"="AngularJS" "URI"="http://schemas.microsoft.com/intellisense/html5-angularjs" "IsBrowseable"=dword:00000001
Tried it. I do not get the AngularJS option in the dropdown. I'm using Win8, VS2012 ultimate.
This should work:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Packages{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\Schemas\http://schemas.microsoft.com/intellisense/html5-angularjs] "File"="html\html_5_angularjs.xsd" "Friendly Name"="AngularJS" "URI"="http://schemas.microsoft.com/intellisense/html5-angularjs" "IsBrowseable"=dword:00000001
One "" is missing in @IanMercer 's script
I have the settings as mentioned by jinweijie but intellisence not working for me............ :(