Skip to content

Commit 6fe7c3e

Browse files
committed
Update getting-started.md with additional example prompts for Cursor AI to enhance user guidance
1 parent 9ff8e20 commit 6fe7c3e

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/getting-started.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,14 @@ Cursor AI is one of the primary ways to use NetContextServer. Here's how to set
6868
5. Start coding! Try asking Cursor AI questions about your codebase.
6969

7070
Example 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

0 commit comments

Comments
 (0)