Are there any tricks how one could make Sublime Text's Python autocompletion aware off all eggs from buildout's [eggs] section
E.g. grab the same sys.path as in Plone's generated bin/instance
command and expose them to Sublime's auto-completion. You could easily auto-complete imports and stuff after this.
A preferable solution would be
Have special
bin/sublime
command generated by buildoutThis command would open
src/
folder as Sublime text (project?) with all necessary environment variables and stuff set
Other solutions / ideas welcome.