0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CursorとClaudeCodeを連携させるためのExtentionの入れ方

Last updated at Posted at 2025-06-17

ClaudeCodeのIDE統合機能について

ClaudeCodeとCursorを連携させると、コンパイルエラーの検知などの便利機能が使えるようになります。インストールにつまづきやすいので、手順をメモしておきます。
https://docs.anthropic.com/ja/docs/claude-code/ide-integrations

手順

1. 「cursor」をターミナルで使えるようにする

Cursorから「Ctrl+Shift+P」でコマンドパレット開き、「cursor」コマンドをイストールします

> ShellCommand:install 'cursor' command

2. CursorのターミナルでClaudeを開く

Cursorから「Ctrl+J」で下部のメニューを開き、「Terminal」のタブで「claude」コマンドを実行してClaudeを立ち上げます

claude

3. 完成!

Cursorの右上を確認すると、Claudeのアイコンが出ています
スクリーンショット 2025-06-17 15.32.27.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?