I ask this out of genuine curiosity -- how do you edit source code? I'm wondering because that seems inseparable from how you structure your python code into files.
I say this without any judgement. If your brain likes one method per file, then you are asking your fingers and eyes to do more work than if you allow a complete class definition in one file. Eclipse and PyCharm both allow you to collapse a method body, so that you see only its declaration line. You can also collapse an entire class definition to its declaration, so that you can have multiple class declarations in one file and only see one at a time. I wonder what you gain by your approach. Looking forward to your reply, --- Bill (I myself mostly use "vi", with bash convenience functions for hopping around in the source tree. I like PyCharm a lot, but it does not cover the remote execution scenarios that I need.) > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ab6317bd-ec55-494f-9321-f209c03b8661%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.