java - Comparing Slickedit and Eclipse -



java - Comparing Slickedit and Eclipse -

i've been using slickedit 10 years. it. eclipse has become standard in java community, think might might pay larn little bit of create transitioning new jobs easier ( own own copy). experience has been bosses/coworkers less hostile me using slickedit 1 time see can , if see can manipulate code way on computers when discussing problem.

to end wondering features eclipse has slickedit not......or features seem easier, more efficient in eclipse.

thanks in advance

i've never used slickedit either, except trial several years back, think, here's quick list of other features consider (from both eclipse , intellij idea):

as fvu mentioned, lots of mutual refactorings extract variable, parameter, field, constant, method, class, interface, superclass; pull , force downwards members; surround with...; move, copy, clone, rename classes, methods, variables, etc. templates allow type short combo , hotkey create commonly-typed blocks, "psvm" expands main method, "sout" expands system.out.println(); lots of these included, plus able create own advanced plain text or regex search , replace , "find usages" of variables, methods, classes, etc. in specific scopes project, project + libraries, custom paths , files using regex path matching extremely smart , fast code completion (moreso in intellij eclipse) different completion modes learns usage patterns , can suggest appropriate completions based on context, expected types current location, , more in java, xml files, , technology-specific files spring, hibernate, ant, maven, etc. hundreds of "intentions" that, couple of keypresses, things create classes, methods, getters, setters, constructors, , other language constructs; reverse conditions; split/join variable declarations , initializations; add together field constructor's parameters; add together imports; add together maven dependencies; ... , on , on integrate other dev tools web servers, databases, build tools, version control, issue trackers, etc., can command them ide

that's major stuff off top of head. hope gives thought of expect in popular ides. if slickedit stuff well, should have easy time picking ide.

java eclipse slickedit

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -