admin管理员组文章数量:1323342
This is not duplicate question because lots of things changed in Aptana Studio 3.1.1 and there is no question regardnig that version.
I would like to have code assist for jQuery in Aptana Studio. I already installed jQuery bundle. But I still don't get any code assist for my code.
I type for example: $("div#chat"). After typing dot I should see list of all jQuery functions. But I don't see anything.
What I have to do to fix it?
This is not duplicate question because lots of things changed in Aptana Studio 3.1.1 and there is no question regardnig that version.
I would like to have code assist for jQuery in Aptana Studio. I already installed jQuery bundle. But I still don't get any code assist for my code.
I type for example: $("div#chat"). After typing dot I should see list of all jQuery functions. But I don't see anything.
What I have to do to fix it?
Share Improve this question asked Apr 21, 2012 at 19:37 HoochHooch 29.7k33 gold badges107 silver badges166 bronze badges 4- do you see it using <kbd>Ctrl</kbd> + <kbd>Space</kbd>? – balexandre Commented Apr 21, 2012 at 19:43
- 1 This shows it as an OPEN bug since 3.0.7 and has not since been fixed There has since been discussion about using a quickfix from an old Commit via This Post. Read Kevin Lindsey's Comment. – Ohgodwhy Commented Apr 21, 2012 at 19:44
- @balexandre Nope. Empty list. – Hooch Commented Apr 21, 2012 at 19:47
- It works for me as expected. Also note that the linked ticket above shows it as fixed in 3.0.7. The ment references that there is a more general case that will eventually be fixed that solves the issues for all jQuery-like libraries (not just jQuery itself) – Ingo Muschenetz Commented Apr 23, 2012 at 5:29
2 Answers
Reset to default 8It works for me as expected using the directions here:
- Commands > Install Bundle > jQuery
- Right click on a project, select Properties > Project Build Path and select the checkbox for jQuery 1.6.2.
If you don't do the second part, you'll just get snippets. This prevents you from needing to copy it into every project.
Got it fixed. If you want to have code hinting for jquery you need to download (unpressed) jQuery library and place it in the same folder as your script.
This is working but it is not satisfying me. I have many folders and I don't want to duplicate jQuery file over all folders.
本文标签: javascriptjQuery code assist in Aptana Studio 311Stack Overflow
版权声明:本文标题:javascript - jQuery code assist in Aptana Studio 3.1.1 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742135133a2422335.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论