Sublime Text 2 Beta released with Auto-complete and Improved UI
1–10 of 156 posts
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#2I've always avoided IDEs that offered this because they seemed to be terribly slow -- pleasantly surprised so far.
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#3For those wondering, auto-complete is quite fast. I've always avoided IDEs that offered this because they seemed to be terribly slow -- pleasantly surprised so far.
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#4Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#5I've been working in XCode so much lately that I've gotten really used to this style of autocomplete, so this update is very welcome.
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#6This is such a great editor. Each update adds things I really appreciate. (How did I ever live without indent guides?) I've been working in XCode so much lately that I've gotten really used to this style of autocomplete, so this update is very welcome.
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#7The new autocomplete even has lorem ipsum in it :)
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#81) Jump the the function/method definition (even if it's in a different file) when I press Ctrl and click on the function name. Eclipse does this.
2) Quick find of the function/method definition across the whole project. Eclipse does this as well (Ctrl + R).
I don't use Eclipse that much, because it's ridiculously slow, but it has cool features.
Re: Sublime Text 2 Beta released with Auto-complete and Improved UI
#9edit: minimap exists! (Obviously only in GUI Emacs)
Animated sub-line scrolling probably requires hacking the Emacs source. Indent guides might be possible just in elisp, but I don't know how good they would look.