I’ve just started my first project with JS-Scripts in Construct 3, and I’m using quite a few JS scripts. However, when working with the built-in editor, I’ve noticed that it’s often not that easy to open the part of the code I want to edit.
In particular, I’ve noticed that when I double-click on the desired spot in the code, the view in the editor always jumps all the way to the top, to the first line of the script.
Is there perhaps a trick that makes the editor jump directly to the clicked location in the code instead?
Or are there any tips for working in the JS editor that might make the process a little easier?
Thanks in advance for your advice and help