Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Programming features Eclipse - English

17357 visits



Outline:

Programming features of Eclipse *Auto completion *Sets the corresponding closing brace when we open the brace *Provides a drop-down list of methods when you start typing the code *Syntax highlighting *Classname is highlighted in pink colour and method in blue colour *Keyboard shortcuts *F11 to debug a program and Ctrl+H to search a specific file *Error highlighting *Cross symbol in the program denotes errors *Remove semicolon and error details are displayed when mouse is hovered over cross symbol