Hacker News new | ask | show | jobs
by kaba0 1666 days ago
Perhaps also intellij with the language specific plugins? Separately, all these languages work fine. What’s the build tool?
1 comments

Msbuild haha. I use it to build the C++ and C# parts, and to trigger npm build on the typescript part. For C#, I'm perfectly happy with it, however for C++ I'm looking for something cross-platform. CMake maybe? Is there something better?