You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some crates (e.g.owo_colors) have traits that add a bunch of methods to every type (e.g. OwoColorize). This can pollute the auto-completions for types quite a lot. An example for a type from aws_sdk_s3 in VSCode:
I looked for existing issues and found #7449, which would help, but it would be nice to have a more granular way to do this. I also wouldn't be opposed to try my hand at implementing this myself, but it'd be cool if someone could assess whether this is a feasible issue for a beginner in this codebase (like myself).
The text was updated successfully, but these errors were encountered:
Some crates (e.g.
owo_colors
) have traits that add a bunch of methods to every type (e.g. OwoColorize). This can pollute the auto-completions for types quite a lot. An example for a type fromaws_sdk_s3
in VSCode:I looked for existing issues and found #7449, which would help, but it would be nice to have a more granular way to do this. I also wouldn't be opposed to try my hand at implementing this myself, but it'd be cool if someone could assess whether this is a feasible issue for a beginner in this codebase (like myself).
The text was updated successfully, but these errors were encountered: