Missing Vim in Eclipse? Try SlickEdit
Join the DZone community and get the full member experience.
Join For Free
i've been using eclipse for years now, and like a lot of others, i find myself at home when using that standard editors. at the same time, i'm aware that there's a big portion of software developers out there that rather using vim and such. and some people would rather you could do more when working on source code in eclipse. perhaps
slickedit
is what's missing from your setup.
i've always assumed that slickedit was a tool for vim nuts to get their key bindings into eclipse. that's one aspect of it, but there's more. for a start, you get new views available when editing your code:
as you can see, it's not miles away from what you get with eclipse anyway, but it may help increase your productivity somewhat.
as i said, you can get eclipse to work like your other favourite ide / editor, through the available keyboard emulations. so you can use eclipse like xcode or visual studio, emacs or vim.
one of the things i really liked about slickedit was the recordable macros. now and again i have to do repeatable, mundane tasks within eclipse. i know i should aim script anything that i do more than once, but that's easier said than done. at least now, i can record the things i've done, and re-run that macro later.
i thought the diff tool that's supplied worked pretty well. usually for directory comparisons i'd like windiff, outside of my ide. but the diffzilla tool is a pretty good alternative, and you don't even need to leave the comfort of your ide to use it.
one last thing - if you use some custom dsls, you can get slickedit to provide support for color coding and keyword definitions. this saves you from needing to write your own editor plug-in for eclipse if all you want is some basic support.
it's not free - you'll need to pay a license of $99 per user per year to get all these features. but you can just give it a
test run
and make sure that it fits your requirements. slickedit also provides a really nice standalone editor too, that worked out great for quick scripting tasks, where i didn't want to fire up eclipse.
Opinions expressed by DZone contributors are their own.
Comments