GithubHelp home page GithubHelp logo

shiverzm / superbookmarks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from konamiman/superbookmarks

0.0 1.0 0.0 968 KB

A state-of-the-art bookmarks manager for Visual Studio.

License: MIT License

C# 100.00%

superbookmarks's Introduction

SuperBookmarks

SuperBookmarks is a state-of-the-art code bookmarks manager for Visual Studio 2017. It basically works the same way as the standard bookmarks engine that ships with Visual Studio: you create a bookmark for the current line of the current document via the appropriate menu entry, these bookmarks are displayed as a glyph in the margin of the editor, and you can navigate to the previous/next bookmark by using other menu entries. However SuperBookmarks provides the following extra features:

  • Advanced navigation and deletion options. You can navigate to the previous/next bookmark in the current document, across all open documents, across documents in the folder of the current document, across documents in the current project, and of course across documents in the whole solution. And the same when deleting bookmarks.

Menu entries

Additionally to the main menu, the commands are also available in three toolbars (activate them via Tools - Customize - Toolbars).

Menu entries

  • Customization. You can configure the bookmark glyphs color and other aspects of the extension behavior, you can access the options page through the "Options" command in the "SuperBookmarks" menu.

Menu entries

  • Store bookmarks in separate file. By default, SuperBookmarks will store all the bookmarks for the solution in the Solution User Options (.suo) file when the solution is closed, and will retrieve them from the same place when the solution loads next time; that is, exactly the same way as the standard Visual Studio bookmarks. However, you have the option to store the bookmarks in a separate file instead. That way, if for some reason you need to delete the .suo file (because a faulty extension or a bug in Visual Studio is preventing you from opening the solution - this happens from time to time) you won't lose your bookmarks.

Menu entries

If you choose to store bookmarks in a separate file, you can use the Save Bookmakrs to .dat file and Load Bookmarks from .dat file commands in order to save or load the bookmarks immediately, without having to wait until the solution is closed/reopened.

  • Export and import bookmarks. Additionally to the automated process of saving the bookmarks in the .suo or .dat file, you have the option to manually export or import the bookmarks to/from a file at any time. That's useful if you want to switch to a different working context (you are working on a new feature but you need to switch to bug hunting mode in a different part of the same codebase, for example) or if you want to share a set of bookmarks with a colleague. These are plain JSON files, by the way.

  • "Files with Bookmarks" filter in Solution Explorer. By using this filter you will see only the files that currently have at least one bookmark.

Menu entries

Known issues

  • The "Go to Prev/Next in Folder" includes subfolders option is not very useful in its actual form. The Go to Prev/Next in Current Folder commands always act relative to the folder of the currently focused document, and once you've gone to the deepest folder level there's no way to go back by using these commands (you need to manually select a different file). There should be a mechanism to "pin" a folder for these commands.

  • Unlike with Visual Studio's built-in bookmarks engine, you can't enable/disable bookmarks, and there's no tool window to manage the existing bookmarks.

Future plans

  • Create a mechanism to easily switch between bookmark sets, without having to explicitly export to/import from files.
  • Create a tool window to manage existing bookmarks.
  • Annotations for bookmarks.

Last but not least...

I am this weird guy and my kids are shoe slayers.

superbookmarks's People

Contributors

konamiman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.