• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Question for Sublime

Status
Not open for further replies.
It has a builtin console but it's designed to be lightweight

Sublime replaces code analysis and refactoring tools with smarter editing tools.

For example, in eclipse you might select a variable name and use refactor-rename to change the name globally.

In sublime, you can double click the variable to select it, and hold cntrl+D to select instances of it throughout the document. Then type the new name.

Big editor paradigm: Make lots of features to solve problems

sublime paradigm: Provide editor functionality that doesn't produce problems in the first place

I suggest taking a look at the package manager as well. Plugins in sublime are generally more lightweight and user-friendly than eclipse plugins.

Good luck.
 
Status
Not open for further replies.
Top