Unwritten for VS Code
io.github.byggarepop/unwritten
Catches files and C# members you forgot to change, learned from your repo's git history
client:VS Code
transport:stdio
runtime:nuget
Install Unwritten in VS Code
.vscode/mcp.json
{
"servers": {
"unwritten": {
"type": "stdio",
"command": "dnx",
"args": [
"Unwritten",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs