将Eclipse替换为Sublime Text 2/3 for Java [英] Replace Eclipse with Sublime Text 2/3 for java

查看:229
本文介绍了将Eclipse替换为Sublime Text 2/3 for Java的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人设法使用Sublime Text 2(或3)而不是eclipse为其基于java的应用程序?我们在eclipse(mac)中有java,支持maven和git。我们不会在日食中建。相反,如果需要,我们只需刷新项目或重新启动tomcat服务器 - 通常情况下,我们可以进行更改并重新加载浏览器。

Has anyone managed to build out a way to use Sublime Text 2 (or 3) instead of eclipse for their java-based app? We've got java in eclipse (mac), with maven and git support. We don't 'build' in eclipse, per-se. Instead when necessary we just either refresh the projects or restart the tomcat server--usually though, we can just make changes and reload the browser.

要清楚的是,应用程序是基于java / mysql的单页架构,前端有一个dojo javascript框架。

To be clear, the app is single-page-architecture built on java/mysql, with a dojo javascript framework on the front end.

建议?

推荐答案

几乎任何语言切换到SublimeText2 / 3都没有问题。

There is no problem with switching to SublimeText2/3 in almost any language.


  • 有多个 git 软件包可以帮助您使用它,例如整合,合并以及您可能需要的其他一切。

  • 即使您建立或仅需要重新启动tomcat服务器,您可以编写自己的构建系统,该系统将运行您所需要的一切,就像您在终端手动进行的一样。

  • SublimeText与JS及其框架以及代码代码(不同语言)之间的格式非常出色。

  • Maven包可用

  • There are multiple git packages that help you with using it, such as full integration, merges and everything else you may need.
  • Even if you would build or simply needed to restart the tomcat server you can write your own build system that will run everything you need just like you would manually do in terminal.
  • SublimeText works exceptionally well with JS and it's frameworks as well as code-in-code - different languages one in another.
  • Maven package is available

当您从其他IDE切换时,您可能会想念。

Now to the parts that you would probably miss when switching from other IDE's.


  • IntelliSense - SublimeText有一个名为CodeIntel的软件包,但是与其他IDE相比,这并不奏效。

  • IntelliSense - SublimeText has a package named CodeIntel that will help with that, but it's not working that good in comparison to other IDEs.

MySQL - SublimeText无法集成数据库管理。

MySQL - SublimeText has no way to integrate DB management.

这篇关于将Eclipse替换为Sublime Text 2/3 for Java的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆