Skip to content

Conversation

@ankur-arch
Copy link
Contributor

@ankur-arch ankur-arch commented Aug 12, 2025

Summary by CodeRabbit

  • Documentation
    • Added a how-to section, “Using the Prisma VS Code extension to manage your database,” describing the extension’s UI, common workflows, usage steps, and Prisma Studio integration.
    • Applied across multiple AI tools pages for broader discoverability.
    • Some pages contain the section twice (duplicate content); one duplicate includes explicit resource links. A cleanup to remove duplicates will follow.

@ankur-arch ankur-arch self-assigned this Aug 12, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 12, 2025

Walkthrough

Inserted identical documentation sections titled "Using the Prisma VS Code extension to manage your database" into three MDX files under ai-tools. Each file contains the new section twice at different positions. No code, APIs, or data structures were modified.

Changes

Cohort / File(s) Summary of Changes
AI tools docs: duplicate Prisma VS Code extension section
content/200-orm/800-more/350-ai-tools/100-cursor.mdx, content/200-orm/800-more/350-ai-tools/200-tabnine.mdx, content/200-orm/800-more/350-ai-tools/300-windsurf.mdx
Added a section titled “Using the Prisma VS Code extension to manage your database” twice in each file at different locations; content describes extension capabilities, workflows (authenticate, manage instances, push to cloud, view/edit data, visualize schema), usage steps, Prisma Studio integration, and additional resources. No code or public API changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested reviewers

  • nikolasburk
  • petradonka
  • Techboidesign

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cfa18ad and 3eb1ef7.

📒 Files selected for processing (3)
  • content/200-orm/800-more/350-ai-tools/100-cursor.mdx (1 hunks)
  • content/200-orm/800-more/350-ai-tools/200-tabnine.mdx (1 hunks)
  • content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • content/200-orm/800-more/350-ai-tools/200-tabnine.mdx
🚧 Files skipped from review as they are similar to previous changes (2)
  • content/200-orm/800-more/350-ai-tools/100-cursor.mdx
  • content/200-orm/800-more/350-ai-tools/300-windsurf.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: runner / linkspector
  • GitHub Check: Lost Pixel
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch DC-4595

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions
Copy link
Contributor

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

@github-actions
Copy link
Contributor

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 12, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 468018b
Status: ✅  Deploy successful!
Preview URL: https://408a7959.docs-51g.pages.dev
Branch Preview URL: https://dc-4595.docs-51g.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🔭 Outside diff range comments (1)
content/200-orm/800-more/350-ai-tools/200-tabnine.mdx (1)

485-486: Incorrect editor reference (“Cursor”) — use “VS Code” here

This page is for Tabnine; the VS Code extension embeds Prisma Studio in VS Code, not “Cursor”.

Apply:

-Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started.
+Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in VS Code, making it easy to perform create, update, and delete operations on your database right inside VS Code. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started.
🧹 Nitpick comments (6)
content/200-orm/800-more/350-ai-tools/100-cursor.mdx (2)

519-549: Consider de-duplicating this shared section across AI tool docs

This section appears identical across multiple AI tool pages. To reduce maintenance burden and drift, extract it into a shared MDX partial and include it in each page, or link to a canonical page (e.g., the VS Code extension docs).

If you opt for a shared partial, one approach:

  • Create a shared MDX file (e.g., content/200-orm/800-more/350-ai-tools/shared/prisma-vscode.mdx).
  • Import it where needed:
+import PrismaVSCode from '../shared/prisma-vscode.mdx';
...
-## Using the Prisma VS Code extension to manage your database
-...duplicated content...
+<PrismaVSCode editor="Cursor" />

532-532: Fix double space typo

"delete Prisma" has double spacing.

Apply:

-- View, create and delete  Prisma Postgres instances (local & remote)
+- View, create and delete Prisma Postgres instances (local & remote)
content/200-orm/800-more/350-ai-tools/200-tabnine.mdx (2)

469-469: Fix double space typo

"delete Prisma" has double spacing.

Apply:

-- View, create and delete  Prisma Postgres instances (local & remote)
+- View, create and delete Prisma Postgres instances (local & remote)

456-486: Consider replacing this duplicated block with a shared include or a link to canonical docs

Same content is repeated across multiple editor guides. Prefer a shared partial or link to the VS Code extension docs to avoid divergence.

If keeping per-editor nuance, parametrize editor name in the shared partial (e.g., editor="Tabnine (in VS Code)").

content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (2)

556-556: Fix double space typo

"delete Prisma" has double spacing.

Apply:

-- View, create and delete  Prisma Postgres instances (local & remote)
+- View, create and delete Prisma Postgres instances (local & remote)

543-573: De-duplicate this shared section across AI tool pages

Same recommendation as other files: favor a shared partial or canonical link to avoid drift across pages.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 42938b8 and 1037177.

📒 Files selected for processing (3)
  • content/200-orm/800-more/350-ai-tools/100-cursor.mdx (1 hunks)
  • content/200-orm/800-more/350-ai-tools/200-tabnine.mdx (1 hunks)
  • content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Check internal links
  • GitHub Check: runner / linkspector
  • GitHub Check: Lost Pixel
🔇 Additional comments (2)
content/200-orm/800-more/350-ai-tools/100-cursor.mdx (1)

519-549: Incorrect duplicate section detection

I searched for the heading “## Using the Prisma VS Code extension to manage your database” and found only one occurrence in this file:

  • content/200-orm/800-more/350-ai-tools/100-cursor.mdx: line 519

No accidental duplicates remain—no changes needed here.

Likely an incorrect or invalid review comment.

content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1)

543-546: Verify accuracy: Can the VS Code extension be used “in Windsurf”?

If Windsurf does not support VS Code extensions, this claim could confuse readers. Consider rewording to “in VS Code” and link from this page, or confirm Windsurf support.

Would you like me to check Windsurf’s extension compatibility and propose precise wording based on that?

@ankur-arch ankur-arch changed the title feat: add mention of prisma vs code agent feat: add mention of prisma vs code extension Aug 12, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

♻️ Duplicate comments (1)
content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1)

572-572: Cursor → Windsurf correction looks good.

The previous incorrect editor reference is now fixed to “Windsurf.”

🧹 Nitpick comments (3)
content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (3)

555-560: Fix grammar, spacing, and style in workflows list.

Oxford comma, remove double space, and avoid “&” per docs style.

 - View, create and delete  Prisma Postgres instances (local & remote)
+ - View, create, and delete Prisma Postgres instances (local and remote)

565-569: Tighten wording for the sign-in step.

“popup” is colloquial; prefer “sign-in prompt” and clarify the action sequence.

-1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace)
+1. Authenticate with the [Prisma Console](https://console.prisma.io) using the sign‑in prompt, then select a target [workspace](/platform/about#workspace)

572-572: Polish sentence per style guidance (“inside of” and serial comma).

Address the LanguageTool hint and improve clarity: add a comma after “editor,” use serial comma, replace “steps” with “operations,” and drop “of” after “inside.”

-Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started.
+Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor, making it easy to perform create, update, and delete operations on your database right inside Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1037177 and cfa18ad.

📒 Files selected for processing (2)
  • content/200-orm/800-more/350-ai-tools/200-tabnine.mdx (1 hunks)
  • content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • content/200-orm/800-more/350-ai-tools/200-tabnine.mdx
🧰 Additional context used
🪛 LanguageTool
content/200-orm/800-more/350-ai-tools/300-windsurf.mdx

[style] ~572-~572: This phrase is redundant. Consider using “inside”.
Context: ...elete steps on your database from right inside of Windsurf. Follow these [easy steps](/po...

(OUTSIDE_OF)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: runner / linkspector
  • GitHub Check: Check internal links
  • GitHub Check: Lost Pixel
🔇 Additional comments (1)
content/200-orm/800-more/350-ai-tools/300-windsurf.mdx (1)

545-546: Confirm Windsurf support for the VS Code extension (avoid overstating).

Windsurf generally supports many VS Code extensions, but please verify that the Prisma VS Code extension is supported end-to-end (auth, instance management, embedded Studio) in Windsurf. If there are caveats, add a short note.

Would you like me to add a short compatibility note and link to Windsurf’s extension compatibility docs if available?

coderabbitai[bot]
coderabbitai bot previously approved these changes Aug 12, 2025
@ankur-arch ankur-arch merged commit cd79ab3 into main Aug 13, 2025
9 checks passed
@ankur-arch ankur-arch deleted the DC-4595 branch August 13, 2025 15:26
jlecordier pushed a commit to jlecordier/docs-1 that referenced this pull request Sep 3, 2025
* feat: add mention of prisma vs code agent

* fix: remove incorrect referenances

* refine: clear language

* fix: add coderabbit nits
@coderabbitai coderabbitai bot mentioned this pull request Sep 16, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 13, 2025
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.

2 participants