Editing files with syntax highlighting(文件编辑时语法突出)
IDEA supports the editing of Java™, JSP, XML, HTML files, as well as custom file types that can be easily defined to be recognized and properly highlighted by the editor.
(IDEA支持对 Java™, JSP, XML, HTML等文件的语法突出编辑,即使是自定义的文件,也可以通过代码编辑器来使得其可以被识别和语法突出化)
Advanced Code Completion(先进的代码完成功能)
Basic code completion finalizes a class, method, variable name, and Java keywords, plus commonly used names for fields and variables depending on their type. It can be automatically invoked, popping up the available methods and fields list.
(Basic代码完成 可以完成对类、方法、变量名和Java关键字的识别,根据不同的类型,可以从自动弹出的列表框中选择已有的方法和域 名)
The SmartType code completion filters the method and variable list to match the expected expression type. It works at the right-hand side of assignments, in variable initializers, return statements and anywhere else where IDEA can guess the expected type.
(SmartType代码完成,会根据目前的表达式的类型来对弹出列表框中的方法和变量进行类型匹配,弹出框中右边的就是那些方法变量等的返回类型,IDEA还会罗列出其他你可能用
IntelliJ IDEA 4: 代码编辑增强功能详解

IntelliJ IDEA 4 强化了代码编辑体验,包括高级代码完成、自动括号匹配、动态模板和快速注释等功能。智能类型完成根据预期表达式类型过滤方法和变量列表,而活体模板则提供了常见代码构造的快捷方式。此外,粘贴代码时会自动缩进,匹配括号高亮显示,并支持代码折叠和双块编辑。还有超级剪贴板功能,允许存储多个剪贴板条目。
最低0.47元/天 解锁文章
1792

被折叠的 条评论
为什么被折叠?



