Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c4fd010695b5a316201d03.md

latest2.0 KB
Original Source
<!-- Audio Reference: Tom: Also, in IntelliJ IDEA, the code auto-completion isn't popping up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Also, in IntelliJ IDEA, the code BLANK BLANK BLANK.

--blanks--

auto-completion

--feedback--

This feature helps you code faster by suggesting possible completions as you type. This is a compound word, remember to use -.


isn't

--feedback--

It indicates that something is not happening right now. It is a contracted form of is not.


popping up

--feedback--

These two words together mean something suddenly appearing on the screen. The first word ends with -ing and the second word is a preposition.

--explanation--

IntelliJ IDEA is a popular Integrated Development Environment (IDE) used by developers to write, test, and debug code. It is known for its powerful features, including auto-completion, which helps you code faster by suggesting possible completions as you type.

When Tom says that auto-completion isn't popping up, he means that the feature, which normally suggests code as you type, isn't appearing on the screen like it should.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 22.4,
      "finishTimestamp": 28.02
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.62,
      "dialogue": {
        "text": "Also, in IntelliJ IDEA, the code auto-completion isn't popping up.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}