rust/crates/rust-analyzer
bors[bot] 518f6d7724
Merge #5917
5917: Add a command to open docs for the symbol under the cursor r=matklad a=zacps

#### Todo

- [ ] Decide if there should be a default keybind or context menu entry
- [x] Figure out how to get the documentation path for methods and other non-top-level defs
- [x] Design the protocol extension. In future we'll probably want parameters for local/remote documentation URLs, so that should maybe be done in this PR?
- [x] Code organisation
- [x] Tests


Co-authored-by: Zac Pullar-Strecker <zacmps@gmail.com>
2020-10-12 07:38:24 +00:00
..
src Merge #5917 2020-10-12 07:38:24 +00:00
tests/rust-analyzer Fix failing test 2020-10-02 12:35:25 +03:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml lsp-types 0.82 2020-09-23 15:41:55 -04:00