View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ide-lsp-0.29.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.aya.lsp.library
├─ org.aya.lsp.library.WsLibrary.class - [JAR]
org.aya.lsp.actions
├─ org.aya.lsp.actions.LensMaker.class - [JAR]
├─ org.aya.lsp.actions.SemanticHighlight.class - [JAR]
├─ org.aya.lsp.actions.SymbolMaker.class - [JAR]
org.aya.lsp.models
├─ org.aya.lsp.models.ComputeTermResult.class - [JAR]
├─ org.aya.lsp.models.HighlightResult.class - [JAR]
├─ org.aya.lsp.models.ServerOptions.class - [JAR]
├─ org.aya.lsp.models.ServerRenderOptions.class - [JAR]
org.aya.lsp.server
├─ org.aya.lsp.server.AyaLanguageClient.class - [JAR]
├─ org.aya.lsp.server.AyaLanguageServer.class - [JAR]
org.aya.lsp.utils
├─ org.aya.lsp.utils.Log.class - [JAR]
├─ org.aya.lsp.utils.LspArgs.class - [JAR]
├─ org.aya.lsp.utils.LspRange.class - [JAR]
org.aya.lsp
├─ org.aya.lsp.LspMain.class - [JAR]