Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command to copy current file:line for working with external tools (…
…#14793) Closes #14787. I made a quick draft implementation of this feature request: #14787 I know how to use use gdb well, so lacking a built-in debugger is OK. BUT... Speaking personally, setting breakpoints is 50% of what I want an IDE to do for me when debugging. Having a feature where I can click, copy, "b [paste]", is a huge step up from typing the whole thing in manually. I figure this must be useful for other external tools, or even just regular-human-communication too. Open Questions: * Does this belong in the right click menu? (I put it next to "Copy Permalink" which is similar.) * Probably not useful enough to get a default keymap? * Relative vs absolute path? * Does this need tests? Release Notes: - Added `editor: copy file location` command to copy the current file location (FILE:LINE) to the clipboard ([#14787](#14787)). --------- Co-authored-by: Marshall Bowers <[email protected]>
- Loading branch information