51.0k views
0 votes
Which of the following is not done by modern IDE editors to help the programmer?

A) Left indents all code
B) Applies color to comments
C) Provides auto-completion of code
D) Align sections of code appropriately

1 Answer

2 votes

Answer:

Left indents all code ( A )

Step-by-step explanation:

The modern IDE ( integrated Development environment ) is an application used by developers when writing codes, it has some functions which helps the developer save time while writing his codes. and some of those functions are : auto-completion of code, applying color where necessary to help show the developer detect an error easily. it also helps to align sections of code appropriately.

User Alecnash
by
4.8k points