Fred Bricon
Fred Bricon
@CppCXY please [try a nightly build of 0.0.2](https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file#testing-nightly-builds) and open a ticket in https://github.com/redhat-developer/lsp4ij/issues if you still have some problems, with steps to reproduce
WIthout feedback from OP, I consider this like spam. closing.
try using `"java.import.generatesMetadataFilesAtProjectRoot"=true` in your settings.json
make sure you also downgrade the java debugger extension, which is actually responsible for this issue
> Why wouldn't VS Code have a way for the filesystem API to fall back to the text document content provider in cases where that's the only thing defined ?...
See if you can reproduce after disabling intellicode extensions
Sorry but vscode-java doesn't support scala: - As you guessed, Scala IDE adds this "Scala library container" which is not available in vscode-java (or rather, jdt.ls). - the scala files...
The call hierarchy UI is provided by VS Code proper, so adding filter options should be requested in https://github.com/microsoft/vscode/issues
As usual, make sure the client supports it before sending SnippetTextEdits
Indeed the language server needs a java file to exist in order to perform. Now, you can try creating a new empty file, save it as a .java file, then...