Skip to content

MonacoQueryInput completions improvements

Administrator requested to merge lg/smart-search-field-completions into master

Created by: lguychard

Fixes #7694 Fixes #7695 Fixes #7696

Brings smart search fields completions on par with our current search field:

  • Merge in dynamically fetched suggestions with static filter type suggestions: image
  • Shows suggestions after whitespace characters, and when triggering with ctrl+space on an empty query: image
  • Gives suggestions appropriate icons: reuses our existing filter and repository icons, and uses Monaco icons for other suggestion types (eg. symbols). image image

Merge request reports

Loading