Nikita Fedkin
Nikita Fedkin
Hm. Interesting. Looks like vscode adds some "virtual" space char for highlighting
I think starting point should be SyntaxHighlighterBase. May be language client may populate intellij with tokens got from semanticTokens request
@NipunaRanasinghe does lsp4j throw JsonRpcException when it can't deserialize message from LS? BSL LS use stdin/stdout for language client - language server communication AND also writes error messages to stdout....
Okay, thank you!
confirm same behavior with bsl language server.
Looks like you've faced with the same issue - https://github.com/jitpack/jitpack.io/issues/3737
Ok, thank you! i'll try to migrate in a few days. If you randomly choose features to implement - please, implement range and document formatting next :D
No luck this time. ``` WARN: Lsp4IntelliJ not loaded: until build 173.SNAPSHOT < IC-183.4284.85 ``` I'm using IDEA IC 2018.3.4. Plugin is targeted to `>= 183.4284.85` Commit with migrating -...
I've seen your fixes about plugin.xml and untilBuild in gradle. I'll check it asap. Thanks!
Could you provide some info about LSPExtensionManager? https://github.com/NipunaRanasinghe/lsp4intellij/blob/de60747f47e0240f7298f1266614f89d6c41230a/src/main/java/com/github/lsp4intellij/extensions/LSPExtensionManager.java what is designed for? i don't implement it (cause it was not needed in intellij-lsp) and (to be honest) not sure should...