consulo-csharp
consulo-csharp copied to clipboard
Languages: C#
Original issue: https://github.com/consulo/consulo-unity3d/issues/107. Moved by @VISTALL ___ Move statement up command doesn't work it should move all statement but moves just 1 line  
How can use System.Linq in CSharp Console app. I'm on Mac where can find to add additional .dll. Mono installation???
https://github.com/ljw1004/roslyn/blob/features/async-return/docs/specs/feature%20-%20arbitrary%20async%20returns.md
https://github.com/dotnet/roslyn/issues/118
https://github.com/dotnet/roslyn/issues/216
https://github.com/dotnet/roslyn/issues/215
When two classes are present in the same .cs file, it would be great to provide a code action that can move one of them in another .cs file. As...
I'm using latest build, and Unity3d plugin. I'm trying to automatically show code completion when I type something like : `Vector2 vector2 = new` I tried different settings, but I...
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...
In Android Studio, I enjoy using "Navigate->Call Hierarchy". It does static analysis on the code and shows methods that call the current method. It is very useful to navigate large...