#1855·onefetch

C++ Modules doesn't count as a part of C++ source code

Author: SpidX9226Created Sep 5, 2026Updated Sep 7, 2026
Labelsenhancementgood first issue

Duplicates

  • I have searched the existing issues

Current behavior

Tokei already supports C++ modules, but onefetch does not display them as part of the C++ source code.

Expected behavior

Onefetch should include C++ Modules in C++ statistic.

Steps to reproduce

  1. Create any .ixx/.cppm/.cxxm/.c++m/.ccm file
  2. Done

Additional context/Screenshots

As we can see here: Image

Possible Solution

No response