Aptana 和 JavaScript/jQuery IDE

发布于 2024-11-28 05:38:28 字数 255 浏览 1 评论 0原文

我正在使用 Aptana for JavaScript 和 jQuery。

我的脚本文件没有概述,但我知道这是一个已知问题。

编辑 JavaScript 时,有没有办法添加简单的编辑快捷方式,例如:

  1. 突出显示块并注释/或取消注释块。
  2. 让智能感知识别 Jquery-UI 和其他库?
  3. 当我在这里询问大纲和创建的代码怎么样?
    一个。是什么让 JQuery 被识别而我的脚本不被识别?

I'm using Aptana for JavaScript and jQuery.

My script files are not being outlined, but I understand that this is a known issue.

When editing JavaScript, is there a way to add simple editing short cuts like:

  1. High light a block and comment /or uncomment block.
  2. Getting intellisense to recognize Jquery-UI and other libraries?
  3. And while I’m here and asking what about the outliner and created code?
    a. What allows JQuery to be recognized and my scripts to not be recognized?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冰葑 2024-12-05 05:38:28

对 2. 和 a. 的回答

阿普塔纳作弊。它了解 jQuery,并使用一些本地启发式方法来猜测某物何时是 jQuery 集合,但它不会对 javascript 进行数据流分析来确定类型。这就是为什么 jQuery 出现了,但 jQueryUI 和你的代码却没有出现。

Answers to 2. and a.

Aptana cheats. It knows jQuery and uses some local heuristics to guess when something is a jQuery collection, but it does not do data-flow analysis on the javascript to determine the type. That's why jQuery shows up, but jQueryUI and your code don't.

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