Skip to content

feat: add internal line references and hover highlight for reviews#3

Open
badaverse wants to merge 1 commit intomainfrom
feat/internal-line-references
Open

feat: add internal line references and hover highlight for reviews#3
badaverse wants to merge 1 commit intomainfrom
feat/internal-line-references

Conversation

@badaverse
Copy link
Copy Markdown
Owner

Summary

  • 코드 블록/테이블 리뷰 코멘트에 내부 라인 번호 병기 (e.g., L74 (Line 3), L74 (Row 2))
  • 리뷰 코멘트 호버 시 해당 코드 라인/테이블 행 하이라이트
  • 테이블에 행 번호 거터 컬럼 추가 (코드 블록 패턴과 통일)

Test plan

  • 코드 블록 내부 줄에 리뷰 추가 → L{n} (Line {m}) 라벨 확인
  • 테이블 행에 리뷰 추가 → L{n} (Row {m}) 라벨 확인
  • 리뷰 코멘트 호버 → 해당 코드 라인/테이블 행 하이라이트 표시 확인
  • 테이블에 행 번호 거터(#, 1, 2, 3...) 표시 확인
  • fence/header 라인 코멘트에는 내부 번호 미표시 확인
  • 일반 블록(paragraph, heading) 코멘트는 기존과 동일하게 작동

🤖 Generated with Claude Code

…/table reviews

Show internal line numbers alongside global markdown line numbers in review
comments (e.g., "L74 (Line 3)" for code blocks, "L74 (Row 2)" for tables).
Add hover highlight: hovering a thread highlights the corresponding code line
or table row. Add row number gutter to tables matching code block pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant