CTags
CTags copied to clipboard
Setting to show_symbols in "file order"
Hi there!
CTags is a great extension! I love how fast it is to jump around between files!
I was wondering if it's possible to change how show_symbols works: it currently sorts all the symbols in a file alphabetically. Is is possible to show them in the order which they appear in the file (similar to how Sublime's native Ctrl-R command works)?
For a lot of code, the ordering of the symbols in the file has some meaning, and it would make it easier to understand a new codebase if I could browse the symbols in the author's indended order.
Thanks!