Skip to main content

Workspace Tour

This is the minimal layout you need to start working.

IDE layout overview

Main areas

  • Explorer (left): your files and folders
  • Editor (center): where you write code
  • Terminal (bottom): compile and run commands
  • Problems (bottom): diagnostics and warnings

Useful first action

Open Terminal -> New Terminal.

Open new terminal from top menu

Open the terminal and run:

pwd

You should see your workspace path (usually /home/project).

Terminal current directory output

Next step

Continue with the Assignment Workflow.