Verify icon indicating copy to clipboard operation
Verify copied to clipboard

Add missing maxLength parameter documentation in CrossChunkMatcher.cs

Open Copilot opened this issue 5 months ago • 0 comments

Addresses review feedback from #1648 to add missing XML documentation for the maxLength parameter.

  • Added <param name="maxLength"> tag to the ReplaceAll method documentation
/// <param name="builder">The StringBuilder to search and modify</param>
/// <param name="maxLength">Maximum length of patterns to search for</param>
/// <param name="context">User context passed to callbacks</param>

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot avatar Nov 29 '25 09:11 Copilot