...this may be interesting for future IDE integrations: the next cmake version comes with a 'server mode', you basically start cmake with a special command line arg, and from then on, cmake listens on stdin for commands, and returns JSON formatted responses on stdout.
https://cmake.org/cmake/help/v3.7/manual/cmake-server.7.html On one hand, this will integrate cmake projects better with Visual Studio: https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/ But I think it can also be used to add IDE-like features for cmake-driven projects (so... also emscripten projects), to lighter weight environment like Atom Editor, Visual Studio Code, vim, etc... This might be a better solution then creating specialized solutions like the current Visual Studio plugin. Cheers :) -Floh. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
