Alex Boyko
Alex Boyko
There used to be a JMX bean **launcher.**, e.g. **launcher.eureka** in previous versions of Spring Cloud CLI. STS was able to extract the "Ready" state of the service (and possibly...
Install Boot CLI 2.2.7 or 2.3.0 Install the latest Cloud CLI 2.2.1 in it Launch eureka service: `./bin/spring cloud eureka --deployer=thin` fails Launch without **--deployer=thin** works fine - service launched
My understanding of the validation in XML server for an XML file is that it is done within `LSPSAXParser` and all schema related errors (i.e. attribute present missing from the...
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...
Debug launch java application support to match VSCode java debug support
Parsing a very large Java file (~160K lines of code) takes much longer than parsing the same file with JDT java parser. The java file that takes long is: **PlSqlParser.java**...
The documentation hovers (not diagnostic marker hovers) see to only work for TEXT files? https://github.com/gtache/intellij-lsp/blob/master/intellij-lsp/resources/META-INF/plugin.xml#L69 I've tried making these hovers for `java` files. Contributed the `LSPDocumentationProvider` for `JAVA` language. This...