eclipse.jdt.ls icon indicating copy to clipboard operation
eclipse.jdt.ls copied to clipboard

Java language server

Results 256 eclipse.jdt.ls issues
Sort by recently updated
recently updated
newest added

Along with the specific event language/progressReport eclipse.jdt.ls now sends the standard Language Server Protocol event $/progress. This enables unified handling of eclipse.jdt.ls in all IDEs. For example, the fidget plugin...

Hi, I am wondering if jdt provides a way to customize the contents of the .settings folder contents, I do realize that some if not all of those filese in...

question

The jdt language server could provide the ability for jdtls extensions to append some custom diagnostics.

question

- fetch the extension registry again when delegate command handler cannot be found. - change WorkspaceExecuteCommandHandler to Bill Pugh Singleton (thread safe). #### Background Our extension's BI shows that there...

Is it possible to make use of some standard functions to check dependency updates and security issues?

I tested this in Emacs with lsp-mode, and jtd.ls did not return the declaration. Can any confirm this please?

bug
good first issue

New extension is added to support reading inherited document symbols from java language server.

Some code actions like `Generate Constructors` are duplicated if the client doesn't provide a `only` kind filter. For example: - Create a project with `gradle init --type java-application` - Open...

my request protocol data: ```json { "id": 1, "jsonrpc": "2.0", "method": "initialize", "params": { "capabilities": { "notebookDocument": { "synchronization": { "dynamicRegistration": true, "executionSummarySupport": true } }, "textDocument": { "callHierarchy": {...

Refer the following scenario. In here, the unused variable `a` is there in the `extracted()` method, which can be removed with the original extract to method code action. https://user-images.githubusercontent.com/46120162/180372491-9b81c367-bb8a-411e-b080-cf5b6d398d04.mov Code...

code-actions