rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

Make openDocs more flexible

Open dmyyy opened this issue 1 year ago • 1 comments

openDocs is really useful - unfortunately the docs aren't always hosted on docs.rs. It would be nice to be able to

  • open locally built docs
  • custom urls - i.e. docs for Bevy's next release are hosted here. It would be nice to be able to point there when working with Bevy main

dmyyy avatar Aug 14 '24 14:08 dmyyy

If you have built the docs locally I think we should already be opening the local ones (with VSCode at least).

Veykril avatar Aug 15 '24 07:08 Veykril