Unwritten for Zed
io.github.byggarepop/unwritten
Catches files and C# members you forgot to change, learned from your repo's git history
client:Zed
transport:stdio
runtime:nuget
Install Unwritten in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"unwritten": {
"command": "dnx",
"args": [
"Unwritten",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs