Scirra / Construct-feature-requests

A place to submit feature requests and suggestions for Construct.
https://www.construct.net
9 stars 1 forks source link

auto complete ux improvement #291

Open F3der1co opened 1 month ago

F3der1co commented 1 month ago

Reviewed guidelines

Checked for duplicate suggestions

Summary

Show auto complete suggestions when typing in-between "" bug report for reference : https://github.com/Scirra/Construct-bugs/issues/8047

Possible workarounds or alternatives

input in a way where there is no trailing "

Proposed solution

ignore the trailing " in the auto-complete query, regex: \"$

Why is this idea important?

more intuitive in the case where users click between the "" to start typing

Additional remarks

No response

LuanHimmlisch commented 1 month ago

Another improvement could be invoking the suggestions through a shortcut, similar to VSCode does it with CTRL+Space