In atom/sublime里更改前端文件,希望eclipsesynchronous 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.
What is
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.
The front-end advanced editor platform developed by
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下有特别的需求,否则直接用eclipseUsing 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
and don’t switch back and forth (purely a personal opinion) 🎜
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.
First install the java environment locally, then install the script plug-in for atom and run cmd+i
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 significancemyeclipse
是什么?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
and don’t switch back and forth (purely a personal opinion) 🎜javaEE
project with front-end and back-end mixed together.javaEE
项目,eclipse
配合myeclipse
插件在编辑前端文件时效果也是不错的。所以除非你真的在atom
/sublime
下有特别的需求,否则直接用eclipse
Using themyeclipse
plug-in will also have good results when editing front-end files. So unless you really have special needs underatom
/sublime
, just useAtom has this kind of plug-in, but when writing Java, you still use eclipse or intelliJ idea. These two are so easy to use! !
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.