I haven’t had the need for bookmarks until recently. The outlining feature of both Flash Builder 4 and FlashDevelop is very excellent, allowing you to jump to any method in your Actionscript file.
However, I have recently been consolidating my code.
I had separate methods called loadFeeds(), loadBlogs(), loadLinks(), loadMP3s(), loadVideos() etc.
I combined them into one function called loadItems(itemType:String) and had a switch statement to remove redundant code. Now I had one method which was much longer, and the outlining feature no longer allowed me to jump to a particular method.
Adding bookmarks allows me to jump to the video section of the loadItems() method.
To add a Bookmark, click Edit–>Add Bookmark and give it a name.
In Flash Builder, you have to go to Other Views–>General–>Bookmarks to see your created Bookmarks.
FlashDevelop has Bookmarks view open by Default.