Nick Cameron
Nick Cameron
Should be defined, rather than just listed. Should have id/title/description - description shown as a tool-tip in the frontend. Maybe have in tab-category as well as category?
No reason to just have one
As well as label (probably only needed in `tab-category`).
Need to implement the tag selection box in `TabOptions` and filter the issues accordingly
Rather than filling the cache on demand
WIP This PR replaces `ReadBuf` (used by the `Read::read_buf` family of methods) with `BorrowBuf` and `BorrowCursor`. The general idea is to split `ReadBuf` because its API is large and confusing....
Hi, in https://github.com/rust-lang/cargo/pull/3296 we've implemented a `cargo check` sub-command as part of Cargo. The advantage that has over this plugin is that it uses the stable rustc feature `--crate-type metadata`...
Can do non-dot completion using a map of scopes to idents. Completion after the dot is harder, but we may be able to pre-compute lists of idents and try to...