Hacker News new | ask | show | jobs
by acuozzo 589 days ago
My current codebase is a liberal mixture of C, C++, Java, and mksh. The whole project uses CMake and GNU Autotools and ndk-build and whatever the heck calling mma with AOSP does.

There's no way to unify it given how many different moving parts are involved. Trying to fit this all within an IDE would be a project of its own...

1 comments

A similar mix took me under 20 minutes to get a C++ + Rust + C# + TypeScript codebase working between VS proper and VS Code. In fact, I don't remember doing anything at all to get it working except installing damn node for TS and choosing CMake configuration in a dropdown.