Add Bookmarks In Code Editor

I often work with a lot of long scripts and I spend a lot of time trying to figure out where I was working.

It would be fantastic to be able to bookmark parts of my code (F2?) and quickly jump to the different parts at will (A bookmarks Window).

1 Like

Hi @Grimmy,

That’s a good suggestion, care to submit it here: Issues · playcanvas/editor · GitHub

I personally find it hard to manage a script with over 500+ lines of code. Simply don’t see a benefit, considering the build can concatenate the scripts. There are also other benefits from organizing code in multiple files.