Skip to content

Wrap up support for autocomplete suggestions in content editor

Himanshu Kapoor requested to merge 352667-autocomplete-suggestions into master

What does this MR do and why?

Wraps up support for autocomplete suggestions in the content editor. Support for autocomplete is now complete and this MR adds support for:

  • Epics
  • Vulnerabilities
  • Labels
  • Snippets

Epics and Vulnerabilities are EE only features

Screenshots or screen recordings

Labels Epics Vulnerabilities Snippets
Screenshot_2022-10-12_at_14.36.09 Screenshot_2022-10-12_at_14.55.05 Screenshot_2022-10-12_at_14.53.30 Screenshot_2022-10-12_at_14.38.43

How to set up and validate locally

  1. On EE GDK, create some vulnerabilities and epics on a project.
  2. Go to project wiki and create a new page.
  3. Type in any of the following shortcuts to bring autocomplete suggestions:
Suggestion Type Shortcut
Vulnerability [vulnerability:
Epic &
Label ~
Snippet $
  1. Press Enter to select a selected item.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #352667 (closed)

Edited by Himanshu Kapoor

Merge request reports