-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Description
Even without specialized support for e.g. names in crates, enabling auto-complete in rust-mode should be on by default to some extent.
I'm not a guru, but I think that there are two approaches.
- Either auto-complete can be active by default (where it will pop-up completions as you type)
- or, if that's not preferred, auto-complete functionality should be bound to some fairly common key ("Tab", or "M-/" are the most common choices from what I'm aware of) that enables completion when the cursor is in the middle of some typed text (e.g. http://cx4a.org/software/auto-complete/manual.html#Trigger_Key).
For more advanced completion stuff, is there a canonical set of places that could be searched for symbols to be completed? I searched and found this: http://www.reddit.com/r/rust/comments/1xfjo7/ide_support/. Is there a plan for this kind of support?
Metadata
Metadata
Assignees
Labels
No labels