01Leverages Visual Studio's live Roslyn workspace for real-time analysis
02Access to unsaved changes and live diagnostics directly from the editor
03Semantic find-all-references and go-to-definition using Roslyn's `SymbolFinder`
04Ability to list all symbols in a file and search symbols across the solution
05Retrieval of detailed symbol information, including types, base types, and interfaces
0617 GitHub stars