File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,9 +68,14 @@ Cursor AI is one of the primary ways to use NetContextServer. Here's how to set
68685 . Start coding! Try asking Cursor AI questions about your codebase.
6969
7070Example prompts to try:
71- - "Find all authentication-related code in the project"
72- - "Show me how error handling is implemented"
73- - "List all API endpoints in the codebase"
71+ - "List all .NET source files in this project directory"
72+ - "Search for exact text matches in the code files"
73+ - "Analyze NuGet packages in all projects"
74+ - "Get the current list of ignore patterns"
75+ - "Add these ignore patterns: * .generated.cs, bin/* "
76+ - "List all .csproj files in this directory"
77+ - "Show me the contents of this file"
78+ - "What's the current base directory for file operations?"
7479
7580## Common Operations
7681
You can’t perform that action at this time.
0 commit comments