consulo-csharp
consulo-csharp copied to clipboard
Auto completion after 'new'
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
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
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!
Yeah. I will think about this completion