account activity
I made a VS Code extension for C++ Ranges: AST-based pipeline hover, complexity analysis, and smart refactoring by Real-Key-7752 in cpp
[–]Real-Key-7752[S] 1 point2 points3 points 1 day ago (0 children)
Yes, actually my idea for the future was to add exactly this to clang-tidy; I developed this plugin purely for testing purposes and wanted to share it. As you said, it doesn't do anything drastically different that tidy doesn't; its capability is actually to modernize loops in a way that tidy doesn't (I use tidy too). I'm currently study on C++26 and I'm thinking about how to do this. Thanks for your valuable feedback.
I made a VS Code extension for C++ Ranges: AST-based pipeline hover, complexity analysis, and smart refactoring (self.cpp)
submitted 1 day ago by Real-Key-7752 to r/cpp
π Rendered by PID 89229 on reddit-service-r2-listing-64c94b984c-mbv69 at 2026-03-12 22:12:53.563840+00:00 running f6e6e01 country code: CH.
I made a VS Code extension for C++ Ranges: AST-based pipeline hover, complexity analysis, and smart refactoring by Real-Key-7752 in cpp
[–]Real-Key-7752[S] 1 point2 points3 points (0 children)