AI-assisted coding
Greyed-out code that appears as you type, predicting the next line or block so you can accept it with one key.
Formal
A feature that, after each pause in typing, sends the code before and after the editing point to a model trained with fill-in-the-middle and shows the most likely continuation inline; older forms only listed matching names from the project.
In plain English
Like a friend who finishes your sentences as you talk - nod and their ending is yours, or just keep talking and it is forgotten.
In practice
A developer at a Danish web shop types the name of a function that checks phone numbers; before she writes the body, a ten-line version appears in grey and she presses Tab.
Why it matters
Suggestions arrive many times an hour and each takes one key press to accept, so weak or unsafe lines slip in easily unless someone reads them.