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

no right click action on file or folder #207

Closed
jason919 opened this issue Nov 14, 2019 · 9 comments
Closed

no right click action on file or folder #207

jason919 opened this issue Nov 14, 2019 · 9 comments
Labels
enhancement New feature or request

Comments

@jason919
Copy link

the flat package view is nice, however, I lose all the right click functions on files and folders.
Not sure if that's even possible with current VS code

@testforstephen
Copy link
Contributor

We don't support right click on the Java Dependency View yet. Do you mean you lose the right click on the File Explorer?

@jason919
Copy link
Author

Right click still works on the file explorer.
If the java dependency view supports all the right click, then it can replace the file explorer

@maxandersen
Copy link

+1 on this as without it the java dependency view is not really adding much value besides being a nice indicator that Java LSP actually is enabled. For now I'm minimizing the java dependency view as all the contextual actions I seem to use all the time are missing.

@testforstephen
Copy link
Contributor

Menus in progress:

  • Reveal in Explorer
  • Copy Path
  • Copy Relative Path
  • Copy Qualified Name (enable for package and class)

If you want more menus to be added to dependency view, please add comment below.

@maxandersen
Copy link

maxandersen commented Dec 27, 2019

How about all of them ? :)

Here are the ones I keep going for and then have to go to resource view on:

  • Open to the Side
  • Reveal in Finder
  • Open in Terminal (for directories mainly)
  • all the revision commands
  • cut, copy, rename, delete

@0dinD
Copy link
Contributor

0dinD commented Sep 22, 2020

Any updates on this? I noticed you can now create new classes/packages from the context menu, which is great! But it's really annoying to have to go back to the file explorer when you need to rename or delete said class/package. I agree with the previous comment, but rename and delete on class/package nodes is the feature that I miss the most!

@jdneo
Copy link
Member

jdneo commented Sep 22, 2020

@0dinD Thank you for the suggestion. That's a valid request. I'll take a look these days.

xqzlgy2 added a commit to xqzlgy2/vscode-java-dependency that referenced this issue Sep 28, 2020
@jdneo jdneo added the enhancement New feature or request label Dec 1, 2021
@benzman81
Copy link

  • New File
  • New Folder

see #598

@jdneo
Copy link
Member

jdneo commented Apr 12, 2023

New File and Folders are implemented in #742.

For other actions, there are separate issues to track:

I'm closing this issue. Any new request please file issues separately for each of the actions. Thanks.

@jdneo jdneo closed this as completed Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants