Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## 0.6.6 (PENDING)
## 0.6.7 (Jan 26 2020)

- Add "copy label to clipboard" command to starlark language server.

## 0.6.6 (Nov 19 2020)

- Auto-renew license upon expiration.
- Update bazel and stackb activity panel keybindings
Expand Down
8 changes: 8 additions & 0 deletions docs/jumping.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ Jump to definition has the following "best-effort" semantics:
- If the label is in an external workspace (e.g. `@foo//:bar`), open the
file/rule in the external workspace `foo`. *This behavior requires that the
bazel server for the repository be running*.

## Copy Label To Clipboard

Jump-to-label has a variant that, rather than opening the `BUILD` file at the
target, copies the label to the clipboard. This can be triggered by the `Bazel:
Copy Label to Clipboard` command menu item, the (right-click) context menu while
inside a `BUILD` file, or via the keybinding (by default
`shift+ctrl+command+b`).
Loading