DogEars allows you to create Bookmarks inside your code, and give them names. It also allows you to search for them using a quick panel (like the Ctrl + P Dialog). Currently it only maintains bookmarks in a particular open view, but I plan to evolve it to become a neat bookmark manager so you can jump to important locations in your project.
http://github.com/skyronic/DogEars
What works:
* Create a bookmark Ctrl + Shift + B
* Access a bookmark Ctrl + Shift + M
What doesn't work(yet):
* You can only access bookmarks in the same file for now.
* The bookmarks aren't stored on your hard drive. If you close Sublime Text, the bookmarks are lost
* Deleting bookmarks
* The bookmarks are still shown in case the section of text containing the bookmark has been deleted
* A single panel to show all the bookmarks
* Stability issues
I am not too experienced with python. I would really appreciate any feedback on the code, and suggestions on how I can take this forward.