source code editor features
Syntax Highlighting – Your program is colour coded with different programming terms highlighted in particular colours.
Some source code editors can predict a word without the user needing to type it in completely.
Some source code editors highlight matching brackets or quote marks. This helps you to make sure you have the correct number of opening and closing brackets or quote marks.
When you type a line of code that requires indentation, the program indents the code automatically.