fwcd

Results 260 comments of fwcd

Would be really awesome to have the ability to register async completion handlers, e.g. to perform a web request that fetches completion candidates. This is the feature I have been...

Thanks for investigating! Please rebase it onto main (as always), so we can run CI.

Considering that the Fleet website mentions language servers, integrating the Dart analysis server for code completion and similar IDE features should be pretty feasible.

Would be awesome if this could be fixed, the list unfortunately isn't really usable when having thousands of files to be synced. A small scroll-to-top button would probably fix this...

Since we parenthesize every expression, this is no longer a bug and 'only' a small QoL fix.

+1, would be really awesome to have this. My use case is the [`swift-dns-service-discovery`](https://github.com/fwcd/swift-dns-service-discovery) library, which uses the compat layer e.g. to browse for a list of instances of a...

Looks like these errors are thrown mostly when the syntax tree is already broken (and apparently therefore contains nulls), e.g. `fu` in this test resource: https://github.com/fwcd/kotlin-language-server/blob/8f96c293caf6dd040539d33e05a5d26f427a4a70/server/src/test/resources/completions/BackquotedFunction.kt#L1-L3

Yeah, that fixes some of the errors, but not all unfortunately. Feel free to dig deeper if you find the time, that branch contained a few experiments in that direction.

#125 should fix the perspective property.