请问下Atom编辑器可以实现对java项目的运行编译吗?试过用sublime编写前端代码,代码更新需要到myeclipse中刷新才能生效。想问下有没有什么好的方法可以在sublime或者atom中编写前端代码可以即时更新不用到myeclipse中刷新代码。
巴扎黑2017-04-18 09:29:51
First install the java environment locally, then install the script plug-in for atom and run cmd+i
ringa_lee2017-04-18 09:29:51
In atom
/sublime
里更改前端文件,希望eclipse
synchronous refresh, it is estimated that some plug-ins that monitor file system changes are needed (I have reservations about whether anyone has done it). The existence of such plug-ins is of little significance
myeclipse
是什么?myeclipse
是eclipse
is a commercial paid plug-in that provides a large number of small tools and plug-ins required for enterprise-level Java applications to facilitate development.
eclipse
? It is an integrated development environment (referred to as: IDE) written in Java. It is called an integrated development environment because with it, real-time static syntax checking, code prompts, search definitions, compilation, running, and debugging are all possible.
atom
是什么?是一个基于web技术electron
can theoretically complete some of the basic functions of IDE through various plug-ins. However, when faced with static and compiled languages such as Java, there is still a certain gap between the convenience of IDE.
From your description, your project may be a javaEE
project with front-end and back-end mixed together. javaEE
项目,eclipse
配合myeclipse
插件在编辑前端文件时效果也是不错的。所以除非你真的在atom
/sublime
下有特别的需求,否则直接用eclipse
Using the myeclipse
plug-in will also have good results when editing front-end files. So unless you really have special needs under atom
/sublime
, just use
伊谢尔伦2017-04-18 09:29:51
Atom has this kind of plug-in, but when writing Java, you still use eclipse or intelliJ idea. These two are so easy to use! !
PHPz2017-04-18 09:29:51
atom looks really cool, but its in-depth support for a certain language is not strong, with breadth but no depth. It's no problem to write the code directly or check the spelling of the code, but debugging the code is just fine. So if you have eclipse or myeclipse, don't use this. It's really not that bad at debugging.