Hello, I'm looking for someone who understands som...
# announcements
a
Hello, I'm looking for someone who understands some of the inner workings of the Kotlin compiler and is willing to contribute (possibly for a while if you want) to a project I'm working on. I'm looking to make a Kotlin module for Atom-IDE and I would want to have things like code completion, refactoring, error checking, reference lookup, and documentation. If anyone is willing to help, please contact me at avovk@substanceproejct.net or start a thread on this message. Thanks!
k
What will you bring to the project?
a
I've made integrations for gradle and I will make the actual communications with Atom. I just need help pulling data out of the compiler. @karelpeeters
p
@avovk I’d consider using the language server protocol (https://langserver.org)
a
@pniederw I will be. Atom IDE requires it. I'm having trouble understanding the Kotlin compiler itself.