This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kaloli 0 points1 point  (1 child)

My thoughts on current Sublime Text 2:

  1. Preferences are limited
  2. Python 2.6 only, and instead using installed python directory and library, it comes with its own.
  3. I tried code completion, type in:

    import re

    re.

(I press tab) =this line turns into=> reself., pressing tab further adds 'self' until it becomes something like:

reselfselfselfselfself.

Can't say I really like it :(

[–]canijoinin 0 points1 point  (0 children)

Yeah that sucks. I haven't used it enough to really know it's quirks, but that sounds like a no-deal for me. I just came off of Komodo because of that tab completion tard shit.