AngularJS-Intellisense-For-Visual-Studio icon indicating copy to clipboard operation
AngularJS-Intellisense-For-Visual-Studio copied to clipboard

Reg key settings did not work for me

Open IanMercer opened this issue 12 years ago • 4 comments

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

IanMercer avatar Apr 25 '13 17:04 IanMercer

Tried it. I do not get the AngularJS option in the dropdown. I'm using Win8, VS2012 ultimate.

guywald avatar Jun 29 '13 15:06 guywald

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

jinweijie avatar Jul 02 '13 01:07 jinweijie

I have the settings as mentioned by jinweijie but intellisence not working for me............ :(

Srikanth-aakuthota avatar Dec 26 '13 07:12 Srikanth-aakuthota