시작하기무료로 시작하기

Planning a cross-file edit

With Claude Code briefed on the codebase from your /init session, you can pick up your first real ticket from the team backlog.

Your status bar shows "String Replace Editor" for every file action, too technical and confusing for users.

The uigen status bar showing the "String Replace Editor" label for each file action (highlighted), the text you'll replace with "Editing file".

Time to swap it for "Editing file". The string appears in two places: src/lib/tool-labels.ts and src/components/chat/MessageList.tsx. Plan mode is built for cross-file edits like this. Once the change lands, you'll commit it with a generated commit message.

이 연습은 강의의 일부입니다

Claude Code in Action

강의 보기

연습 안내

  • Start Claude Code with claude.
  • Enter Plan mode with /plan.
  • Ask Claude to plan replacing every occurrence of "String Replace Editor" with "Editing file" across the project.
  • Approve the plan and let Claude implement it, then ask Claude to commit the change.
  • Type /exit to exit Claude Code.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작