ide-java
ide-java copied to clipboard
Java language support for Atom-IDE
I have a Problem with diagnostics. It works on normal Hello world like java file but when I have more complex Projects in Maven there are strange errors. The project...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.27.2 x64 **Electron**: 1.7.15 **OS**: IPC **Thrown From**: [ide-java](https://github.com/atom/ide-java) package 0.8.3 ### Stack Trace Uncaught RangeError: Maximum call stack size exceeded...
The find references are working great, but ONLY when the corresponding referred class sources are open. For instance, if ClassA is defined in ClassA.java and ClassB uses it. The references...
Fixes #78 Depends on https://github.com/atom/atom-languageclient/pull/215 Provides support for `workspace/executeClientCommand`. The support is done via `LsCommandsRegistry` implemented in https://github.com/atom/atom-languageclient/pull/215 which kind of a weak link because it introduces new API... Looking...
JDT LS has LSP extension `workspace/executeClientCommand`. The command is sent as a request message to the client. The client executes the command. This command is currently being used to communicate...
Hello, I'd like to add "-d bin" as a command line argument whenever javac is run automatically on the .java files in my java project. I'm new to programming, hoping...
Debug launch java application support to match VSCode java debug support
Add a function to organize imports like Ctrl + Shift + O in Eclipse.