ide-java
ide-java copied to clipboard
Java language support for Atom-IDE
### Identify the Bug #114 ### Description of the Change atom-languageclient considers interfaces as being of type `mixin`, and (many?) annotations are interfaces. Since `buildImportSuggestion` does not handle the `mixin`...
## Summary Add an option to disable formatting of files on save to the settings page. ## Motivation I love this tool but I'm unable to use it on collaborative...
jdt.ls sends jdt:// uris for navigating to source code of classes in jar files. In vscode-java a provider is registered for the jdt scheme: https://github.com/redhat-developer/vscode-java/blob/977973499608ccd5e64115876b250c5dae062023/src/extension.ts#L213-L221 https://github.com/redhat-developer/vscode-java/blob/56c5256f04b2d64208ff5346399cf2e1f94405aa/src/protocol.ts#L69-L71
I receive the error "The type [type] cannot be resolved. It is indirectly referenced from required .class files." for java.lang.Object, java.lang.String and any other imports that's not from my project....
IDE-Java language server stopped unexpectedly. exit code 13 how to fix
Is there a possibility to add additional classpaths, for example if I want to use external libraries? I now someone asked a similar question and the issue was closed, because...
List commonly encountered problems in a FAQ section in Readme or the Wiki. I would like to suggest the following: - When importing a barebones gradle project, (for example:https://github.com/czak/minimal-android-project), if...
find references gives this error: **Find References: Symbol references are not available for this project.** outline gives this: **this is likely an error with the language package** i tried to...
I know that in Eclipse set Compiler compliance level > 1.5 should fix this, but in Atom where should I set this?