Nikita Fedkin

Results 412 comments of Nikita Fedkin

Hi there! 1C:Enterprise (BSL) language plugin uses lsp4intellij: https://github.com/1c-syntax/intellij-language-1c-bsl it's not actively maintained now cause most of resources was transfered to develop BSL Language Server itself, but feel free to...

This library was founded as hard fork of lsp-support plugin (https://github.com/gtache/intellij-lsp).

You should develop your own plugin with preload task. See example in Readme

It's not a blocker for me. Currently BSL LS supports not many features: * diagnostics * code actions (quick fixes for diagnosics) * file formatting * document symbols (no workspaceSymbols...

maybe you could send a draft PR so anyone can help you if they want?

Link http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html

I think, before 1.0 all breaking changes are acceptable. notice in readme and changelog with migration steps should be enough. demo plugin already exists - https://github.com/NipunaRanasinghe/lsp4intellij-plugin PR with migration could...

But it has no sense, hasn't it?.. You can't highlight range with 0 length.

@nadeeshaan could you share a screenshot from vscode with zero-length diagnostic?