top | item 33411473

(no title)

0x37 | 3 years ago

Seemed interesting based on the amount of languages the editor supports on paper, but a quick trial showed that at least C# support is very, very barebones, even theoretical, as I couldn't get any kind of autocomplete to work, for example. After few minutes of usage Im unsure of what it provides aside from some syntax coloring. Maybe I did something wrong?

discuss

order

mattiemass|3 years ago

You did not. Aside from Rust and Swift, all the added languages are preliminary. A minimal extension is required to, for example, connect Chime up to an LSP server to get semantic features going like completions and diagnostics. We do not have a 1st-party extension built for C# yet.

nateb2022|3 years ago

Why not implement first class support for LSP servers, and offer extensions that wrap official LSP's?