Skip to content

Commit

Permalink
2015-10-26新增Postfix Completion功能介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
YouMeek committed Oct 26, 2015
1 parent 057d2c4 commit 0d7548e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 介绍(Introduce)

本系列教程历时两个多月,写到最后有点害怕。目前第一个版本阶段已经完成,后面会根据情况继续进行调整和补充,我也休息调整下。需要了解 IntelliJ IDEA 的童鞋现在可以开始 `Watch``Star``Fork`
本系列教程历时两个多月,第一个版本已经完成,目前在不定时进行调整和补充,需要关注更新的请 `Watch``Star``Fork`

同时也邀请您一起参与完善该教程,欢迎您反馈我的错误和意见!!!

Expand Down Expand Up @@ -35,6 +35,7 @@
- [实时代码模板讲解](live-templates-introduce.md)
- [文件代码模板讲解](file-templates-introduce.md)
- [Emmet 讲解](emmet-introduce.md)
- [Postfix Completion 讲解](postfix-completion-introduce.md)
- [插件讲解](plugins-settings.md)
- [Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md)
- [Maven 项目介绍](maven-project-introduce.md)
Expand Down
Binary file added images/xix-c-postfix-completion-introduce-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/xix-d-postfix-completion-settings-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions postfix-completion-introduce.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Postfix Completion 的使用

## Postfix Completion 的介绍

Postfix Completion 功能本质上也是代码模板, 只是它比 Live Templates 来得更加便捷一点点而已。具体它是做什么的,我们通过下面一张 Gif 演示图来说明:

![Postfix Completion 的介绍](images/xix-c-postfix-completion-introduce-1.gif)

> * 如上图标注 1 所示,非空的判断在 Java 代码中应该是非常常见的一句话代码,如果用 Live Templates 当然也是可以快速生成,但是没有上图 Gif 这种 Postfix Completion 效果快。也许只是快了那么 0.01 秒,但是有如此好用的功能不用也是一种浪费。
## Postfix Completion 的设置

![Postfix Completion 的设置](images/xix-d-postfix-completion-settings-1.jpg)

> * 如上图红圈所示,IntelliJ IDEA 只提供了是否启用的开关,其他的设置就没了。所以如果目前的版本中你还无法想对该功能进行自定义。IntelliJ IDEA 也对常用到的一些固定格式的代码进行了归纳,基本目前也够用了。

0 comments on commit 0d7548e

Please sign in to comment.