find_similar_code
Identify similar code snippets within a project by analyzing syntax and structure. Specify a code snippet, language, and similarity threshold to retrieve matching code locations for efficient code comparison and review.
Instructions
Find similar code to a snippet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | ||
max_results | No | ||
project | Yes | ||
snippet | Yes | ||
threshold | No |