It is mentioned on the Panic site, but it took me ages to find it.
You can add bookmarks or tags to a file that will appear on Coda’s code navigator. Most of the time it’s as simple as an !
CSS: /* !bookmark */ HTML: <!-- !bookmark --> Javascript: /* !bookmark */ or // !bookmark PHP: /* !bookmark */ or // !bookmark
You can of course replace the word bookmark with anything you like.
For a full list:
http://www.panic.com/coda/developer/quicktip/5.php
That’s huge, thank you!
Thanks, you’re right… It’s not in a totally obvious location on the site. Incredibly handy though! Have a good day.
Thank you so much… I knew there was a way to do this, but I couldn’t find it anywhere in the documentation.
Just a bit of feedback – thanks for your post. This was one of those things that I knew should exists but could not find in the docs. Time saver.
I love this technique! Good work pointing this out!