C++20 Modules are now supported In CLion!

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cppwinrt

    C++/WinRT

    Yeah, I closed it because it didn't seem to be taken into consideration, as later proven by https://github.com/microsoft/cppwinrt/issues/1123

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • STL

    MSVC's implementation of the C++ Standard Library.

    MSVC does ICE left and right, because modules are an entirely new way of storing and loading C++, and this involves handling thousands of corner cases because C++ is complicated. MSVC is also getting better as people use modules and report bugs for the compiler team to fix. As I often mention, see microsoft/STL#1694 for the laundry list of bugs that we've encountered in the STL, and how many have been fixed in each release (the "Fixed, Workaround Removed" section). This isn't even a complete list of all compiler improvements (many bugs have been reported by other users and then fixed).

  • clangd

    clangd language server

    clangd: https://github.com/clangd/clangd/issues/1293

  • ccls

    C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting

    ccls: https://github.com/MaskRay/ccls/issues/798

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C++ vim auto complete with support for non-self-contained files

    2 projects | /r/vim | 17 Sep 2021
  • The reign of Vim is over

    2 projects | /r/ProgrammerHumor | 26 Jul 2021
  • Configure clangd in eglot to not add headers?

    1 project | /r/emacs | 9 Dec 2023
  • A little help for a C++ newbie

    1 project | /r/cpp_questions | 4 Oct 2023
  • #include Cleanup Available in Visual Studio 2022 17.7 Preview 3

    1 project | /r/cpp | 13 Jul 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?