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

Support bookmark for source code of java maven dependencies #307

Open
kchenzhi opened this issue Jun 12, 2020 · 3 comments
Open

Support bookmark for source code of java maven dependencies #307

kchenzhi opened this issue Jun 12, 2020 · 3 comments
Labels
enhancement schemes Related to the Uri.scheme concept

Comments

@kchenzhi
Copy link

kchenzhi commented Jun 12, 2020

Hi, I use vscode-bookmarks in my java project and it performs very well.
But when I want to bookmark maven's dependency source code, there will be some problems:
Screen Shot 2020-06-12 at 10 07 41 AM
The icon of the bookmark is appear, but the BOOKMARKS:EXPLORER is empty, I can't use bookmark to jump to the position of the code.

@alefragnani
Copy link
Owner

Hi @kchenzhi ,

I think the problem occurs because these .class files, in fact, are not files in the file system. Instead, are stored inside the java/maven packages, and the Java/Maven extension (I’m not sure which one you use) support opening/navigating/displaying these files.

If that’s the case, this could be achieved only after the Remote Development (#230) is released. I have to change how files are handled by the extension, to support these scenarios.

Thanks for reporting

@kchenzhi
Copy link
Author

Yes, I think it's the problem of .class files in maven packages.
This is the major reason why I am not using vscode to develop java.
Anticipate for Remote Development release, thank you for your job.

@alefragnani
Copy link
Owner

I don't use Java so often (last time was a year ago) but I remember using VS Code only for quick navigation purposes. The Java extension was still too limited and heavy, compared to Eclipse (at least for my needs). But I guess the same issue could happened for similar languages, like C#.

@alefragnani alefragnani added the schemes Related to the Uri.scheme concept label Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement schemes Related to the Uri.scheme concept
Projects
None yet
Development

No branches or pull requests

2 participants