Closed
Description
The inability to influence the order of completions combined with RA suggesting completions from as-of-yet un-imported traits can result in the completions being rendered virtually useless by the presence of certain dependencies that pollute the RA's suggested completions list and completely overwhelm the actually desirable results (which end up being displayed after or mixed in throughout).
Here's a screenshot showing how having a dependency on color_eyre
results in dozens of unwanted completions overwhelming the completions list:
Is there any workaround to suppress the auto-import of a particular crate for the purposes of generating completions (i.e. never suggest anything from color_eyre
unless I already have the trait imported)?