Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
74 lines (45 loc) · 2.38 KB

File metadata and controls

74 lines (45 loc) · 2.38 KB

code-marks

code-marks provides features to create and jump to marks throughout your code.

Features

Create, clear, list, and jump to marks throughout your code using either commands or key strokes.

Provides the Following Commands:

  • Create Mark
    • After running the create mark command Code Marks will wait for another key to be pressed. If it is a lowercase letter, code marks will create a local mark for the current file. If it is an uppercase letter, code marks will create a global mark. Local marks can only be accessed in the file they were created in. Creating a mark with the same binding and location as a previous mark will clear that mark instead.
  • Jump To Mark
    • See Create Mark description for usage. This command just jumps to a mark instead of creating one.
  • Select To Mark
    • See Create Mark description for usage.
  • List Marks
  • Delete Mark From List
  • Clear all Marks
  • Clear all Local Marks

Example