Sublime Forum

Best way to block bookmarking?

#1

I’ve pretty large javascript files, well organized, but it’s a pain to navigate to each part by using the minimap or search (text or symbols).

I would love some kind of bookmarks browsing, so I can bookmark specific parts, and then with a shortcut search those bookmarks. Does exists a plugin like that?

Or how do you work with large files?

(Splitting file is not a choice)

0 Likes

#2

You might want to try out this plugin:
github.com/alehandrof/BetterGoTo

Specifically “Comment Bang.tmPreferences”, which makes comment that starts with a ! (bang / exclamation point) be displayed in the symbol list (ctrl+r).

0 Likes

#3

MarkFromFindpanel - Bookmark lines from find panel

0 Likes

#4

The only “problem” with MarkFromFindpanel (and also MarkLinesContaining) is that the results will not be persisted if you close the file (or restart SublimeText), since bookmarks are not persisted by SublimeText.

0 Likes

#5

Haven’t tried it, but this may be relevant.
sublimetext.userecho.com/topic/3 … rovements/

0 Likes

#6

Thanks for your suggestions.

Yes, none of them are a complete good solution.
Best solution here is the BetterGoTo, but still, you need to modify your file to just enable a functionality that may only be used by yourself, in a multiple coders project it’s not a possibility.

Will continue searching, and probably think on work in a new plugin for that.

0 Likes