consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Analyze data flow

Open gazialankus opened this issue 9 years ago • 1 comments

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.

gazialankus avatar Jun 28 '16 16:06 gazialankus

It's language depend feature, and C# language not implement it(for now)

Thank you for reporting

VISTALL avatar Jun 29 '16 08:06 VISTALL