SublimeCodeIntel does a great job autocompleting python modules and import statements (via introspoction, works with your own modules too), it's not softimage specific but helps alot.
Another cool package is the SublimeLinter, it highlight potential errors in your code (IDE-like). I have no idea how far I was from PEP8 until I start using it, now my code is way cleaner and easy to the eyes :) On Thu, Jan 3, 2013 at 12:22 AM, Raffaele Fragapane < raffsxsil...@googlemail.com> wrote: > You actually can introspect recursively almost the entirety of the > scripting API and generate a dummy set of libraries from there. That will > offer autocompletion in most IDEs. > > We've had that running here in AL for a while thanks to Aloys' efforts a > long time ago and it's worked without a hitch for years. > > > On Thu, Jan 3, 2013 at 10:18 AM, Gene Crucean < > emailgeneonthel...@gmail.com> wrote: > >> It would be completely bitchin if it autocompleted the entire sdk... and >> not just simple commonly used snippets. >> >>