How can I get jQuery code completion in NetBeans?

前端 未结 7 1517
一个人的身影
一个人的身影 2020-12-02 15:30

I\'m using NetBeans for PHP.

When I edit a .js file, it gives me javascript code completion.

How can I get it to also give me jQuery

7条回答
  •  半阙折子戏
    2020-12-02 16:18

    These answers are misleading because jQuery no longer self-documents using "scriptdoc." Version 1.1.4 was the last to have this. Anything newer than that (>=1.2 ~mid-2007) is gutted.

    amending that: VSdocs actually work: http://code.jquery.com/jquery-1.4.1-vsdoc.js or http://www.asp.net/ajaxlibrary/cdn.ashx for version after 1.4.1

提交回复
热议问题