vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Discussion: Project Manager for Java often fails to recognize folders as containing Java projects (in absence of Maven/gradle build files) and there seems to be no way to force it to treat as java.

Open nickzhums opened this issue 4 years ago • 2 comments

This is related to invisible project and opening an issue to track this based on August survey feedback

nickzhums avatar Sep 18 '21 06:09 nickzhums

We have another issue related to this in the dependency repo:

https://github.com/microsoft/vscode-java-dependency/issues/549

nickzhums avatar Sep 18 '21 06:09 nickzhums

The situation should be better once we support:

  • increasingly recognize the source roots when user opens different java files: https://github.com/eclipse/eclipse.jdt.ls/pull/2160
  • Do some more folder scan (and be smart) when the invisible project import is kick off: https://github.com/eclipse/eclipse.jdt.ls/pull/2176

jdneo avatar Jul 19 '22 02:07 jdneo