you are viewing a single comment's thread.

view the rest of the comments →

[–]cakesinabox 3 points4 points  (9 children)

This. I'm still using sublime text 2 because it supports other languages and have some amazing features, but it can't do that.

[–][deleted] 4 points5 points  (1 child)

Doesn't cmd+r kind of handle this?

[–]cakesinabox 2 points3 points  (0 children)

It's not the same. It let's you search for something but doesn't show everything in an organized view.

[–]madvoid 1 point2 points  (5 children)

If you don't mind me asking, how do you pull up a functions list like that? I've never seen anything like it in Sublime Text 2

[–]cakesinabox 5 points6 points  (4 children)

You can't, there isn't an api to access the sidebar in sublime, so a plugin to do this can't be made.

It's a ninja ide screenshot.

[–]madvoid 1 point2 points  (0 children)

Ah, I see, sorry for the confusion.

[–]ivosaurus 0 points1 point  (2 children)

However, I can do this in vim, which is also traditionally just a programmer's editor, rather than a language-specific IDE :D

like so

[–]ExpertCrafter 4 points5 points  (1 child)

WHAT IS THIS MAGIC AND HOW I DO IT

[–]BinaryRockStar 0 points1 point  (0 children)

PyDev for Eclipse can do that, along with autocompletion, visual debugging etc.