From 2f21cb39eceb463aec9bb086a3cb44026fa62b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B7=E4=BA=82?= Date: Mon, 13 Feb 2017 15:23:23 +0800 Subject: [PATCH] Update live-templates-introduce.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shorten FQ names 选项的解释 --- live-templates-introduce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-templates-introduce.md b/live-templates-introduce.md index 74228dbe..ee33cd3a 100644 --- a/live-templates-introduce.md +++ b/live-templates-introduce.md @@ -48,7 +48,7 @@ > * 如上图标注 5 所示,勾选了辅助的功能: > >> * `Reformat according to style` 对生成的代码进行格式化。 ->> * `Shorten FQ names` 关于此设置的说明我没有找到,所以暂时无法给个很少的解释,只是看到材料说明一般需要勾上此设置,如果您有好的答案,还请联系我。 +>> * `Shorten FQ names` 表示缩写类的全称限定名。这个一般需要勾选,帮助你把模板里的全称限定名对应的类 import,然后使用的地方改成缩写。 ![实时代码模板的设置](images/xvii-b-live-templates-settings-2.jpg)