Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savetheclocktower/symbol-provider-bookmarks
Represents editor bookmarks as symbols in symbols-view-plus
https://github.com/savetheclocktower/symbol-provider-bookmarks
Last synced: about 2 months ago
JSON representation
Represents editor bookmarks as symbols in symbols-view-plus
- Host: GitHub
- URL: https://github.com/savetheclocktower/symbol-provider-bookmarks
- Owner: savetheclocktower
- License: mit
- Created: 2023-07-15T22:41:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T23:03:36.000Z (over 1 year ago)
- Last Synced: 2023-07-15T23:25:09.032Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# symbol-provider-bookmarks package
Represents editor bookmarks as symbols in [symbols-view-redux](https://web.pulsar-edit.dev/packages/symbols-view-redux).
Each distinct bookmark will appear as its own symbol. The symbol’s name will begin with `Bookmark: ` and end with the entire line of text on the first non-empty row touched by the bookmark.
Keep in mind that a bookmark can span multiple lines and be represented by several icons in the editor gutter, but still be only one bookmark.
This is a “supplementary” provider and will contribute symbols for the command **Symbols View: Toggle File Symbols** in addition to whatever symbols may be suggested by other providers. It _will not_ currently suggest symbols for **Symbols View: Toggle Project Symbols**, but this could be added in the future. It also _will not_ try to contribute symbols to **Symbols View: Go To Declaration**.