consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Consulo doesn't like System.Linq #152

Closed winxalex closed 3 years ago

winxalex commented 6 years ago

Doesn't offer auto complete on extension functions and auto add of System.Linq. I always manually add System.Linq. Doesn't support debugging in Lambda functions try for example ForEach debug point inside is always x when start. Shows not existing errors.

screen shot 2018-03-10 at 10 04 20 am
VISTALL commented 6 years ago

Red code with import Linq - or without it ?

winxalex commented 6 years ago

with (I write no error in Unity)

On Mar 10, 2018, at 9:07 PM, Valery Semenchuk <notifications@github.com mailto:notifications@github.com> wrote:

Red code with import Linq - or without it ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/consulo/consulo-unity3d/issues/152#issuecomment-372061787, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqDxP3YkE8kYJZoHJviZbWuWc4TcEEgks5tdDKUgaJpZM4SlNEw.

winxalex commented 5 years ago

Doesn't suggest to include System.Linq and doesn't recognize parts as System.Linq when I use that namespace.

VISTALL commented 5 years ago

Hello. I need code example for reproduce. Thanks