Autocomplete characters

原文:https://docs.gitlab.com/ee/user/project/autocomplete_characters.html

Autocomplete characters

自动完成字符提供了一种在 Markdown 字段中输入字段值的快速方法. 当您开始在 Markdown 字段中使用以下字符之一键入单词时,GitLab 将针对一组匹配值逐步自动完成. 字符串匹配不区分大小写.

Character Autocompletes
~ Labels
% Milestones
@ 用户和组
# Issues
! 合并要求
& Epics
$ Snippets
: Emoji
/ 快速行动

弹出列表中最多显示 5 个最相关的匹配项. 当您从列表中选择一个项目时,该值将输入到该字段中. 输入的字符越多,匹配项就越精确.

与” 快速操作”结合使用时,自动完成字符很有用.

Example

假设您的 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`

如果继续输入@le ,弹出列表将更改为以下内容. 现在,弹出窗口仅包括用户名中出现le或用户名中的单词的用户.

Popup list which includes users whose username or name contains the string `le`