You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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#.
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:
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.
The text was updated successfully, but these errors were encountered: