Anyone knows a plugin to sort functions or methods alphabetically? Specifically I’m interested to do that
with python code.
Related links I’ve found after googling for a while:
- https://stackoverflow.com/questions/19119697/sublime-text-2-plugin-to-sort-your-functions-alphabetically
- https://github.com/foxxyz/sublime_alphpetize
- https://discuss.atom.io/t/sort-python-functions-classes-by-name/52242
I’ve attached the above links to clarify a bit more what I’d like to achieve… if anyone knows a package that already does that or has a very clear idea how to code it please let me know… I’ve got in mind few ideas how I’d do that but I’d like to know if there is already safe well tested code to use in the first place.
Thx.