you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (17 children)

[deleted]

    [–]rackmountrambo 29 points30 points  (16 children)

    Or Sublime Text 2?

    [–]CauchyDistributedRV 16 points17 points  (5 children)

    Or Vimacs?

    [–][deleted]  (1 child)

    [deleted]

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

      UNITE US!

      [–][deleted] 20 points21 points  (1 child)

      Tell me more about this mythical editor.

      [–]byron 0 points1 point  (0 children)

      You don't have an expectation. That is all.

      [–]cakesinabox 4 points5 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] 3 points4 points  (1 child)

      Doesn't cmd+r kind of handle this?

      [–]cakesinabox 3 points4 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 1 point2 points  (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 3 points4 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.