Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1dc7fb3c
Commit
1dc7fb3c
authored
Jul 17, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
20851b77
1e13d942
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
0 deletions
+51
-0
doc/user/project/autocomplete_characters.md
doc/user/project/autocomplete_characters.md
+48
-0
doc/user/project/img/autocomplete_characters_example1_v12_0.png
...er/project/img/autocomplete_characters_example1_v12_0.png
+0
-0
doc/user/project/img/autocomplete_characters_example2_v12_0.png
...er/project/img/autocomplete_characters_example2_v12_0.png
+0
-0
doc/user/project/index.md
doc/user/project/index.md
+3
-0
No files found.
doc/user/project/autocomplete_characters.md
0 → 100644
View file @
1dc7fb3c
# Autocomplete characters
The autocomplete characters provide a quick way of entering field values into
Markdown fields. When you start typing a word in a Markdown field with one of
the following characters, GitLab progressively autocompletes against a set of
matching values. The string matching is not case sensitive.
| Character | Autocompletes |
| :-------- | :------------ |
|
`~`
| Labels |
|
`%`
| Milestones |
|
`@`
| Users and groups |
|
`#`
| Issues |
|
`!`
| Merge requests |
|
`&`
| Epics |
|
`$`
| Snippets |
|
`:`
| Emoji |
|
`/`
| Quick Actions |
Up to 5 of the most relevant matches are displayed in a popup list. When you
select an item from the list, the value is entered in the field. The more
characters you enter, the more precise the matches are.
Autocomplete characters are useful when combined with
[
Quick Actions
](
quick_actions.md
)
.
## Example
Assume your GitLab instance includes the following users:
| Username | Name |
| :-------------- | :--- |
| alessandra | Rosy Grant |
| lawrence.white | Kelsey Kerluke |
| leanna | Rosemarie Rogahn |
| logan_gutkowski | Lee Wuckert |
| shelba | Josefine Haley |
In an Issue comment, entering
`@l`
results in the following popup list
appearing. Note that user
`shelba`
is not included, because the list includes
only the 5 users most relevant to the Issue.
![
Popup list which includes users whose username or name contains the letter `l`
](
img/autocomplete_characters_example1_v12_0.png
)
If you continue to type,
`@le`
, the popup list changes to the following. The
popup now only includes users where
`le`
appears in their username, or a word in
their name.
![
Popup list which includes users whose username or name contains the string `le`
](
img/autocomplete_characters_example2_v12_0.png
)
doc/user/project/img/autocomplete_characters_example1_v12_0.png
0 → 100755
View file @
1dc7fb3c
17.1 KB
doc/user/project/img/autocomplete_characters_example2_v12_0.png
0 → 100755
View file @
1dc7fb3c
14.3 KB
doc/user/project/index.md
View file @
1dc7fb3c
...
...
@@ -52,6 +52,9 @@ When you create a project in GitLab, you'll have access to a large number of
templates for issue and merge request description fields for your project
-
[
Slash commands (quick actions)
](
quick_actions.md
)
: Textual shortcuts for
common actions on issues or merge requests
-
[
Autocomplete characters
](
autocomplete_characters.md
)
: Autocomplete
references to users, groups, issues, merge requests, and other GitLab
elements.
-
[
Web IDE
](
web_ide/index.md
)
**GitLab CI/CD:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment