Hacker News new | ask | show | jobs
by 5e92cb50239222b 1730 days ago
IDEA is 56% Java and 15% Kotlin.

https://github.com/JetBrains/intellij-community

1 comments

Rider, their closed-source .NET IDE, is supposedly written in Kotlin though (except for the parts that are written in C#):

https://blog.jetbrains.com/dotnet/2016/01/13/project-rider-a...

Rider is pretty much IDEA customized for dotnet. Code analyzer/autocompletion backend is written in C# running on top of .NET (5 IIRC). I am not affiliated with JetBrains in any way and have no visibility into its internals, but am pretty sure that Rider and IDEA share most of the code (which is obvious to anyone who has spent significant amounts of time in both IDEs).