Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Copy (absolute) path" context menu option for tabs #13970

Closed
1 task done
mattfbacon opened this issue Jul 9, 2024 · 0 comments
Closed
1 task done

"Copy (absolute) path" context menu option for tabs #13970

mattfbacon opened this issue Jul 9, 2024 · 0 comments
Labels
enhancement [core label] tabs Feedback for tabs behavior, navigation, style, etc workspace Feedback for workspace management, layout, interactions, etc

Comments

@mattfbacon
Copy link
Contributor

Check for existing issues

  • Completed

Describe the feature

Related to #11181

It would be useful to be able to easily copy the relative and absolute path of any file open in a tab.

From my initial inspection it seems somewhat difficult in the current, fairly abstract model of "project items", but it may be possible, such as by adding a new method to the Item trait? I might need some guidance here.

If applicable, add mockups / screenshots to help present your vision of the feature

See similar function in VS Code

@mattfbacon mattfbacon added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jul 9, 2024
@notpeter notpeter added workspace Feedback for workspace management, layout, interactions, etc tabs Feedback for tabs behavior, navigation, style, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 9, 2024
SomeoneToIgnore added a commit that referenced this issue Jul 27, 2024
…15260)


Release Notes:

- Added "Copy Path" and "Copy Relative Path" items into tab context menu ([#13970](#13970))

---------

Co-authored-by: Kirill Bulatov <[email protected]>
kevmo314 pushed a commit to kevmo314/zed that referenced this issue Jul 29, 2024
…ed-industries#15260)


Release Notes:

- Added "Copy Path" and "Copy Relative Path" items into tab context menu ([zed-industries#13970](zed-industries#13970))

---------

Co-authored-by: Kirill Bulatov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] tabs Feedback for tabs behavior, navigation, style, etc workspace Feedback for workspace management, layout, interactions, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants