Feature Requests: Browse | Submit New | Admin

[#11926] Support tab completion on file/class/method/variable names

Date:
2007-06-29 15:05
Priority:
3
Submitted By:
Robert Kieffer (broofa)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Support tab completion on file/class/method/variable names

Detailed description
An extension of #11925:

I'd really like to have tab completion when setting breakpoints.  E.g.
"b MyCla<tab>" to cycle through file/classes starting with "MyCla"
"b MyClass.<tab>" to cycle through method names in MyClass
"b MyClass.foo<tab>" to cycle through methods starting with "foo"

... you get the idea.

But this is useful beyond breakpoints.  Anywhere the user might type in a file/class/method/variable name, the ability
to tab-complete will be a phenomenal timesaver.  e.g. "p MyClass.cur<tab>"

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item