I use SublimeCodeIntel too but it's not aware of XSI globals like Application, XSIUtils and so on, so it won't introspect them.
How would one hack it to be more aware of such? On Wed, Jan 2, 2013 at 9:19 PM, César Sáez <[email protected]> wrote: > 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 < > [email protected]> 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 < >> [email protected]> wrote: >> >>> It would be completely bitchin if it autocompleted the entire sdk... and >>> not just simple commonly used snippets. >>> >>> >

