如何在记事本中启用 jQuery 代码辅助++

发布于 2024-08-19 05:30:24 字数 77 浏览 5 评论 0原文

我最近下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

执着的年纪 2024-08-26 05:30:24

Notepad++ 开箱即用,提供语言(而非框架)的代码帮助。对于 jQuery,您应该将语言设置为 Javascript。从菜单中导航至:

语言=> J=> 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:

Language => J => Javascript

I believe that Notepad++ should also be smart enough to automatically do this if you open a .js file.

百思不得你姐 2024-08-26 05:30:24

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++

鹤舞 2024-08-26 05:30:24

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

别念他 2024-08-26 05:30:24

另外,切换到函数列表中的“查看为列表”(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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文