Settings

Theme

Show HN: SharpFocus – A Flowistry-inspired data flow analysis tool for C#

github.com

2 points by trrahul 2 months ago · 0 comments · 1 min read

Reader

I built SharpFocus, a static analysis extension for C# that brings program slicing to VS Code. It's heavily inspired by Flowistry for Rust.

Click any variable, and it instantly highlights its complete data flow (what influenced it, and what it influences), fading out all irrelevant code. It's designed to make debugging and understanding complex methods faster. The analysis is powered by Roslyn.

It's open-source, and I'd appreciate any feedback.

GitHub: https://github.com/trrahul/SharpFocus VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=RahulTR....

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection