Hello! I was thinking about how much easier it would be to browse a relatively large file, for example a php class with 10+ methods if an outline was available. A sidebar looking something like this, perhaps:
___________________________ <a href="#line-Z">Class MyClass</a> <a href="#line-X">string: methodNumberOne(int year, Locale locale)</a> <a href="#line-Y">boolean: methodNumberTwo(User user)</a> ___________________________ if accompanied with proper documentation, or just ___________________________ <a href="#line-Z">Class MyClass</a> <a href="#line-X">methodNumberOne()</a> <a href="#line-Y">methodNumberTwo()</a> ___________________________ without phpdoc and the like. What do you think? -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
