fwcd
fwcd
(First of all thanks for this awesome project, looks amazing already and I can't wait to play with it more.) **Is your feature request related to a problem? Please describe.**...
Currently, the NetBIOS name is used both for NetBIOS and mDNS, which conventionally is the hostname in all-uppercase. This option lets users advertise a different name via mDNS. The `mdns...
This branch migrates most of the Boost-dependent code to C++17 and requires UnitTest++ as a system dependency instead of storing the binaries inside of Git. This allows for a cleaner...
**Update (June 2022):** A prototype of a language server using the new analysis APIs can be found in the [`kotlin-analysis-server` repo](https://github.com/fwcd/kotlin-analysis-server). Note that this is not production ready and mostly...
Support [vscode-java](https://github.com/redhat-developer/vscode-java), so Java can see Kotlin classes and vice versa.
Even on small projects the language server frequently uses several gigabytes of memory, especially when there are lots of symbols to be indexed (note that this includes the entire dependency...
Currently, the language server has trouble locating the standard library for files outside of Maven/Gradle projects, despite `kotlinc` being installed on the system (see #93). This results in (incorrect) errors:...
GitHub's container registry is now hosted at `ghcr.io`, so it should mostly be as simple as updating the URL.
See also: - #304 - #330
Create a command to automatically import/unimport symbols.