Back to Freecodecamp

Task 150

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

latest2.0 KB
Original Source
<!-- READING -->

--instructions--

Read the text and answer the question below.

--questions--

--text--

Sarah decided to e-mail and document their conversation:

Hi Tom,

It was good talking with you earlier. I'm sending you this e-mail to summarize conversation. Hope this is helpful.

1. Visual Studio Code - live preview:

Make sure the live server extension is installed and running. If it's still not displaying, check your project settings and ensure that all files are correctly set up for real-time previews.

2. IntelliJ IDEA - Auto-Completion:

Double-check your project settings. If auto-completion isn't working, the project might not be set up right. Go to your project settings and verify that all necessary plugins are enabled.

3. Eclipse - Git Tools:

The Git tools are built-in, but they won't be visible unless your project is linked to Git. Make sure your project is connected to the Git repository.

Let me know if you need any more help, or if you'd like to go through a detailed walkthrough together.

Best, Sarah

What does Sarah say about the Git tools in Eclipse?

--answers--

They are built-in but won't be visible unless your project is linked to Git.


They need to be installed separately from the Eclipse marketplace.

--feedback--

Think about whether Sarah mentions installing the tools or just configuring the project correctly.


They are visible as soon as you open Eclipse.

--feedback--

Consider if Sarah said the tools are automatically visible or if she mentioned a condition for visibility.


They only work if you're using IntelliJ IDEA.

--feedback--

Reflect on whether Sarah was talking about Eclipse or if this applies to a different IDE like IntelliJ IDEA.

--video-solution--

1

--explanation--

Sarah provides instructions specifically about the Git tools in Eclipse under the section 3. Eclipse - Git Tools.

She mentions that the tools are built-in, but they won't be visible unless the project is linked to Git.