The main feature of Sublime Text 2 that makes it my editor of choice for programming (and anything else really) is multi-selection search and edit. It's like search-and-replace-on-steroids. Once you get used to, it's really hard to go back to not using it.

I did some research myself and couldn't find a single other editor that offers it as powerfully. Some even let you create several cursors but lack the searching bit (just found out that Notepad++ does that).

So I'd like to ask for this community's help: do you know of another programming editor that provide multi-selection search and editing in a similar level as Sublime does?

link|improve this question

Is there any reason you're not content with Sublime Text 2? Why not just stick with it? – BoundinCode Feb 22 at 0:43
I used to use Eclipse which is a full blown IDE before and I'm still missing features Sublime doesn't offer off the shelf (and probably never will given it's completely different focus). – Chuim Feb 23 at 22:58
1  
hmm... I used to use Eclipse for Java, then when I switched to Sublime Text I wasn't worried because all the features I needed, I could make with a python plugin. For example: github.com/BoundInCode/Display-Functions. But to each their own. Also, I assume you're on windows (since you mentioned Notepad++) but I believe Textmate 2 offers improved multiple cursor support. – BoundinCode Feb 23 at 23:37
feedback

1 Answer

vim seems to have support for that via plugins. See a related question on SO: Multiple selections in VIM

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.