为什么我的 .js 文件从 eclipse 中在 gedit 中启动?

发布于 2024-11-11 15:13:20 字数 378 浏览 1 评论 0原文

从 Eclipse 中的资源管理器视图中,每当我尝试打开 .js 文件时,它都会在 gedit 中启动?当我尝试“右键单击>”时打开>它在 Eclipse 中打开,但没有任何语法颜色识别。

所有其他文件都工作正常(html、py、css)。这让我发疯!

更新 这些是我目前安装的软件包

  1. Eclipse IDE for Java Developers
  2. Eclipse Web Developer Tools
  3. Javascript Development Tools
  4. PyDev for Eclipse
  5. Web Page Editor (可选)

From the explorer view in Eclipse, whenever I try to open a .js file, it launches in gedit instead? When I try 'right click > open with > text editor' it opens in eclipse but without any colour recognition for the syntax.

All other files work fine (html, py, css). This is driving me crazy!!

UPDATE
These are the packages I have installed at the moment

  1. Eclipse IDE for Java Developers
  2. Eclipse Web Developer Tools
  3. Javascript Development Tools
  4. PyDev for Eclipse
  5. Web Page Editor (Optional)

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

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

发布评论

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

评论(1

蓝天 2024-11-18 15:13:20

转到 eclipse 的常规首选项并搜索“文件关联”。在那里,确保为 *.js 设置“JavaScript 编辑器”。之后,Eclipse 应该用这个编辑器打开 js 文件并带来代码突出显示和类似的东西。请注意,您通过“右键单击>”打开的那些文件打开> “文本编辑器”可能有自己的设置,并且仍会在文本编辑器中打开。再次选择“默认”以删除该文件的本地设置。

JavaScript 编辑器包含在您提到的插件中!

Go to the general preferences of eclipse and search for "file associations". There, ensure that "JavaScript Editor" is set for *.js. After that eclipse should open the js files with this editor and bring code highlighting and stuff like that. Be aware, that those files you opened with 'right click > open with > text editor' might have their own setting and will still open up in Text Editor. Choose there "default" again to remove this local setting for the file.

The JavaScript Editor is included in the plugins you mentioned!

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