consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Auto completion after 'new' #440

Open Souk21 opened 8 years ago

Souk21 commented 8 years ago

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 still have to press Cmd + Space to show

new Vector2();

Thanks

VISTALL commented 8 years ago

Hi. Sorry for delay. Completion showed when you type for example 'V' after new, and choose correct element.

For manual completion call you need invoke it via Cmd + Space

Souk21 commented 8 years ago

So it's not possible to trigger completion after the "new" keyword ? I'm used to MonoDevelop which triggers suggestions every time he can, so it feels weird using the suggestion keyboard shortcut.

Anyway, thanks a lot for your answer and for your work!

VISTALL commented 8 years ago

Yeah. I will think about this completion