Import section definition
Brought to you by:
fabioz
There are some times where some work needs to happen *prior* to imports being performed, but PyDev's auto import feature automatically puts imports at the top of the file (and then subsequent "organize import" commands cause the rest of the imports to be moved to the top of the file).
Please add support for a comment something like the following:
#@ImportSection
Where Pydev would locate that and would always put new imports after it (and when organizing imports, it wouldn't change the order of the ones above that tag)?
(Originally discussed in: https://sourceforge.net/forum/forum.php?thread_id=2855834&forum_id=293649\)
Thanks!
--Chris Phillips