|
|
# 自动填充字符[](#自动填充字符 "Permalink")
|
|
|
|
|
|
自动完成字符提供了一种在 Markdown 字段中输入字段值的快速方法. 当您开始在 Markdown 字段中使用以下字符之一键入单词时,GitLab 将针对一组匹配值逐步自动完成. 字符串匹配不区分大小写.
|
|
|
|
|
|
| Character | Autocompletes |
|
|
|
| --- | --- |
|
|
|
| `~` | Labels |
|
|
|
| `%` | Milestones |
|
|
|
| `@` | 用户和组 |
|
|
|
| `#` | Issues |
|
|
|
| `!` | 合并要求 |
|
|
|
| `&` | Epics |
|
|
|
| `$` | Snippets |
|
|
|
| `:` | Emoji |
|
|
|
| `/` | 快速行动 |
|
|
|
|
|
|
弹出列表中最多显示 5 个最相关的匹配项. 当您从列表中选择一个项目时,该值将输入到该字段中. 输入的字符越多,匹配项就越精确.
|
|
|
|
|
|
与" [快速操作"](quick_actions.html)结合使用时,自动完成字符很有用.
|
|
|
|
|
|
## Example[](#example "Permalink")
|
|
|
|
|
|
假设您的 GitLab 实例包括以下用户:
|
|
|
|
|
|
| Username | Name |
|
|
|
| --- | --- |
|
|
|
| alessandra | 罗斯·格兰特 |
|
|
|
| lawrence.white | 凯尔西·克鲁克 |
|
|
|
| leanna | 罗斯玛丽·罗甘(Rosemarie Rogahn) |
|
|
|
| logan_gutkowski | 李·沃克特 |
|
|
|
| shelba | 约瑟芬·海利 |
|
|
|
|
|
|
在"问题"注释中,输入`@l`将显示以下弹出列表. 请注意,不包括用户`shelba` ,因为该列表仅包含与问题最相关的 5 个用户.
|
|
|
|
|
|
[![Popup list which includes users whose username or name contains the letter `l`](img/7b1af71091089deb54dbd357d9679d9c.png)](img/autocomplete_characters_example1_v12_0.png)
|
|
|
|
|
|
如果继续输入`@le` ,弹出列表将更改为以下内容. 现在,弹出窗口仅包括用户名中出现`le`或用户名中的单词的用户.
|
|
|
|
|
|
[![Popup list which includes users whose username or name contains the string `le`](img/09a583a4343d2359d87040afc14139dd.png)](img/autocomplete_characters_example2_v12_0.png) |
|
|
\ No newline at end of file |