简体   繁体   中英

Namespace, class and enum javascript intellisense on VS2012

In VS2010 this was possible by adding __namespace = true to an object. In VS2012 this doesn't seem to work anymore.

How can I restore it?

In order to re-activate enhanced VS2012 Javascript Intellisense I have created this project on Github https://github.com/dotnetwise/VS2012-Javascript-Intellisense

Package also on Nuget .

This enables more icons to your javascript code members eg namespace , class , enum , interface , fields by their type and even showing which methods come from function's prototype and even common shared from Object.prototype !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM