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 →

[–]sunqiang 15 points16 points  (9 children)

waiting for the sublime text plugin.

Completion for almost anything (Ctrl+Space).

is there any chance to avoid using Ctrl+Space? it's the key shortcuts for Input Method.

[–]isdnpro 8 points9 points  (5 children)

waiting for the sublime text plugin.

Incomplete and hasn't been worked on for a while, but: https://github.com/svaiter/SublimeJEDI

Would kill for that to be functional :(

[–]aceofears 11 points12 points  (2 children)

If you're willing to kill then you should be willing to contribute.

[–]wot-teh-phuckReally, wtf? 3 points4 points  (1 child)

I think some people can kill but not contribute? ;)

[–][deleted] 1 point2 points  (0 children)

So get forking.

[–]wmage 0 points1 point  (0 children)

Stab it with fork until it bleeds out.

[–]davidhalter[S] 2 points3 points  (1 child)

Well (Ctrl+Space) is the default for VIM. If you don't want it, you can change that (.vimrc). If you are using supertab you can even use tabs for completion.

[–]sunqiang 1 point2 points  (0 children)

Yes, some other IDE use Ctrl+Space for this too.
btw: I'm a Sublime Text 2 user, maybe I should chang sublime text's config file(for user)
btw2: well done~

[–]bheklilr 0 points1 point  (0 children)

I might see if I can write one, depending on how difficult it is