RFE: Function list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scribes |
Fix Committed
|
Low
|
Unassigned |
Bug Description
I'm having a terrible experience with long PHP files. When opened in editors with function list (Geany, Eclipse PDT) I can see what's happening here and quickly find the function that is my candidate for updating (and clicking the name gets me straight to the code).
When I don't know what name to look for (hence Control-F is useless), there is no other option than browsing all the file (which is far from optimal solution).
I think it's pretty common situation - users edit and change files from open source projects or made by other people.
Is there a way in Scribes to help them see a bigger picture of a file?
If not, I think the function list would make a pretty great improvement in programers' workflow :)
Changed in scribes: | |
status: | Triaged → Fix Committed |
I agree. I'm about to try to switch to Scribes from Geany. For Python it seems scribes has everything I need, including the nice Python symbol browser which works very well, but for other languages (most notably C++), I miss the symbol browser to quickly see the classes and functions in my source. It would be very nice if the symbol browser could get support for more languages. I'd be mostly looking for C/C++ support.