如何在记事本中启用 jQuery 代码辅助++
我最近下载了 Notepad++,但不知道如何在其上启用 JQuery/JQueryUI 的代码辅助。
有什么提示和方向吗?
I have recently downloaded Notepad++ and am at loss on how to enable code assist for JQuery/JQueryUI on it.
Any tips and directions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Notepad++ 开箱即用,提供语言(而非框架)的代码帮助。对于 jQuery,您应该将语言设置为 Javascript。从菜单中导航至:
我相信 Notepad++ 也应该足够智能,可以在您打开 .js 文件时自动执行此操作。
Out-of-the-box, Notepad++ has code assistance for languages, not frameworks. For jQuery you should set the language to Javascript. From the menu, navigate to:
I believe that Notepad++ should also be smart enough to automatically do this if you open a .js file.
jQuery 的语言包可在 github 上找到 此处
有关在记事本 ++ 中安装 jQuery 自动完成的详细信息,您可以阅读notepad++ 中的 jquery 自动完成
Language pack for jQuery Is available on github here
for detail installation of jQuery auto complete in notepad++ you can read jquery auto complete in notepad++
Notepad++ 有一个方便的代码完成插件,名为 QuickText。
它使用起来非常简单,可以用于 Notepad++ 支持的任何语言,包括 Javascript(jQuery)。
-祝你好运
There is a handy code completion plugin for Notepad++ called QuickText.
It is very simple to use and can be utilized for any language that Notepad++ supports including Javascript(jQuery).
-Good Luck
另外,切换到函数列表中的“查看为列表”(Windows 快捷键Ctrl+Alt+Shift+L),您可以从菜单“< em>插件 > 函数列表 > 显示所有函数” (Notepad++ 5.7)
Also, switch to "View As List" in Function List (Windows shortcut Ctrl+Alt+Shift+L), and you can show/hide functions from the menu "Plugins > Function List > Show All Functions" (Notepad++ 5.7)