roslyn-codelens-mcp
Semantic .NET code analysis, refactoring, and diagnostics
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install roslyn-codelens-mcp?โผ
Run `npx skills add MarcelRoozekrans/roslyn-codelens-mcp --all -g -y` in your terminal to install the skill globally.
How to find all callers of a C# method?โผ
Use the find_callers tool, which returns every call site across the solution using Roslyn semantic analysis instead of error-prone text search.
Can I check .NET compiler errors without building?โผ
Yes. The get_diagnostics tool returns compiler errors, warnings, and analyzer results in milliseconds without running dotnet build.
Does it support safe renaming and refactoring?โผ
Yes. rename_symbol and change_signature update every reference and call site solution-wide, with preview diffs before writing to disk.
Does roslyn-codelens work with Claude Code?โผ
Yes. It runs as a standard MCP server and skill, working seamlessly in Claude Code and other MCP-compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core