ide-java
ide-java copied to clipboard
[DO NOT MERGE] Support `workspace/executeClientCommand` protocol extension
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 for feedback.