consulo-csharp
consulo-csharp copied to clipboard
Analyze data flow
In Android Studio, I enjoy using "Analyze->Data flow to here". This shows the various statements that the value of the current variable depends on. It is very useful in navigating large codebases. I could not find it in Consulo C#. It would be great if it was implemented.
It's language depend feature, and C# language not implement it(for now)
Thank you for reporting