ReSharper C++(英語版)
C++開発向けVisual Studio拡張機能
JetBrains 社の製品
2007 年より日本国内にてComponentSourceで販売中。
価格:¥ 52,910 (税込)〜 バージョン: 2026.1.1 新機能 更新日: Apr 27, 2026
Released: Dec 8, 2021
Updated Dec 8, 2021
contains function, you can now easily check whether an element exists in an associative container. A new inspection suggests replacing instances of find or count with the new contains member function.std::erase or std::erase_if.make_shared_for_overwrite or make_unique_for_overwrite.Ctrl+Alt+Insert). After you choose an Unreal Engine template from the list and give your new class a name, ReSharper C++ will generate the header and source files with the template code in the proper folders depending on whether the folder is private or public.for loops that can be written in a more concise way as while loops. The accompanying quick-fix lets you quickly rewrite them.std::hash or std::formatter are often wrapped in a standalone namespace. To make your code more readable, ReSharper C++ now suggests using a qualified class name instead.throw keyword.static_assert expression evaluate to, or to check out the value of a sizeofalignof operator.Alt+Enter menu or the Ctrl+/ shortcut), you can now generate a stub for a new documentation comment by typing /// before a function or another entity you want to document.goto statement to the corresponding label.[[nodiscard]] attribute, which indicates that the function caller should use the function’s return value.