IntelliJ IDEA for mac 2019.3.3 JAVA IDE development tools most useful

Java development efficiency fastest IDE IntelliJ IDEA mac is a powerful, versatile and user-friendly Java IDE, designed specifically to help the many tools and features to improve your productivity.

Original Address: https://macstore.info/a/jetbrain_ieda.html

Screenshot Preview

 
 

Introduction of Application

 

 

IDEA advocated by smart coding, reducing programmer's job, the IDEA has the following features 22:00
● intelligent selection
In many cases we have to choose a method, or a loop or would like step by step from a variable to slowly expand the entire category selected, IDEA will offer this choice based grammar, in the default setting Ctrl + W, can be achieved the selection of the continued expansion of this approach is especially convenient when remodeling.
● rich navigation mode
IDEA provides a wealth of navigation viewing modes, such as Ctrl + E to display recently opened files, Ctrl + N show you want to display the class name lookup box (the box also has intelligent supplementary functions, when you enter letters IDEA will show all candidate class name). In the most basic project view, you can also choose to view a variety of ways.
● History function
Without going through versioning server, simply IDEA can view any history file of the project, in the version you can easily restore restore it.
● JUnit perfect support
● excellent support for reconstruction
IDEA is the oldest of all the IDE support reconstruction, reconstruction of its outstanding ability has been one of its main selling points.
● coding assistance
Java规范中提倡的toString()、hashCode()、equals()以及所有的get/set方法,你可以不用进行任何的输入就可以实现代码的自动生成,从而把你从无聊的基本方法编码中解放出来。
● 灵活的排版功能
基本所有的IDE都有重排版功能,但仅有IDEA的是人性的,因为它支持排版模式的定制,你可以根据不同的项目要求采用不同的排版方式。
● XML的完美支持
xml全提示支持:所有流行框架的xml文件都支持全提示,谁用谁知道。
● 动态语法检测
任何不符合java规范、自己预定义的规范、累赘都将在页面中加亮显示。
● 代码检查
对代码进行自动分析,检测不符合规范的,存在风险的代码,并加亮显示。
● 对JSP的完全支持
不需要任何的插件,完全支持JSP。
● 智能编辑

 

发布了1 篇原创文章 · 获赞 0 · 访问量 1078

Guess you like

Origin blog.csdn.net/shrug211/article/details/104731386