向 NetBeans 添加 JavaScript 支持
我正在 ubuntu 11.04 和 NetBeans 6.9 中开发项目。 在 Windows 中,当我使用 NetBeans 7 时,它已经完成了 JavaScript,但我在 ubuntu 中找不到 NetBean 7,也找不到 NetBeans 6.9 自动完成的 JavaScript 插件。
现在我应该怎么做才能解决这个问题?
I'm developing project in ubuntu 11.04 and NetBeans 6.9.
In windows when I was working with NetBeans 7 ,it has got JavaScript complete ,but I can't find NetBean 7 in ubuntu and JavaScript plugin for NetBeans 6.9 to have auto complete.
now what should I do to solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也这么做了。我最初下载的是 6.9,但那不起作用。
下载版本 7,然后安装。该版本带有 JavaScript 语法突出显示功能。
版本 7:http://download.netbeans.org/netbeans/7.0/final/
I did the same. I originally download 6.9 but that wouldn't work.
Download version 7 and then install that. That version comes with JavaScript syntax highlighting.
Version 7: http://download.netbeans.org/netbeans/7.0/final/
您应该在这里找到适用于 Linux 的 netbeans 7.0.1: http://netbeans.org/downloads/ 。
You should find netbeans 7.0.1 for linux here: http://netbeans.org/downloads/ .
我不太确定自动完成(因为我无法忍受自动完成,它让我发疯),但以下是解决语法突出显示问题的方法: 就在这里。
原发帖者可能会问如何修复它,因为 Ruby on Rails 据称已不再使用支持6.9之后。 (就我个人而言,这就是我出于同样原因所坚持的。)
I'm not entirely sure about auto-complete (because I can't stand auto-complete, it drives me crazy) but here's how you fix the syntax highlighting issue: here it is.
The original poster might be asking how to fix it since Ruby on Rails is supposedly no longer supported after 6.9. (Personally, that's what I'm stuck with for this same reason.)