I noticed that hovering over std::io::stdin() produces a nice documentation comment including a link to the documentation for another function. Clicking on that link doesn't seem to do anything. I'm not sure if this is something we need to handle in the extension or the LSP but we should handle it if we can.
I noticed that hovering over
std::io::stdin()produces a nice documentation comment including a link to the documentation for another function. Clicking on that link doesn't seem to do anything. I'm not sure if this is something we need to handle in the extension or the LSP but we should handle it if we can.