Is there a good javascript plugin for visual studio?

前端 未结 5 1882
無奈伤痛
無奈伤痛 2021-02-01 05:29

I think that Visual Studio\'s biggest let down is the Javascript editor. I have been told to use Aptana as an editor for my javascript files, but I would prefer to stick with v

5条回答
  •  星月不相逢
    2021-02-01 06:04

    If you use Visual Studio, add the

     ///  
    

    directive at top of your js files and install Web Essentials you get pretty decent (but not perfect) intellisense, go to definition by using F12 and find all references (sort of..) by using SHIFT+F12

提交回复
热议问题