We know that text is the basic raw material of programming. It makes editors unavoidable while discussing about the tools.
Editors help us to create and manipulate text. It is always good to be proficient with one editor rather than playing around with many. Learning one editor or its keybinding helps us to work very fast and you’ll find yourself getting better and better with it.
Use a single editor well
But we have to consider some points while choosing an editor. Choose an editor which is available on multiple platforms. It should be comfortable and useful to us.
Editor Features
There are are some basic abilities that we think every decent editor should have. An editor should be:
- Configurable - Including fonts, colors, window sizes, and keystroke bindings
- Extensible - An editor shouldn't be obsolete just because a new programming language comes out.
- Programmable - You should be able to program the editor to perform complex, multistep tasks
In addition, many editors support features that are specific to a particular programming language, such as:
- Syntax highlighting
- Auto-completion
- Auto-indentation
- Initial code or document boilerplate
- Tie-in to help systems
- IDE-like features (compile, debug, and so on)
- summary of Power Editing, from The Pragmatic Programmer: From Journeyman to Master
No comments:
Post a Comment