fwcd

Results 363 comments of fwcd

Sure no problem, since this repo hosts the canonical version of the grammar, opening the issue here is totally fine! There's even a [tiny VSCode extension](https://github.com/fwcd/kotlin-language-server/tree/main/grammars/vscode-grammar-dev) for tinkering with the...

Can confirm that this works (in conjunction with the VSCode extension PR): ![image](https://github.com/user-attachments/assets/afd2b176-77f0-4ce5-a673-5ebde1c20b77)

We could do that, but I wasn't sure if using a beta version of `vscode-languageclient` for the extension is acceptable (and I'm not sure if the request ships there before...

That's a nice idea, I don't see why that wouldn't work and as far as I understand we haven't shipped a version of sourcekit-lsp with this yet, so we wouldn't...

I'm marking the PR as ready for review again, since I have successfully tested it together with https://github.com/swiftlang/vscode-swift/pull/1050, which just adapts our existing client-side integration to the new request name/format....

Tested with the VSCode extension and could successfully verify that it works. I had to re-add some of the experimental capability logic in 99836e08c3e362cae6876e6e678a531fc73fce93, but we'll need that anyway until...

> I was wondering how we got away without the capabilities By removing the capability check, which I still did under the assumption that we'd hold off with this PR...

Worth keeping an eye on: https://youtrack.jetbrains.com/issue/KT-65215/Analysis-API-Distinguish-APIs-for-Analysis-API-users-and-platforms

This analysis server is not really ready for production yet and Android support in Kotlin Language Server is rather experimental too (it's a hobbyist project after all). If you have...

I would recommend taking a look at [Kotlin Language Server](https://github.com/fwcd/kotlin-language-server), it's more or less a functioning language server, but with a couple of rough edges (e.g. dependency resolution could be...