MonacoQueryInput completions improvements
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:
- Shows suggestions after whitespace characters, and when triggering with ctrl+space on an empty query:
- Gives suggestions appropriate icons: reuses our existing filter and repository icons, and uses Monaco icons for other suggestion types (eg. symbols).