I'm not sure that is even viable. Say you have a dependency that adds a method takes a mutable reference to a vec and hashes it. How would VSCode know you're looking for that crate's method when trying to complete something?
Or maybe I am not understanding correctly. Do you have an example?
Or maybe I am not understanding correctly. Do you have an example?
Comments
use tokio::fs::File
In the code, after opening a file to a variable, then you create a new line to read the file.
However, the variable doesn't show any method to read the file until you google for examples and discover AsyncReadExt