Syntax highlighting is a feature which makes it possible to automatically assign different colors to certain keywords, variables, or function names used in a computer program to make a programmer"s life easier.
Customizable user interface
IntelliSense support is a technology that allows you to analyze your source code by showing function definitions and comments when you hover your cursor over a function. IntelliSense can also complete function names when you type them in the IDE.
Bookmarks are similar to a real-life bookmark. Bookmark acts as a marker for a position in the script code.
Find/Replace allows the user to search and replace specified text in the script code.
Macro recording. Macro is a sequence of pre-determined commands used to automate repetitive tasks
Line statistics helps the user to determine the text position in the code to be able to fix reported errors quickly.