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

Auto completion after 'new'

Open Souk21 opened this issue 8 years ago • 3 comments

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

Souk21 avatar Jul 16 '16 08:07 Souk21

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

VISTALL avatar Jul 17 '16 13:07 VISTALL

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!

Souk21 avatar Jul 18 '16 08:07 Souk21

Yeah. I will think about this completion

VISTALL avatar Jul 18 '16 14:07 VISTALL