Skip to content

Provide completions for associated types in trait impls #775

@TedDriggs

Description

@TedDriggs
pub struct Foo;

impl ::std::str::FromStr for Foo {
    type ~Err = ();
    // ... remainder elided
}

Desired Behavior: When the cursor is at ~ in the example above, calling racer complete should list the associated types for the enclosing trait.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions