Did you find any good python debugger package for Sublime ? For me it is the missing point, but maybe I didn't search correctly ? Also the auto-completion is cool but doesn't search for imported modules and doesn't filter methods on instantiated objects:-/ All those stuffs are standard in Eclipse/PyDev.
On Tue, May 29, 2012 at 12:06 PM, Alok Gandhi <[email protected]>wrote: > Sublime has tons of autocompletion feature, for example in one stroke you > generate code for a class with all the necessary function like __init__. > You can do multiline edit with just one change. If you have a variable > 'foo' in used in multilines of your code, you can change it at one place > and all the other occurrences gets updated. There is a whole gamut of color > coding with infinite color combinations. You can define your own color > coding. There are just few of the features. I can not do much justice to it > as I personally do not use it a lot, but I always hear great things about > it. May be others can fill you on in this. But remember that sublime is > only a text editor, not an IDE. >

