consulo-csharp
consulo-csharp copied to clipboard
Languages: C#
- Consulo version: 2021.12 (#3101 Alpha) - Unity version: 2021.3.6f1 (but 2020 had the problem as well, I think it is a general problem with Unity.Entities) - OS: Kubuntu 22.04...
Sometimes Consulo marks implicit Vector and Color conversion as an error. Sometimes not. I appears to be related to number of vars and/or uses. I think I've narrowed it down...
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/patterns#property-pattern
```csharp effectObject = effect switch { TutorialEffect.Joystick => MaskJoystickTutorial, TutorialEffect.ActionBtn => MaskActionBtnTutorial, _ => effectObject }; ```
I tried adding parameters to a method. However Consulo only offers "Create method":  And in fact, it does create a totally **new** method!  Consulo should also be able...
The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):  This...
The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):  This...
The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):  This...
As soon as I type a string interpolation, the coloring breaks.  Typing another line of code _sometimes_ resolves it.  OS: Ubuntu 18.04 [consulo.log](https://github.com/consulo/consulo-csharp/files/5648287/consulo.log) About Info Consulo: version =...
OS: Ubuntu 18.04 [consulo.log](https://github.com/consulo/consulo-csharp/files/5643655/consulo.log) About Info Consulo: version = 2020.12 build number = 2748 build date = December 3, 2020 Plugins: com.intellij = 2748 com.intellij.git = 1230 com.intellij.regexp = 1180...