Open SpencerMacKinnon opened 5 years ago
I'm having a related issue with opencv bindings library.
I have autocomplete for the prelude
and error
modules but not the ones exported from the hub
module as it is in their code here:
https://github.com/twistedfall/opencv-rust/blob/5dbbc565d3cc88c093f816bc225797261395fa29/src/lib.rs#L8
I have racer mainly working now but I can't get it to complete fields within a struct or methods for that struct. When I try and complete structs from a crate ("cgmath::" then autocomplete) that seems to work. When I try and autocomplete a field or method ("v2.") that doesn't seem to return anything. Are fields and methods supported? Thanks for helping look into this!
main.rs
cargo.toml