Typing "msg.url(" auto completes to "msg.url()()"

I’m loving the new auto completion in the Defold editor, it really helps speed up typing.

I noticed when typing msg.url( it’s auto completed to msg.url()(). Since I’m a sloppy typer I thought it was my own fault for the longest time, but then I tested it and it does seem to be a little bug?

There is an issue about such cases: Editor setting needed to disable auto-inserting of closing parens in the code editor. · Issue #10781 · defold/defold · GitHub

The issue is similar, but I believe it’s a discussion about the option of disabling auto completion that works as intended.

The video I posted above shows a behaviour I would imagine no one wants? I think it’s a bug?

1 Like