SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
INTEGRATED DEVELOPMENT ENVIRONMENTS IDES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Auto completion
|
|
Auto indentation
|
|
Auto line numbering
|
|
Bracket matching
|
Detailed explanation-1: -Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing.
Detailed explanation-2: -Autocomplete is a feature within Google Search that makes it faster to complete searches that you start to type. Our automated systems generate predictions that help people save time by allowing them to quickly complete the search they already intended to do.
Detailed explanation-3: -You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.) in JavaScript). Tip: The suggestions widget supports CamelCase filtering, meaning you can type the letters which are upper cased in a method name to limit the suggestions.