Autocomplete cargo doc paths/links to types in doc comment #4759
Labels
A-completion
autocompletion
E-hard
S-actionable
Someone could pick this issue up and work on it right now
I've opened this same issue in intellij-rust, but figured I'd also open it here since I'm interested in both tools.
Here's the copy pasted issue:
If you write something like the following in a doc comment
The
struct.RefCell.html#method.try_borrow
your documentation site will link to thetry_borrow
method when you click on theRefCell::try_borrow
link.Since the naming convention for pages / links within a cargo doc generated site is consistent - could intellij-rust support autocomplete for these links?
This would make it much easier to write documentation that references other types/methods within your library.
Thanks!
The text was updated successfully, but these errors were encountered: