Code Completion feature
Would it be possible to add an index letter to the autocompletion? What i mean is, for example, when you run autocompletion and you get: action_cache_path, actionmailer,actionview..etc, how about indexing it like- A: action_cache_path, B: actionmailer, C:actionview, so if I wanted to select actionview, I can just hit C and it will be selected
Please sign in to leave a comment.
Hello mike,
This would be very confusing. With the current implementation, you can continue
typing code when the completion popup is open, and the letters you type will
be entered in the code. Because of that, they can't be used for any other
purpose.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"