accessor_declaration_braces | Braces Layout - Accessor declaration (C#) |
accessor_owner_body | Code Body - Properties, indexers and events (C#) |
accessor_owner_declaration_braces | Braces Layout - Property declaration (C#) |
add_imports_to_deepest_scope | Reference Qualification - Add 'using' directive to deepest scope (C#) |
align_first_arg_by_paren | Align Multiline Constructs - First call arguments by '(', available for: C#, C++ |
align_linq_query | Align Multiline Constructs - LINQ query (C#) |
align_multiline_argument | Align Multiline Constructs - Call arguments, available for: C#, C++, VB.NET |
align_multiline_array_and_object_initializer | Align Multiline Constructs - Array, object and collection initializer (C#) |
align_multiline_array_initializer | Align Multiline Constructs - Array initializer (VB.NET) |
align_multiline_binary_expressions_chain | Align Multiline Constructs - Chained binary expressions, available for: C#, C++ |
align_multiline_calls_chain | Align Multiline Constructs - Chained method calls, available for: C#, C++ |
align_multiline_ctor_init | Align Multiline Construct - Member initializers in member initializer lists (C++) |
align_multiline_expression | Align Multiline Constructs - Other expressions, available for: C#, VB.NET |
align_multiline_extends_list | Align Multiline Constructs - List of base classes and interfaces, available for: C#, C++ |
align_multiline_for_stmt | Align Multiline Constructs - "for" statement header (C#) |
align_multiline_implements_list | Align Multiline Constructs - Implements/handles list (VB.NET) |
align_multiline_parameter | Align Multiline Constructs - Method parameters, available for: C#, C++, JavaScript, VB.NET |
align_multiline_type_argument | Align Multiline Construct - Template arguments (C++) |
align_multiline_type_parameter | Align Multiline Construct - Template parameters in template declaration (C++) |
align_multiple_declaration | Align Multiline Constructs - Multiple declarations, available for: C#, C++, JavaScript, VB.NET |
align_multline_type_parameter_constrains | Align Multiline Constructs - Type parameter constraints (C#) |
align_multline_type_parameter_list | Align Multiline Constructs - Type parameters list (C#) |
align_ternary | Align Multiline Construct - ?: operator, available for: C++, JavaScript |
align_tuple_components | Align Multiline Constructs - Tuple components (C#) |
align_union_type_usage | Align Multiline Constructs - Union type usage (TypeScript) |
alignment_tab_fill_style | Align Multiline Constructs - How to align when tabs are used for indents, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC |
allow_alias | Reference Qualification - Use using alias directive to resolve conflicts (C#) |
allow_comment_after_lbrace | Braces Layout - Allow comment after '{' (C#) |
anonymous_method_declaration_braces | Braces Layout - Lambda and delegate (anonymous method declaration), available for: C#, C++ |
arguments_anonymous_function | Arguments - Anonymous methods (delegates and lambdas) (C#) |
arguments_literal | Arguments - Literal values (C#) |
arguments_named | Arguments - Named expressions (variables, properties, methods, etc.) (C#) |
arguments_other | Arguments - Other (C#) |
arguments_string_literal | Arguments - String literal values (C#) |
attribute_indent | Inside of Tag Header - Attributes indenting, available for: HTML, XML, XMLDOC |
attribute_style | Inside of Tag Header - Attributes format, available for: HTML, XML, XMLDOC |
blank_line_after_pi | Processing Instructions - Blank line after processing instructions, available for: HTML, XML, XMLDOC |
blank_lines_after_block_statements | Blank Lines in Code - After statements with child blocks (C#) |
blank_lines_after_control_transfer_statements | Blank Lines in Code - After statements with control transfer (C#) |
blank_lines_after_imports | Blank Lines - After imports section (VB.NET) |
blank_lines_after_multiline_statements | Blank Lines in Code - After multiline statements (C#) |
blank_lines_after_options | Blank Lines - After file options section (VB.NET) |
blank_lines_after_start_comment | Blank Lines in Declarations - After file header comment (C#) |
blank_lines_after_using_list | Blank Lines in Declarations - After "using" list (C#) |
blank_lines_around_auto_property | Blank Lines in Declarations - Around auto/abstract property/event (C#) |
blank_lines_around_class_definition | Blank Lines - Around class/struct/enum definition (C++) |
blank_lines_around_field | Blank Lines in Declarations - Around field, available for: C#, VB.NET |
blank_lines_around_function_declaration | Blank Lines - Around function declarations (C++) |
blank_lines_around_function_definition | Blank Lines - Around function definitions (C++) |
blank_lines_around_global_attribute | Blank Lines - After global attribute (VB.NET) |
blank_lines_around_invocable | Blank Lines in Declarations - Around method, available for: C#, VB.NET |
blank_lines_around_local_method | Blank Lines in Code - Around local function (C#) |
blank_lines_around_namespace | Blank Lines in Declarations - Around namespace, available for: C#, C++, VB.NET |
blank_lines_around_other_declaration | Blank Lines - Around other definitions and declarations (C++) |
blank_lines_around_property | Blank Lines in Declarations - Around property/event (C#) |
blank_lines_around_razor_functions | Blank lines around Razor @functions block (Razor CSharp) |
blank_lines_around_razor_helpers | Blank lines around Razor helpers (Razor CSharp) |
blank_lines_around_razor_sections | Blank lines around Razor sections (Razor CSharp) |
blank_lines_around_region | General - Around region, available for: C#, VB.NET |
blank_lines_around_single_line_auto_property | Blank Lines in Declarations - Around single line auto/abstract property/event (C#) |
blank_lines_around_single_line_field | Blank Lines in Declarations - Around single line field, available for: C#, VB.NET |
blank_lines_around_single_line_function_definition | Blank Lines - Around single line function definitions (C++) |
blank_lines_around_single_line_invocable | Blank Lines in Declarations - Around single line method, available for: C#, VB.NET |
blank_lines_around_single_line_local_method | Blank Lines in Code - Around single line local function (C#) |
blank_lines_around_single_line_property | Blank Lines in Declarations - Around single line property/event (C#) |
blank_lines_around_type | Blank Lines in Declarations - Around type, available for: C#, VB.NET |
blank_lines_before_block_statements | Blank Lines in Code - Before statements with child blocks (C#) |
blank_lines_before_control_transfer_statements | Blank Lines in Code - Before statements with control transfer (C#) |
blank_lines_before_multiline_statements | Blank Lines in Code - Before multiline statements (C#) |
blank_lines_before_single_line_comment | General - Before single-line comment (C#) |
blank_lines_between_using_groups | Blank Lines in Declarations - Between different "using" groups (C#) |
blank_lines_inside_namespace | Blank Lines in Declarations - Inside namespace (C#) |
blank_lines_inside_region | General - Inside region, available for: C#, VB.NET |
blank_lines_inside_type | Blank Lines in Declarations - Inside type (C#) |
brace_style | Braces layout style (generalized) |
braces_for_dowhile | Braces - In "do-while" statement (C#) |
braces_for_fixed | Braces - In "fixed" statement (C#) |
braces_for_for | Braces - In "for" statement (C#) |
braces_for_foreach | Braces - In "foreach" statement (C#) |
braces_for_ifelse | Braces - In "if" statement (C#) |
braces_for_lock | Braces - In "lock" statement (C#) |
braces_for_using | Braces - In "using" statement (C#) |
braces_for_while | Braces - In "while" statement (C#) |
braces_redundant | Braces - Remove redundant (C#) |
break_template_declaration | Place on New Line - Break line after the template<...> of a template declaration (C++) |
builtin_type_reference_for_member_access_style | Built-in Types - In member access expressions, prefer (C#) |
builtin_type_reference_style | Built-in Types - In locals, members and parameters, prefer (C#) |
can_use_global_alias | Reference Qualification - Allow 'global::' prefix use (C#) |
case_block_braces | Braces Layout - Block under "case" label, available for: C#, C++ |
constructor_or_destructor_body | Code Body - Constructors and destructors (C#) |
continuous_indent_multiplier | General - Continuous line indent multiplier (C#) |
continuous_line_indent | Indentation - Continuous line indent (C++) |
control_statements_braces | Braces Layout - Control statements (JavaScript) |
cpp_align_first_arg_by_paren | Align Multiline Construct - First call argument by '(' (C++) |
cpp_align_multiline_argument | Align Multiline Construct - Call arguments (C++) |
cpp_align_multiline_binary_expressions_chain | Align Multiline Construct - Chained binary expressions (C++) |
cpp_align_multiline_calls_chain | Align Multiline Construct - Chained method calls (C++) |
cpp_align_multiline_ctor_init | Align Multiline Construct - Member initializers in member initializer lists (C++) |
cpp_align_multiline_extends_list | Align Multiline Construct - Base classes in class base clause (C++) |
cpp_align_multiline_parameter | Align Multiline Construct - Function parameters (C++) |
cpp_align_multiline_type_argument | Align Multiline Construct - Template arguments (C++) |
cpp_align_multiline_type_parameter | Align Multiline Construct - Template parameters in template declaration (C++) |
cpp_align_multiple_declaration | Align Multiline Construct - Declarators in declaration (C++) |
cpp_align_ternary | Align Multiline Construct - ?: operator (C++) |
cpp_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (C++) |
cpp_anonymous_method_declaration_braces | Braces Layout - Anonymous method declaration (C++) |
cpp_blank_lines_around_class_definition | Blank Lines - Around class/struct/enum definition (C++) |
cpp_blank_lines_around_function_declaration | Blank Lines - Around function declarations (C++) |
cpp_blank_lines_around_function_definition | Blank Lines - Around function definitions (C++) |
cpp_blank_lines_around_namespace | Blank Lines - Around namespaces (C++) |
cpp_blank_lines_around_other_declaration | Blank Lines - Around other definitions and declarations (C++) |
cpp_blank_lines_around_single_line_function_definition | Blank Lines - Around single line function definitions (C++) |
cpp_brace_style | Braces layout style (generalized) |
cpp_break_template_declaration | Place on New Line - Break line after the template<...> of a template declaration (C++) |
cpp_case_block_braces | Braces Layout - Block under "case" label (C++) |
cpp_continuous_line_indent | Indentation - Continuous line indent (C++) |
cpp_disable_space_changes_before_trailing_comment | Other - Preserve spaces before end of line comment (C++) |
cpp_empty_block_style | Braces Layout - Empty braces formatting (C++) |
cpp_expression_braces | Braces Layout - Other braces (C++) |
cpp_function_declaration_return_type_style | Place on New Line - Break line after member function declaration return type (C++) |
cpp_function_definition_return_type_style | Place on New Line - Break line after member function definition return type (C++) |
cpp_indent_access_specifiers_from_class | Indentation - Indent access specifier from class (C++) |
cpp_indent_invocation_pars | Indentation - Indent method calls' parentheses (C++) |
cpp_indent_method_decl_pars | Indentation - Indent function declarations' parentheses (C++) |
cpp_indent_preprocessor_directives | Indentation - Preprocessor directives indenting (C++) |
cpp_indent_size | Tabs and Indents - Indent size (C++) |
cpp_indent_statement_pars | Indentation - Indent statement (if, while, for, etc) parentheses (C++) |
cpp_indent_style | Tabs and Indents - Indent style (C++) |
cpp_indent_switch_labels | Indentation - Indent "case" from "switch" (C++) |
cpp_indent_type_constraints | Indentation - Indent C++/CLI generic constraints (C++) |
cpp_indent_wrapped_function_names | Indentation - Indent if a function definition or declaration is wrapped after the type (C++) |
cpp_int_align_comments | Align Similar Code In Columns - End comments (C++) |
cpp_int_align_declaration_names | Align Similar Code In Columns - Declaration names (C++) |
cpp_int_align_eq | Align Similar Code In Columns - Assignments (C++) |
cpp_invocable_declaration_braces | Braces Layout - Function declaration (C++) |
cpp_keep_blank_lines_in_code | Preserve Existing Formatting - Keep max blank lines in code (C++) |
cpp_keep_blank_lines_in_declarations | Preserve Existing Formatting - Keep max blank lines in declarations (C++) |
cpp_keep_user_linebreaks | Line Wrapping - Keep existing line breaks (C++) |
cpp_line_break_after_comma_in_member_initializer_lists | Place on New Line - Line break after comma in member initializer lists (C++) |
cpp_line_break_before_comma_in_member_initializer_lists | Place on New Line - Line break before comma in member initializer lists (C++) |
cpp_linkage_specification_braces | Braces Layout - Linkage specifications (C++) |
cpp_linkage_specification_indentation | Indentation - Indent linkage specification block members (C++) |
cpp_max_line_length | Line Wrapping - Hard wrap at (C++) |
cpp_member_initializer_list_style | Place on New Line - Break line before member initializer list (C++) |
cpp_namespace_declaration_braces | Braces Layout - Namespace declaration (C++) |
cpp_namespace_indentation | Indentation - Indent namespace members (C++) |
cpp_new_line_before_catch | Place on New Line - Place "catch" on new line after compound statement (C++) |
cpp_new_line_before_else | Place on New Line - Place "else" on new line after compound statement (C++) |
cpp_new_line_before_while | Place on New Line - Place "while" on new line after compound statement (C++) |
cpp_other_braces | Braces Layout - Other statements and blocks (C++) |
cpp_outdent_commas | Align Multiline Construct - Outdent commas (C++) |
cpp_outdent_dots | Align Multiline Construct - Outdent "." and "->" in chained method calls (C++) |
cpp_place_namespace_definitions_on_same_line | Braces Layout - Place namespace definitions on the same line (C++) |
cpp_place_type_constraints_on_same_line | Place on New Line - Allow C++/CLI generic constraints on same line (C++) |
cpp_simple_block_style | Braces Layout - Keep simple compound statements in one line (C++) |
cpp_simple_case_statement_style | Place on New Line - Break line in simple "case" statement (C++) |
cpp_simple_embedded_statement_style | Place on New Line - Break line in single embedded statement (C++) |
cpp_space_after_cast | In Expressions - After parentheses in cast expressions (C++) |
cpp_space_after_colon_in_case | In Control Statements - After colon in switch case or label statement (C++) |
cpp_space_after_colon_in_inheritance_clause | In Declarations - After base types list colon (C++) |
cpp_space_after_comma | Space after comma (generalized) |
cpp_space_after_comma_in_base_clause | In Declarations - After comma in base clause (C++) |
cpp_space_after_comma_in_declaration | In Declarations - After comma in declaration of multiple variables (C++) |
cpp_space_after_comma_in_enum | In Declarations - After comma in enum (C++) |
cpp_space_after_comma_in_initializer_braces | In Expressions - After comma in uniform initialization braces (C++) |
cpp_space_after_comma_in_method | In Declarations - After comma in function parameters (C++) |
cpp_space_after_comma_in_method_call | In Expressions - After comma in function call and initialization (C++) |
cpp_space_after_comma_in_template_args | In Declarations - After comma in template arguments (C++) |
cpp_space_after_comma_in_template_params | In Declarations - After comma in template parameters (C++) |
cpp_space_after_for_colon | In Control Statements - After ':' in range-based for loop (C++) |
cpp_space_after_keywords_in_control_flow_statements | In Control Statements - Before parentheses (C++) |
cpp_space_after_ptr_in_data_member | In Declarations - After ptr/ref in declaration of variable (C++) |
cpp_space_after_ptr_in_data_members | In Declarations - After ptr/ref in declaration of multiple variables (C++) |
cpp_space_after_ptr_in_method | In Declarations - After ptr/ref in return type of function (C++) |
cpp_space_after_semicolon_in_for_statement | In Control Statements - After semicolon in for statement (C++) |
cpp_space_after_ternary_colon | In Expressions - In ternary operator '? :' after ':' (C++) |
cpp_space_after_ternary_quest | In Expressions - In ternary operator '? :' after '?' (C++) |
cpp_space_after_type_parameter_constraint_colon | In Declarations - After C++/CLI generic constraint colon (C++) |
cpp_space_around_alias_eq | In Declarations - Around '=' in alias declaration and namespace alias (C++) |
cpp_space_around_assignment_operator | In Expressions - Around assignment operator (C++) |
cpp_space_around_binary_operator | In Expressions - Around binary operator (C++) |
cpp_space_around_deref_in_trailing_return_type | In Declarations - Around '->' in trailing return types (C++) |
cpp_space_around_dot | In Expressions - Around dot, '->', '.*' and '->.' (C++) |
cpp_space_around_member_access_operator | In Expressions - Around dot, '->', '.*' and '->.' (C++) |
cpp_space_before_colon_in_case | In Control Statements - Before colon in switch case or label statement (C++) |
cpp_space_before_colon_in_inheritance_clause | In Declarations - Before base types list colon (C++) |
cpp_space_before_comma | Space before comma (generalized) |
cpp_space_before_comma_in_base_clause | In Declarations - Before comma in base clause (C++) |
cpp_space_before_comma_in_declaration | In Declarations - Before comma in declaration of multiple variables (C++) |
cpp_space_before_comma_in_enum | In Declarations - Before comma in enum (C++) |
cpp_space_before_comma_in_initializer_braces | In Expressions - Before comma in uniform initialization braces (C++) |
cpp_space_before_comma_in_method | In Declarations - Before comma in function parameters (C++) |
cpp_space_before_comma_in_method_call | In Expressions - Before comma in function call and initialization (C++) |
cpp_space_before_comma_in_template_args | In Declarations - Before comma in template arguments (C++) |
cpp_space_before_comma_in_template_params | In Declarations - Before comma in template parameters (C++) |
cpp_space_before_empty_method_call_parentheses | In Expressions - Before empty parentheses in function call and initialization (C++) |
cpp_space_before_for_colon | In Control Statements - Before ':' in range-based for loop (C++) |
cpp_space_before_initializer_braces | In Expressions - Before uniform initialization braces (C++) |
cpp_space_before_method_call_parentheses | In Expressions - Before parentheses in function call and initialization (C++) |
cpp_space_before_open_square_brackets | In Expressions - Before array subscript brackets (C++) |
cpp_space_before_ptr_in_data_member | In Declarations - Before ptr/ref in declaration of variable (C++) |
cpp_space_before_ptr_in_data_members | In Declarations - Before ptr/ref in declaration of multiple variables (C++) |
cpp_space_before_ptr_in_method | In Declarations - Before ptr/ref in return type of function (C++) |
cpp_space_before_semicolon_in_for_statement | In Control Statements - Before semicolon in for statement (C++) |
cpp_space_before_template_args | In Declarations - Before angle brackets in template arguments (C++) |
cpp_space_before_template_params | In Declarations - Before angle brackets in template parameters (C++) |
cpp_space_before_ternary_colon | In Expressions - In ternary operator '? :' before ':' (C++) |
cpp_space_before_ternary_quest | In Expressions - In ternary operator '? :' before '?' (C++) |
cpp_space_before_trailing_comment | Other - Before end of line comment (C++) |
cpp_space_before_type_parameter_constraint_colon | In Declarations - Before C++/CLI generic constraint colon (C++) |
cpp_space_between_closing_angle_brackets_in_template_args | In Declarations - Between closing angle brackets in template arguments (C++) |
cpp_space_between_method_call_empty_parameter_list_parentheses | In Expressions - Within empty parentheses in function call and initialization (C++) |
cpp_space_between_method_call_name_and_opening_parenthesis | Space before method call parenthesis (generalized) |
cpp_space_between_method_call_parameter_list_parentheses | In Expressions - Within parentheses in function call and initialization (C++) |
cpp_space_between_method_declaration_empty_parameter_list_parentheses | In Declarations - Within empty parentheses in function parameters (C++) |
cpp_space_between_method_declaration_name_and_open_parenthesis | In Declarations - Before parentheses in function parameters (C++) |
cpp_space_between_method_declaration_parameter_list_parentheses | In Declarations - Within parentheses in function parameters (C++) |
cpp_space_between_parentheses_of_control_flow_statements | In Control Statements - Within parentheses (C++) |
cpp_space_between_square_brackets | In Expressions - Within array subscript brackets (C++) |
cpp_space_between_typecast_parentheses | In Expressions - Within parentheses in cast expressions (C++) |
cpp_space_within_array_access_brackets | In Expressions - Within array subscript brackets (C++) |
cpp_space_within_empty_initializer_braces | In Expressions - Within empty uniform initialization braces (C++) |
cpp_space_within_empty_template_params | In Declarations - Within empty angle brackets in template parameters (C++) |
cpp_space_within_initializer_braces | In Expressions - Within uniform initialization braces (C++) |
cpp_space_within_parentheses | In Expressions - Within parentheses (C++) |
cpp_space_within_template_args | In Declarations - Within angle brackets in template arguments (C++) |
cpp_space_within_template_params | In Declarations - Within angle brackets in template parameters (C++) |
cpp_tab_width | Tabs and Indents - Tab width (C++) |
cpp_toplevel_function_declaration_return_type_style | Place on New Line - Break line after top-level function declaration return type (C++) |
cpp_toplevel_function_definition_return_type_style | Place on New Line - Break line after top-level function definition return type (C++) |
cpp_type_declaration_braces | Braces Layout - Type declaration (C++) |
cpp_wrap_after_declaration_lpar | Line Wrapping - Prefer wrap after "(" in declaration (C++) |
cpp_wrap_after_invocation_lpar | Line Wrapping - Prefer wrap after "(" in invocation (C++) |
cpp_wrap_arguments_style | Line Wrapping - Wrap invocation arguments (C++) |
cpp_wrap_base_clause_style | Line Wrapping - Wrap base classes list (C++) |
cpp_wrap_before_colon | Line Wrapping - Prefer wrap before ":" (C++) |
cpp_wrap_before_comma | Line Wrapping - Prefer wrap before "," (C++) |
cpp_wrap_before_declaration_lpar | Line Wrapping - Prefer wrap before "(" in declaration (C++) |
cpp_wrap_before_first_type_parameter_constraint | Line Wrapping - Prefer wrap before first C++/CLI generic constraint (C++) |
cpp_wrap_before_invocation_lpar | Line Wrapping - Prefer wrap before "(" in invocation (C++) |
cpp_wrap_before_ternary_opsigns | Line Wrapping - Prefer wrap before "?" and ":" in ternary expressions (C++) |
cpp_wrap_braced_init_list_style | Line Wrapping - Wrap braced initializer list (C++) |
cpp_wrap_ctor_initializer_style | Line Wrapping - Wrap constructor initializer (C++) |
cpp_wrap_enumeration_style | Line Wrapping - Wrap enum definition (C++) |
cpp_wrap_multiple_type_parameter_constraints_style | Line Wrapping - Wrap multiple C++/CLI generic constraints (C++) |
cpp_wrap_parameters_style | Line Wrapping - Wrap formal parameters (C++) |
cpp_wrap_ternary_expr_style | Line Wrapping - Wrap ternary expression (C++) |
csharp_accessor_declaration_braces | Braces Layout - Accessor declaration (C#) |
csharp_accessor_owner_body | Code Body - Properties, indexers and events (C#) |
csharp_accessor_owner_declaration_braces | Braces Layout - Property declaration (C#) |
csharp_add_imports_to_deepest_scope | Reference Qualification - Add 'using' directive to deepest scope (C#) |
csharp_align_first_arg_by_paren | Align Multiline Constructs - First call arguments by '(' (C#) |
csharp_align_linq_query | Align Multiline Constructs - LINQ query (C#) |
csharp_align_multiline_argument | Align Multiline Constructs - Call arguments (C#) |
csharp_align_multiline_array_and_object_initializer | Align Multiline Constructs - Array, object and collection initializer (C#) |
csharp_align_multiline_binary_expressions_chain | Align Multiline Constructs - Chained binary expressions (C#) |
csharp_align_multiline_calls_chain | Align Multiline Constructs - Chained method calls (C#) |
csharp_align_multiline_expression | Align Multiline Constructs - Other expressions (C#) |
csharp_align_multiline_extends_list | Align Multiline Constructs - List of base classes and interfaces (C#) |
csharp_align_multiline_for_stmt | Align Multiline Constructs - "for" statement header (C#) |
csharp_align_multiline_parameter | Align Multiline Constructs - Method parameters (C#) |
csharp_align_multiple_declaration | Align Multiline Constructs - Multiple declarations (C#) |
csharp_align_multline_type_parameter_constrains | Align Multiline Constructs - Type parameter constraints (C#) |
csharp_align_multline_type_parameter_list | Align Multiline Constructs - Type parameters list (C#) |
csharp_align_tuple_components | Align Multiline Constructs - Tuple components (C#) |
csharp_alignment_tab_fill_style | Align Multiline Constructs - How to align when tabs are used for indents (C#) |
csharp_allow_alias | Reference Qualification - Use using alias directive to resolve conflicts (C#) |
csharp_allow_comment_after_lbrace | Braces Layout - Allow comment after '{' (C#) |
csharp_anonymous_method_declaration_braces | Braces Layout - Lambda and delegate (anonymous method declaration) (C#) |
csharp_arguments_anonymous_function | Arguments - Anonymous methods (delegates and lambdas) (C#) |
csharp_arguments_literal | Arguments - Literal values (C#) |
csharp_arguments_named | Arguments - Named expressions (variables, properties, methods, etc.) (C#) |
csharp_arguments_other | Arguments - Other (C#) |
csharp_arguments_string_literal | Arguments - String literal values (C#) |
csharp_blank_lines_after_block_statements | Blank Lines in Code - After statements with child blocks (C#) |
csharp_blank_lines_after_control_transfer_statements | Blank Lines in Code - After statements with control transfer (C#) |
csharp_blank_lines_after_multiline_statements | Blank Lines in Code - After multiline statements (C#) |
csharp_blank_lines_after_start_comment | Blank Lines in Declarations - After file header comment (C#) |
csharp_blank_lines_after_using_list | Blank Lines in Declarations - After "using" list (C#) |
csharp_blank_lines_around_auto_property | Blank Lines in Declarations - Around auto/abstract property/event (C#) |
csharp_blank_lines_around_field | Blank Lines in Declarations - Around field (C#) |
csharp_blank_lines_around_invocable | Blank Lines in Declarations - Around method (C#) |
csharp_blank_lines_around_local_method | Blank Lines in Code - Around local function (C#) |
csharp_blank_lines_around_namespace | Blank Lines in Declarations - Around namespace (C#) |
csharp_blank_lines_around_property | Blank Lines in Declarations - Around property/event (C#) |
csharp_blank_lines_around_region | General - Around region (C#) |
csharp_blank_lines_around_single_line_auto_property | Blank Lines in Declarations - Around single line auto/abstract property/event (C#) |
csharp_blank_lines_around_single_line_field | Blank Lines in Declarations - Around single line field (C#) |
csharp_blank_lines_around_single_line_invocable | Blank Lines in Declarations - Around single line method (C#) |
csharp_blank_lines_around_single_line_local_method | Blank Lines in Code - Around single line local function (C#) |
csharp_blank_lines_around_single_line_property | Blank Lines in Declarations - Around single line property/event (C#) |
csharp_blank_lines_around_type | Blank Lines in Declarations - Around type (C#) |
csharp_blank_lines_before_block_statements | Blank Lines in Code - Before statements with child blocks (C#) |
csharp_blank_lines_before_control_transfer_statements | Blank Lines in Code - Before statements with control transfer (C#) |
csharp_blank_lines_before_multiline_statements | Blank Lines in Code - Before multiline statements (C#) |
csharp_blank_lines_before_single_line_comment | General - Before single-line comment (C#) |
csharp_blank_lines_between_using_groups | Blank Lines in Declarations - Between different "using" groups (C#) |
csharp_blank_lines_inside_namespace | Blank Lines in Declarations - Inside namespace (C#) |
csharp_blank_lines_inside_region | General - Inside region (C#) |
csharp_blank_lines_inside_type | Blank Lines in Declarations - Inside type (C#) |
csharp_brace_style | Braces layout style (generalized) |
csharp_braces_for_dowhile | Braces - In "do-while" statement (C#) |
csharp_braces_for_fixed | Braces - In "fixed" statement (C#) |
csharp_braces_for_for | Braces - In "for" statement (C#) |
csharp_braces_for_foreach | Braces - In "foreach" statement (C#) |
csharp_braces_for_ifelse | Braces - In "if" statement (C#) |
csharp_braces_for_lock | Braces - In "lock" statement (C#) |
csharp_braces_for_using | Braces - In "using" statement (C#) |
csharp_braces_for_while | Braces - In "while" statement (C#) |
csharp_braces_redundant | Braces - Remove redundant (C#) |
csharp_builtin_type_reference_for_member_access_style | Built-in Types - In member access expressions, prefer (C#) |
csharp_builtin_type_reference_style | Built-in Types - In locals, members and parameters, prefer (C#) |
csharp_can_use_global_alias | Reference Qualification - Allow 'global::' prefix use (C#) |
csharp_case_block_braces | Braces Layout - Block under "case" label (C#) |
csharp_constructor_or_destructor_body | Code Body - Constructors and destructors (C#) |
csharp_continuous_indent_multiplier | General - Continuous line indent multiplier (C#) |
csharp_default_internal_modifier | Modifiers - Prefer explicit/implicit internal modifier for types (C#) |
csharp_default_private_modifier | Modifiers - Prefer explicit/implicit private modifier for type members (C#) |
csharp_empty_block_style | Braces Layout - Empty braces formatting (C#) |
csharp_extra_spaces | Preserve Existing Formatting - Extra spaces inside (C#) |
csharp_for_built_in_types | 'var' Usage in Declarations - For built-in types (C#) |
csharp_for_other_types | 'var' Usage in Declarations - Elsewhere (C#) |
csharp_for_simple_types | 'var' Usage in Declarations - For simple types (C#) |
csharp_force_attribute_style | Attributes - Join or separate attributes in section (C#) |
csharp_force_chop_compound_do_expression | Arrangement of Binary Expressions - Force chop compound condition in "do" statement (C#) |
csharp_force_chop_compound_if_expression | Arrangement of Binary Expressions - Force chop compound condition in "if" statement (C#) |
csharp_force_chop_compound_while_expression | Arrangement of Binary Expressions - Force chop compound condition in "while" statement (C#) |
csharp_indent_anonymous_method_block | Align Multiline Constructs - Anonymous method body (C#) |
csharp_indent_inside_namespace | Braces Layout - Indent inside namespace declaration (C#) |
csharp_indent_invocation_pars | Parenthesis - Indent method calls' parenthesis (C#) |
csharp_indent_method_decl_pars | Parenthesis - Indent method declarations' parenthesis (C#) |
csharp_indent_nested_fixed_stmt | Nested Statements - Indent nested "fixed" statements (C#) |
csharp_indent_nested_for_stmt | Nested Statements - Indent nested "for" statements (C#) |
csharp_indent_nested_foreach_stmt | Nested Statements - Indent nested "foreach" statements (C#) |
csharp_indent_nested_lock_stmt | Nested Statements - Indent nested "lock" statements (C#) |
csharp_indent_nested_usings_stmt | Nested Statements - Indent nested "using" statements (C#) |
csharp_indent_nested_while_stmt | Nested Statements - Indent nested "while" statements (C#) |
csharp_indent_pars | Parenthesis - Indent other parenthesis and brackets (C#) |
csharp_indent_preprocessor_if | Preprocessor Directives - Indent #if, #else, #elif, #endif (C#) |
csharp_indent_preprocessor_other | Preprocessor Directives - Indent other preprocessor directives (C#) |
csharp_indent_preprocessor_region | Preprocessor Directives - Indent #region, #endregion (C#) |
csharp_indent_size | General - Indent size (C#) |
csharp_indent_statement_pars | Parenthesis - Indent statement (if, while, for, etc) parenthesis (C#) |
csharp_indent_style | General - Indent style (C#) |
csharp_indent_switch_labels | Other Indents - Indent "case" from "switch" (C#) |
csharp_indent_type_constraints | Other Indents - Indent type constraints (C#) |
csharp_indent_typearg_angles | Parenthesis - Indent type argument's angles (C#) |
csharp_indent_typeparam_angles | Parenthesis - Indent type parameter's angles (C#) |
csharp_initializer_braces | Braces Layout - Array and object initializer (C#) |
csharp_insert_final_newline | General - Line feed at end of file (C#) |
csharp_instance_members_qualify_declared_in | Instance Members Qualification - Qualify members declared in (C#) |
csharp_instance_members_qualify_members | Instance Members Qualification - Use "this." qualifier for (C#) |
csharp_int_align | Align similar code in columns (generalized) |
csharp_int_align_assignments | Align Similar Code in Columns - Other assignments and initializers (C#) |
csharp_int_align_binary_expressions | Align Similar Code in Columns - Binary expressions (C#) |
csharp_int_align_comments | Align Similar Code in Columns - End comments (C#) |
csharp_int_align_fields | Align Similar Code in Columns - Fields and constants (C#) |
csharp_int_align_invocations | Align Similar Code in Columns - Invocations of the same method (C#) |
csharp_int_align_methods | Align Similar Code in Columns - Simple methods, operators, delegates (C#) |
csharp_int_align_nested_ternary | Align Similar Code in Columns - Nested ternary operators (C#) |
csharp_int_align_parameters | Align Similar Code in Columns - Multiline method signature (C#) |
csharp_int_align_properties | Align Similar Code in Columns - Properties and events (C#) |
csharp_int_align_switch_sections | Align Similar Code in Columns - Simple switch sections (C#) |
csharp_int_align_variables | Align Similar Code in Columns - Variables and local constants (C#) |
csharp_invocable_declaration_braces | Braces Layout - Method declaration (C#) |
csharp_keep_blank_lines_in_code | Blank Lines in Code - Keep max blank lines in code (C#) |
csharp_keep_blank_lines_in_declarations | Blank Lines in Declarations - Keep max blank lines in declarations (C#) |
csharp_keep_existing_arrangement | Keep existing code arrangements (single line/multi line) (generalized) |
csharp_keep_existing_attribute_arrangement | Arrangement of Attributes - Keep existing arrangement of attributes (C#) |
csharp_keep_existing_declaration_block_arrangement | Arrangement of Declaration Blocks - Keep existing arrangement of declaration blocks (C#) |
csharp_keep_existing_declaration_parens_arrangement | Arrangement of Method Signatures - Keep existing arrangement of parenthesis in declaration (C#) |
csharp_keep_existing_embedded_arrangement | Arrangement of Embedded Statements - Keep existing arrangement of embedded statements (C#) |
csharp_keep_existing_embedded_block_arrangement | Arrangement of Embedded Blocks - Keep existing arrangement of embedded blocks (C#) |
csharp_keep_existing_enum_arrangement | Arrangement of Enumerations - Keep existing arrangement of enumeration (C#) |
csharp_keep_existing_expr_member_arrangement | Arrangement of Expression Bodied Members - Keep existing arrangement of expression bodied members (C#) |
csharp_keep_existing_initializer_arrangement | Arrangement of Initializers - Keep existing arrangement of initializers (C#) |
csharp_keep_existing_invocation_parens_arrangement | Arrangement of Invocations - Keep existing arrangement of parenthesis in invocation (C#) |
csharp_keep_existing_linebreaks | General - Keep existing line breaks (C#) |
csharp_keep_user_linebreaks | General - Keep existing line breaks (C#) |
csharp_local_function_body | Code Body - Local functions (C#) |
csharp_max_array_initializer_elements_on_line | Arrangement of Initializers - Max array initializer elements on a single line (C#) |
csharp_max_attribute_length_for_same_line | Arrangement of Attributes - Place attribute section list on separate line if it is longer than (C#) |
csharp_max_enum_members_on_line | Arrangement of Enumerations - Max enumeration members on a single line (C#) |
csharp_max_formal_parameters_on_line | Arrangement of Method Signatures - Max formal parameters on a single line (C#) |
csharp_max_initializer_elements_on_line | Arrangement of Initializers - Max object and collection initializer elements on a single line (C#) |
csharp_max_invocation_arguments_on_line | Arrangement of Invocations - Max invocation arguments on a single line (C#) |
csharp_max_line_length | General - Hard wrap at (C#) |
csharp_method_or_operator_body | Code Body - Methods and operators (C#) |
csharp_modifiers_order | Modifiers - Modifiers order (C#) |
csharp_nested_ternary_style | Arrangement of Ternary Expressions - Nested ternary expression style (C#) |
csharp_new_line_before_catch | Arrangement of Statements - Place "catch" on new line (C#) |
csharp_new_line_before_else | Arrangement of Statements - Place "else" on new line (C#) |
csharp_new_line_before_finally | Arrangement of Statements - Place "finally" on new line (C#) |
csharp_new_line_before_while | Arrangement of Statements - Place "while" on new line (C#) |
csharp_old_engine | Other - Revert to old formatting engine (C#) |
csharp_other_braces | Braces Layout - Other (C#) |
csharp_outdent_binary_ops | Align Multiline Constructs - Outdent binary operators (C#) |
csharp_outdent_commas | Align Multiline Constructs - Outdent commas (C#) |
csharp_outdent_dots | Align Multiline Constructs - Outdent dots in chained method calls (C#) |
csharp_parentheses_non_obvious_operations | Parentheses - Add parentheses to avoid non-obvious precedence. Select which operations has non-obvious precedence (C#) |
csharp_parentheses_redundancy_style | Parentheses - Remove redundant parentheses (C#) |
csharp_place_abstract_accessorholder_on_single_line | Arrangement of Declaration Blocks - Place abstract/auto property/indexer/event declaration on single line (C#) |
csharp_place_accessor_attribute_on_same_line | Arrangement of Attributes - Place accessor attribute on same line (C#) |
csharp_place_accessor_with_attrs_holder_on_single_line | Arrangement of Declaration Blocks - Place it on single line even when it has attributes on accessors (C#) |
csharp_place_accessorholder_attribute_on_same_line | Arrangement of Attributes - Place property/indexer/event attribute on same line (C#) |
csharp_place_attribute_on_same_line | Place simple attribute on same line with owner (generalized) |
csharp_place_constructor_initializer_on_same_line | Arrangement of Method Signatures - Allow constructor initializer on same line (C#) |
csharp_place_expr_accessor_on_single_line | Arrangement of Expression Bodied Members - Place property accessor expression body on same line (C#) |
csharp_place_expr_method_on_single_line | Arrangement of Expression Bodied Members - Place method expression body on same line (C#) |
csharp_place_expr_property_on_single_line | Arrangement of Expression Bodied Members - Place property expression body on same line (C#) |
csharp_place_field_attribute_on_same_line | Arrangement of Attributes - Place field attribute on same line (C#) |
csharp_place_linq_into_on_new_line | Arrangement of LINQ Expressions - Place "into" on new line in LINQ expressions (C#) |
csharp_place_method_attribute_on_same_line | Arrangement of Attributes - Place method attribute on same line (C#) |
csharp_place_simple_accessor_on_single_line | Arrangement of Declaration Blocks - Place simple accessor on single line (C#) |
csharp_place_simple_accessorholder_on_single_line | Arrangement of Declaration Blocks - Place simple property/indexer/event declaration on single line (C#) |
csharp_place_simple_anonymousmethod_on_single_line | Arrangement of Embedded Blocks - Place simple anonymous method on single line (C#) |
csharp_place_simple_blocks_on_single_line | Place simple blocks on single line (generalized) |
csharp_place_simple_case_statement_on_same_line | Arrangement of Embedded Statements - Place simple "case" statement on same line (C#) |
csharp_place_simple_declaration_blocks_on_single_line | Place blocks from simple type members on single line (generalized) |
csharp_place_simple_embedded_block_on_same_line | Arrangement of Embedded Blocks - Place a block with a single simple statement on same line (C#) |
csharp_place_simple_embedded_statement_on_same_line | Arrangement of Embedded Statements - Place simple embedded statement on same line (C#) |
csharp_place_simple_enum_on_single_line | Arrangement of Enumerations - Place simple enumeration on single line (C#) |
csharp_place_simple_initializer_on_single_line | Arrangement of Initializers - Place simple array, object and collection on single line (C#) |
csharp_place_simple_method_on_single_line | Arrangement of Declaration Blocks - Place simple method on single line (C#) |
csharp_place_type_attribute_on_same_line | Arrangement of Attributes - Place type attribute on same line (C#) |
csharp_place_type_constraints_on_same_line | Arrangement of Type Parameters, Constraints and Base Types - Allow type constraints on same line (C#) |
csharp_prefer_explicit_discard_declaration | Use 'var' keyword for discards (C#) |
csharp_prefer_qualified_reference | Reference Qualification - Prefer fully qualified references (C#) |
csharp_prefer_separate_deconstructed_variables_declaration | Prefer separate declarations for deconstructed variables (C#) |
csharp_qualified_using_at_nested_scope | Reference Qualification - Prefer fully qualified using name at nested scope (C#) |
csharp_remove_blank_lines_near_braces_in_code | Blank Lines in Code - Remove blank lines after "{" and before "}" in code (C#) |
csharp_remove_blank_lines_near_braces_in_declarations | Blank Lines in Declarations - Remove blank lines after "{" and before "}" in declarations (C#) |
csharp_space_after_ampersand_op | After Unary Operators - Unsafe addressof operator (&) (C#) |
csharp_space_after_asterik_op | After Unary Operators - Unsafe asterisk operator (*) (C#) |
csharp_space_after_attribute_colon | Around Colon - After other colons (C#) |
csharp_space_after_attributes | Attributes - After attributes (C#) |
csharp_space_after_cast | Other - After type cast parentheses (C#) |
csharp_space_after_colon | Around Colon - After other colons (C#) |
csharp_space_after_colon_in_case | Around Colon - After colon in "case" statement (C#) |
csharp_space_after_colon_in_inheritance_clause | Around Colon - After base types list colon (C#) |
csharp_space_after_comma | Around Comma and Semicolon - After comma (C#) |
csharp_space_after_keywords_in_control_flow_statements | Space before parenthesis of control flow statements (generalized) |
csharp_space_after_logical_not_op | After Unary Operators - Logical not operator (!) (C#) |
csharp_space_after_operator_keyword | Other - After operator keyword (C#) |
csharp_space_after_semicolon_in_for_statement | Around Comma and Semicolon - After "for" semicolon (C#) |
csharp_space_after_ternary_colon | In Ternary Operator - After ':' (C#) |
csharp_space_after_ternary_quest | In Ternary Operator - After '?' (C#) |
csharp_space_after_type_parameter_constraint_colon | Around Colon - After type parameter constraint colon (C#) |
csharp_space_after_unary_minus_op | After Unary Operators - Unary minus operator (-) (C#) |
csharp_space_after_unary_operator | (generalized) |
csharp_space_after_unary_plus_op | After Unary Operators - Unary plus operator (+) (C#) |
csharp_space_around_additive_op | Around Binary Operators - Additive operators (+,-) (C#) |
csharp_space_around_alias_eq | Other - Around '=' in namespace alias directive (C#) |
csharp_space_around_arrow_op | Around Binary Operators - Unsafe arrow operator (->) (C#) |
csharp_space_around_assignment_op | Around Binary Operators - Assignment operators (=,+=,...) (C#) |
csharp_space_around_binary_operator | Space around binary operators (+, ||, =, ...) (generalized) |
csharp_space_around_bitwise_op | Around Binary Operators - Bitwise operators (&,|,^) (C#) |
csharp_space_around_dot | Other - Around dot (C#) |
csharp_space_around_equality_op | Around Binary Operators - Equality operators (==,!=) (C#) |
csharp_space_around_lambda_arrow | Other - Around lambda arrow (C#) |
csharp_space_around_logical_op | Around Binary Operators - Logical operators (&&,||) (C#) |
csharp_space_around_member_access_operator | Space around member access operators (., ->, ...) (generalized) |
csharp_space_around_multiplicative_op | Around Binary Operators - Multiplicative operators (*,/,%) (C#) |
csharp_space_around_nullcoalescing_op | Around Binary Operators - Null coalescing operator (??) (C#) |
csharp_space_around_relational_op | Around Binary Operators - Relational operators (<,>,<=,>=) (C#) |
csharp_space_around_shift_op | Around Binary Operators - Shift operators (<<,>>) (C#) |
csharp_space_around_ternary_operator | (generalized) |
csharp_space_before_array_access_brackets | Around Array Brackets - Array access brackets (C#) |
csharp_space_before_array_rank_brackets | Around Array Brackets - Before array rank brackets (C#) |
csharp_space_before_attribute_colon | Around Colon - Before other colons (C#) |
csharp_space_before_catch_parentheses | Before Parentheses in Statements - "catch" parentheses (C#) |
csharp_space_before_checked_parentheses | Before Other Parentheses - "checked" and "unchecked" parentheses (C#) |
csharp_space_before_colon | Around Colon - Before other colons (C#) |
csharp_space_before_colon_in_case | Around Colon - Before colon in "case" statement (C#) |
csharp_space_before_colon_in_inheritance_clause | Around Colon - Before base types list colon (C#) |
csharp_space_before_comma | Around Comma and Semicolon - Before comma (C#) |
csharp_space_before_default_parentheses | Before Other Parentheses - "default" parentheses (C#) |
csharp_space_before_empty_method_call_parentheses | Before Other Parentheses - Method call empty parentheses (C#) |
csharp_space_before_empty_method_parentheses | Before Other Parentheses - Method declaration empty parentheses (C#) |
csharp_space_before_fixed_parentheses | Before Parentheses in Statements - "fixed" parentheses (C#) |
csharp_space_before_for_parentheses | Before Parentheses in Statements - "for" parentheses (C#) |
csharp_space_before_foreach_parentheses | Before Parentheses in Statements - "foreach" parentheses (C#) |
csharp_space_before_if_parentheses | Before Parentheses in Statements - "if" parentheses (C#) |
csharp_space_before_lock_parentheses | Before Parentheses in Statements - "lock" parentheses (C#) |
csharp_space_before_method_call_parentheses | Before Other Parentheses - Method call parentheses (C#) |
csharp_space_before_method_parentheses | Before Other Parentheses - Method declaration parentheses (C#) |
csharp_space_before_nameof_parentheses | Before Other Parentheses - "nameof" parentheses (C#) |
csharp_space_before_nullable_mark | Other - Before nullable mark (C#) |
csharp_space_before_open_square_brackets | Space before brackets (generalized) |
csharp_space_before_pointer_asterik_declaration | Other - Before unsafe pointer declaration (C#) |
csharp_space_before_semicolon | Around Comma and Semicolon - Before semicolon (C#) |
csharp_space_before_semicolon_in_for_statement | Around Comma and Semicolon - Before "for" semicolon (C#) |
csharp_space_before_singleline_accessorholder | Around Braces - Before single line accessors block (C#) |
csharp_space_before_sizeof_parentheses | Before Other Parentheses - "sizeof" parentheses (C#) |
csharp_space_before_switch_parentheses | Before Parentheses in Statements - "switch" parentheses (C#) |
csharp_space_before_ternary_colon | In Ternary Operator - Before ':' (C#) |
csharp_space_before_ternary_quest | In Ternary Operator - Before '?' (C#) |
csharp_space_before_trailing_comment | Other - Before end of line comment (C#) |
csharp_space_before_type_argument_angle | Around Angle Brackets - Before type argument list angle (C#) |
csharp_space_before_type_parameter_angle | Around Angle Brackets - Before type parameter list angle (C#) |
csharp_space_before_type_parameter_constraint_colon | Around Colon - Before type parameter constraint colon (C#) |
csharp_space_before_typeof_parentheses | Before Other Parentheses - "typeof" parentheses (C#) |
csharp_space_before_using_parentheses | Before Parentheses in Statements - "using" parentheses (C#) |
csharp_space_before_while_parentheses | Before Parentheses in Statements - "while" parentheses (C#) |
csharp_space_between_accessors_in_singleline_property | Around Braces - Between accessors in single line property/event (C#) |
csharp_space_between_attribute_sections | Attributes - Between attribute sections (C#) |
csharp_space_between_empty_square_brackets | Around Array Brackets - Within array rank empty brackets (C#) |
csharp_space_between_keyword_and_expression | Before Other Parentheses - Between keyword and expression (C#) |
csharp_space_between_keyword_and_type | Before Other Parentheses - Between keyword and type (C#) |
csharp_space_between_method_call_empty_parameter_list_parentheses | Within Other Parentheses - Method call empty parentheses (C#) |
csharp_space_between_method_call_name_and_opening_parenthesis | Space before method call parenthesis (generalized) |
csharp_space_between_method_call_parameter_list_parentheses | Within Other Parentheses - Method call parentheses (C#) |
csharp_space_between_method_declaration_empty_parameter_list_parentheses | Within Other Parentheses - Method declaration empty parentheses (C#) |
csharp_space_between_method_declaration_name_and_open_parenthesis | Space before method declaration parenthesis (generalized) |
csharp_space_between_method_declaration_parameter_list_parentheses | Within Other Parentheses - Method declaration parentheses (C#) |
csharp_space_between_parentheses_of_control_flow_statements | Space within parenthesis of control flow statements (generalized) |
csharp_space_between_square_brackets | Space within brackets (generalized) |
csharp_space_between_typecast_parentheses | Within Other Parentheses - Type cast parentheses (C#) |
csharp_space_in_singleline_accessorholder | Around Braces - Within single line accessor (C#) |
csharp_space_in_singleline_anonymous_method | Around Braces - Within single line anonymous method (C#) |
csharp_space_in_singleline_method | Around Braces - Within single line method (C#) |
csharp_space_near_postfix_and_prefix_op | After Unary Operators - Before/after ++ and -- (C#) |
csharp_space_within_array_access_brackets | Around Array Brackets - Array access brackets (C#) |
csharp_space_within_array_rank_brackets | Around Array Brackets - Within array rank brackets (C#) |
csharp_space_within_array_rank_empty_brackets | Around Array Brackets - Within array rank empty brackets (C#) |
csharp_space_within_attribute_brackets | Attributes - Within attribute brackets (C#) |
csharp_space_within_catch_parentheses | Within Parentheses in Statements - "catch" parentheses (C#) |
csharp_space_within_checked_parentheses | Within Other Parentheses - "checked" and "unchecked" parentheses (C#) |
csharp_space_within_default_parentheses | Within Other Parentheses - "default" parentheses (C#) |
csharp_space_within_empty_braces | Around Braces - Space between empty braces (C#) |
csharp_space_within_fixed_parentheses | Within Parentheses in Statements - "fixed" parentheses (C#) |
csharp_space_within_for_parentheses | Within Parentheses in Statements - "for" parentheses (C#) |
csharp_space_within_foreach_parentheses | Within Parentheses in Statements - "foreach" parentheses (C#) |
csharp_space_within_if_parentheses | Within Parentheses in Statements - "if" parentheses (C#) |
csharp_space_within_lock_parentheses | Within Parentheses in Statements - "lock" parentheses (C#) |
csharp_space_within_nameof_parentheses | Within Other Parentheses - "nameof" parentheses (C#) |
csharp_space_within_parentheses | Within Other Parentheses - Parentheses (C#) |
csharp_space_within_single_line_array_initializer_braces | Around Braces - Within single-line initializer braces (C#) |
csharp_space_within_sizeof_parentheses | Within Other Parentheses - "sizeof" parentheses (C#) |
csharp_space_within_switch_parentheses | Within Parentheses in Statements - "switch" parentheses (C#) |
csharp_space_within_type_argument_angles | Around Angle Brackets - Type argument angles (C#) |
csharp_space_within_type_parameter_angles | Around Angle Brackets - Type parameter angles (C#) |
csharp_space_within_typeof_parentheses | Within Other Parentheses - "typeof" parentheses (C#) |
csharp_space_within_using_parentheses | Within Parentheses in Statements - "using" parentheses (C#) |
csharp_space_within_while_parentheses | Within Parentheses in Statements - "while" parentheses (C#) |
csharp_special_else_if_treatment | General - Special "else if" treatment (C#) |
csharp_static_members_qualify_members | Static Members Qualification - Members to qualify (C#) |
csharp_static_members_qualify_with | Static Members Qualification - Qualify with the name of (C#) |
csharp_stick_comment | Other Indents - Don't indent comments started at first column (C#) |
csharp_tab_width | General - Tab width (C#) |
csharp_type_declaration_braces | Braces Layout - Type and namespace declaration (C#) |
csharp_use_continuous_indent_inside_parens | Parenthesis - Use continuous line indent inside parenthesis (C#) |
csharp_use_heuristics_for_body_style | Code Body - Apply style heuristics (C#) |
csharp_wrap_after_declaration_lpar | Arrangement of Method Signatures - Prefer wrap after "(" in declaration (C#) |
csharp_wrap_after_dot_in_method_calls | Arrangement of Member Access Expressions - Prefer wrap after "." (C#) |
csharp_wrap_after_invocation_lpar | Arrangement of Invocations - Prefer wrap after "(" in invocation (C#) |
csharp_wrap_arguments_style | Arrangement of Invocations - Wrap invocation arguments (C#) |
csharp_wrap_array_initializer_style | Arrangement of Initializers - Wrap array initializer (C#) |
csharp_wrap_before_arrow_with_expressions | Arrangement of Expression Bodied Members - Prefer wrap before "=>" followed by expressions (C#) |
csharp_wrap_before_binary_opsign | Arrangement of Binary Expressions - Prefer wrap before operator in binary expression (C#) |
csharp_wrap_before_comma | General - Prefer wrap before "," (C#) |
csharp_wrap_before_declaration_lpar | Arrangement of Method Signatures - Prefer wrap before "(" in declaration (C#) |
csharp_wrap_before_declaration_rpar | Arrangement of Method Signatures - Prefer wrap before ")" in declaration (C#) |
csharp_wrap_before_extends_colon | Arrangement of Type Parameters, Constraints and Base Types - Prefer wrap before ":" (C#) |
csharp_wrap_before_first_type_parameter_constraint | Arrangement of Type Parameters, Constraints and Base Types - Prefer wrap before first constraint (C#) |
csharp_wrap_before_invocation_lpar | Arrangement of Invocations - Prefer wrap before "(" in invocation (C#) |
csharp_wrap_before_invocation_rpar | Arrangement of Invocations - Prefer wrap before ")" in invocation (C#) |
csharp_wrap_before_linq_expression | Arrangement of LINQ Expressions - Prefer wrap before multiline LINQ expressions (C#) |
csharp_wrap_before_ternary_opsigns | Arrangement of Ternary Expressions - Prefer wrap before "?" and ":" in ternary expressions (C#) |
csharp_wrap_before_type_parameter_langle | Arrangement of Type Parameters, Constraints and Base Types - Prefer wrap before type parameters opening angle (C#) |
csharp_wrap_chained_binary_expressions | Arrangement of Binary Expressions - Wrap chained binary expressions (C#) |
csharp_wrap_chained_method_calls | Arrangement of Member Access Expressions - Wrap chained method calls (C#) |
csharp_wrap_enum_declaration | Arrangement of Enumerations - Wrap enumeration declaration (C#) |
csharp_wrap_extends_list_style | Arrangement of Type Parameters, Constraints and Base Types - Wrap extends/implements list (C#) |
csharp_wrap_for_stmt_header_style | Arrangement of Statements - Wrap "for" statement header (C#) |
csharp_wrap_linq_expressions | Arrangement of LINQ Expressions - Wrap LINQ expressions (C#) |
csharp_wrap_multiple_declaration_style | Arrangement of Statements - Wrap multiple declaration (C#) |
csharp_wrap_multiple_type_parameter_constraints_style | Arrangement of Type Parameters, Constraints and Base Types - Wrap multiple type parameter constraints (C#) |
csharp_wrap_object_and_collection_initializer_style | Arrangement of Initializers - Wrap object and collection initializer (C#) |
csharp_wrap_parameters_style | Arrangement of Method Signatures - Wrap formal parameters (C#) |
csharp_wrap_ternary_expr_style | Arrangement of Ternary Expressions - Wrap ternary expression (C#) |
csharp_wrap_verbatim_interpolated_strings | Arrangement of interpolated strings - Wrap verbatim interpolated strings (C#) |
css_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (Css) |
css_brace_style | Code Layout - Braces (Css) |
css_declarations_style | Code Layout - Declarations (Css) |
css_indent_size | Tabs and Indents - Indent size (Css) |
css_indent_style | Tabs and Indents - Indent style (Css) |
css_insert_final_newline | Other - Line feed at end of file (Css) |
css_keep_blank_lines_between_declarations | Blank Lines - Max blank lines between declarations (Css) |
css_keep_user_linebreaks | Blank Lines - Keep existing line breaks (Css) |
css_media_query_style | Code Layout - Media query (Css) |
css_min_blank_lines_between_declarations | Blank Lines - Min blank lines between declarations (Css) |
css_properties_style | Code Layout - Properties (Css) |
css_selector_style | Code Layout - Selector (Css) |
css_space_after_comma | Expression - After comma (Css) |
css_space_after_function_comma | Function - After comma (Css) |
css_space_after_media_colon | Media Query - After colon (Css) |
css_space_after_media_comma | Media Query - After comma (Css) |
css_space_after_property_colon | Property - After colon (Css) |
css_space_after_property_semicolon | Property - After semicolon (Css) |
css_space_after_selector_comma | Selector - After comma (Css) |
css_space_after_separator | Expression - After separator (Css) |
css_space_around_attribute_match_operator | Attribute Selector - Around match operator (Css) |
css_space_around_operator | Expression - Around operator (Css) |
css_space_around_selector_operator | Selector - Around operator (Css) |
css_space_before_comma | Expression - Before comma (Css) |
css_space_before_function_comma | Function - Before comma (Css) |
css_space_before_media_colon | Media Query - Before colon (Css) |
css_space_before_media_comma | Media Query - Before comma (Css) |
css_space_before_property_colon | Property - Before colon (Css) |
css_space_before_property_semicolon | Property - Before semicolon (Css) |
css_space_before_selector_comma | Selector - Before comma (Css) |
css_space_before_separator | Expression - Before separator (Css) |
css_space_within_attribute_match_brackets | Attribute Selector - Within brackets (Css) |
css_space_within_expression_parentheses | Expression - Within parentheses (Css) |
css_space_within_function_parentheses | Function - Within parentheses (Css) |
css_space_within_media_block | Media Query - Within block (Css) |
css_space_within_media_parentheses | Media Query - Within parentheses (Css) |
css_space_within_property_block | Property - Within block (Css) |
css_tab_width | Tabs and Indents - Tab width (Css) |
declarations_style | Code Layout - Declarations (Css) |
default_internal_modifier | Modifiers - Prefer explicit/implicit internal modifier for types (C#) |
default_private_modifier | Modifiers - Prefer explicit/implicit private modifier for type members (C#) |
delete_quotes_from_solid_values | Quotes - Remove attribute quotes where values do not contain spaces (HTML) |
disable_space_changes_before_trailing_comment | Other - Preserve spaces before end of line comment (C++) |
empty_block_style | Braces Layout - Empty braces formatting, available for: C#, C++, JavaScript, Protobuf |
expression_braces | Braces Layout - Other braces (C++) |
extra_spaces | Preserve Existing Formatting - Extra spaces inside, available for: C#, HTML, JavaScript |
for_built_in_types | 'var' Usage in Declarations - For built-in types (C#) |
for_other_types | 'var' Usage in Declarations - Elsewhere (C#) |
for_simple_types | 'var' Usage in Declarations - For simple types (C#) |
force_attribute_style | Attributes - Join or separate attributes in section (C#) |
force_chop_compound_do_expression | Arrangement of Binary Expressions - Force chop compound condition in "do" statement (C#) |
force_chop_compound_if_expression | Arrangement of Binary Expressions - Force chop compound condition in "if" statement (C#) |
force_chop_compound_while_expression | Arrangement of Binary Expressions - Force chop compound condition in "while" statement (C#) |
force_control_statements_braces | Force Braces - Braces in statements (JavaScript) |
function_braces | Braces Layout - Function (JavaScript) |
function_declaration_return_type_style | Place on New Line - Break line after member function declaration return type (C++) |
function_definition_return_type_style | Place on New Line - Break line after member function definition return type (C++) |
function_in_invocation_braces | Braces Layout - Functions passed as parameters to other function calls (JavaScript) |
html_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (HTML) |
html_attribute_indent | Inside of Tag Header - Attributes indenting (HTML) |
html_attribute_style | Inside of Tag Header - Attributes format (HTML) |
html_blank_line_after_pi | Processing Instructions - Blank line after processing instructions (HTML) |
html_blank_lines_around_razor_functions | Blank lines around Razor @functions block (Razor CSharp) |
html_blank_lines_around_razor_helpers | Blank lines around Razor helpers (Razor CSharp) |
html_blank_lines_around_razor_sections | Blank lines around Razor sections (Razor CSharp) |
html_delete_quotes_from_solid_values | Quotes - Remove attribute quotes where values do not contain spaces (HTML) |
html_extra_spaces | Other - Extra spaces inside (HTML) |
html_indent_size | Tabs and Indents - Indent size (HTML) |
html_indent_style | Tabs and Indents - Indent style (HTML) |
html_insert_final_newline | Other - Line feed at end of file (HTML) |
html_linebreak_before_all_elements | Around Tags - Place all elements on new line (HTML) |
html_linebreak_before_elements | Around Tags - Place these elements on new line (HTML) |
html_linebreak_before_multiline_elements | Around Tags - Place multiline elements on new line (HTML) |
html_linebreaks_around_razor_statements | Line breaks around Razor statements (Razor CSharp) |
html_linebreaks_inside_tags_for_elements_with_child_elements | Around Tags - Line breaks after start-tag and before end-tag in elements that contain other elements and no text (HTML) |
html_linebreaks_inside_tags_for_multiline_elements | Around Tags - Line breaks after start-tag and before end-tag in multiline elements (HTML) |
html_max_blank_lines_between_tags | Around Tags - Maximum blank lines between tags (HTML) |
html_no_indent_inside_elements | Around Tags - Do not indent children of (HTML) |
html_no_indent_inside_if_element_longer_than | Around Tags - Do not indent children if element has more lines than (HTML) |
html_normalize_tag_names | Other - Normalize tag names (HTML) |
html_pi_attribute_style | Processing Instructions - Attributes format (HTML) |
html_pi_attributes_indent | Processing Instructions - Attributes indenting (HTML) |
html_preserve_spaces_inside_tags | Around Tags - Keep white spaces inside (HTML) |
html_quote_style | Quotes - Quote style (HTML) |
html_sort_attributes | Inside of Tag Header - Sort attributes (HTML) |
html_sort_class_selectors | Inside of Tag Header - Sort class selectors (HTML) |
html_space_after_last_attribute | Inside of Tag Header - Space after last attribute (HTML) |
html_space_after_last_pi_attribute | Processing Instructions - Space after last attribute (HTML) |
html_space_before_self_closing | Inside of Tag Header - Space before '/>' (HTML) |
html_spaces_around_eq_in_attribute | Inside of Tag Header - Spaces around '=' in attribute (HTML) |
html_spaces_around_eq_in_pi_attribute | Processing Instructions - Spaces around '=' in attribute (HTML) |
html_tab_width | Tabs and Indents - Tab width (HTML) |
indent_access_specifiers_from_class | Indentation - Indent access specifier from class (C++) |
indent_anonymous_method_block | Align Multiline Constructs - Anonymous method body (C#) |
indent_case_from_select | Other - Indent "case" from "select" (VB.NET) |
indent_child_elements | Tag Content - Indent inside element that doesn't contain text, available for: XML, XMLDOC |
indent_inside_namespace | Braces Layout - Indent inside namespace declaration (C#) |
indent_invocation_pars | Parenthesis - Indent method calls' parenthesis, available for: C#, C++ |
indent_method_decl_pars | Parenthesis - Indent method declarations' parenthesis, available for: C#, C++ |
indent_nested_fixed_stmt | Nested Statements - Indent nested "fixed" statements (C#) |
indent_nested_for_stmt | Nested Statements - Indent nested "for" statements (C#) |
indent_nested_foreach_stmt | Nested Statements - Indent nested "foreach" statements (C#) |
indent_nested_lock_stmt | Nested Statements - Indent nested "lock" statements (C#) |
indent_nested_usings_stmt | Nested Statements - Indent nested "using" statements (C#) |
indent_nested_while_stmt | Nested Statements - Indent nested "while" statements (C#) |
indent_pars | Parenthesis - Indent other parenthesis and brackets, available for: C#, JavaScript |
indent_preprocessor_directives | Indentation - Preprocessor directives indenting (C++) |
indent_preprocessor_if | Preprocessor Directives - Indent #if, #else, #elif, #endif (C#) |
indent_preprocessor_other | Preprocessor Directives - Indent other preprocessor directives (C#) |
indent_preprocessor_region | Preprocessor Directives - Indent #region, #endregion (C#) |
indent_size | General - Indent size, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC |
indent_statement_pars | Parenthesis - Indent statement (if, while, for, etc) parenthesis, available for: C#, C++ |
indent_style | General - Indent style, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC |
indent_switch_labels | Other Indents - Indent "case" from "switch", available for: C#, C++, JavaScript |
indent_text | Tag Content - Indent inside element that contain text, available for: XML, XMLDOC |
indent_type_constraints | Other Indents - Indent type constraints, available for: C#, C++ |
indent_typearg_angles | Parenthesis - Indent type argument's angles (C#) |
indent_typeparam_angles | Parenthesis - Indent type parameter's angles (C#) |
indent_wrapped_function_names | Indentation - Indent if a function definition or declaration is wrapped after the type (C++) |
initializer_braces | Braces Layout - Array and object initializer (C#) |
insert_final_newline | General - Line feed at end of file, available for: C#, Css, HTML, JavaScript, XML |
instance_members_qualify_declared_in | Instance Members Qualification - Qualify members declared in (C#) |
instance_members_qualify_members | Instance Members Qualification - Use "this." qualifier for (C#) |
int_align | Align similar code in columns (generalized) |
int_align_assignments | Align Similar Code in Columns - Other assignments and initializers (C#) |
int_align_binary_expressions | Align Similar Code in Columns - Binary expressions (C#) |
int_align_comments | Align Similar Code in Columns - End comments, available for: C#, C++ |
int_align_declaration_names | Align Similar Code In Columns - Declaration names (C++) |
int_align_eq | Align Similar Code In Columns - Assignments (C++) |
int_align_fields | Align Similar Code in Columns - Fields and constants (C#) |
int_align_invocations | Align Similar Code in Columns - Invocations of the same method (C#) |
int_align_methods | Align Similar Code in Columns - Simple methods, operators, delegates (C#) |
int_align_nested_ternary | Align Similar Code in Columns - Nested ternary operators (C#) |
int_align_parameters | Align Similar Code in Columns - Multiline method signature (C#) |
int_align_properties | Align Similar Code in Columns - Properties and events (C#) |
int_align_switch_sections | Align Similar Code in Columns - Simple switch sections (C#) |
int_align_variables | Align Similar Code in Columns - Variables and local constants (C#) |
invocable_declaration_braces | Braces Layout - Method declaration, available for: C#, C++ |
js_align_multiline_parameter | Align Multiline Constructs - Method parameters (JavaScript) |
js_align_multiple_declaration | Align Multiline Constructs - Multiple declarations (JavaScript) |
js_align_ternary | Align Multiline Constructs - Align ?: operator (JavaScript) |
js_align_union_type_usage | Align Multiline Constructs - Union type usage (TypeScript) |
js_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (JavaScript) |
js_brace_style | Braces layout style (generalized) |
js_control_statements_braces | Braces Layout - Control statements (JavaScript) |
js_empty_block_style | Braces Layout - Empty braces formatting (JavaScript) |
js_extra_spaces | Preserve Existing Formatting - Extra spaces inside (JavaScript) |
js_force_control_statements_braces | Force Braces - Braces in statements (JavaScript) |
js_function_braces | Braces Layout - Function (JavaScript) |
js_function_in_invocation_braces | Braces Layout - Functions passed as parameters to other function calls (JavaScript) |
js_indent_pars | Braces Layout - Indent parenthesis, brackets and expression braces (JavaScript) |
js_indent_size | Tabs and Indents - Indent size (JavaScript) |
js_indent_style | Tabs and Indents - Indent style (JavaScript) |
js_indent_switch_labels | Case Statement - Indent "case" from "switch" (JavaScript) |
js_insert_final_newline | Other - Line feed at end of file (JavaScript) |
js_keep_blank_lines_between_declarations | Blank Lines - Max blank lines between declarations (JavaScript) |
js_keep_blank_lines_in_code | Blank Lines - Max blank lines in code (JavaScript) |
js_max_line_length | Wrapping and Chopping - Hard wrap at (JavaScript) |
js_min_blank_lines_after_imports | Blank Lines - Min blank lines after imports (JavaScript) |
js_min_blank_lines_around_fields | Blank Lines - Min blank lines around fields and signature declarations (TypeScript) |
js_min_blank_lines_around_functions | Blank Lines - Min blank lines around functions (JavaScript) |
js_min_blank_lines_around_types | Blank Lines - Min blank lines around types and modules (TypeScript) |
js_new_line_before_catch | Place on a New Line - Place "catch" on a new line (JavaScript) |
js_new_line_before_else | Place on a New Line - Place "else" on a new line (JavaScript) |
js_new_line_before_finally | Place on a New Line - Place "finally" on a new line (JavaScript) |
js_new_line_before_while | Place on a New Line - Place "while" on a new line (JavaScript) |
js_place_class_decorator_on_the_same_line | Place on a New Line - Class decorators on the same line with class (TypeScript) |
js_place_each_decorator_on_new_line | Place on a New Line - Place each decorator on a new line (TypeScript) |
js_place_field_decorator_on_the_same_line | Place on a New Line - Field decorators on the same line with field (TypeScript) |
js_place_method_decorator_on_the_same_line | Place on a New Line - Method decorators on the same line with signature (TypeScript) |
js_place_property_decorator_on_the_same_line | Place on a New Line - Property decorators on the same line with property (TypeScript) |
js_place_template_args_on_new_line | Place on a New Line - Place template literal arguments on a new line (JavaScript) |
js_quote_style | Quotes - Quote style (JavaScript) |
js_simple_embedded_statement_style | Line Breaks - Simple embedded statement (JavaScript) |
js_single_statement_function_style | Line Breaks - Single-statement function (JavaScript) |
js_space_after_arrow | Lambdas - After '=>' in lambda expressions (JavaScript) |
js_space_after_colon_in_type_annotation | Type Annotations - After ':' (TypeScript) |
js_space_after_comma | Comma - After comma (JavaScript) |
js_space_after_keywords_in_control_flow_statements | In Control Statements - Before parentheses (JavaScript) |
js_space_after_property_colon | In Object Expression - After ':' (JavaScript) |
js_space_after_semicolon_in_for_statement | Semicolon - After semicolon in for statement (JavaScript) |
js_space_after_ternary_colon | In Ternary Operator '? :' - After ':' (JavaScript) |
js_space_after_ternary_quest | In Ternary Operator '? :' - After '?' (JavaScript) |
js_space_around_assignment_operator | In Expressions - Around assignment operator (JavaScript) |
js_space_around_binary_operator | In Expressions - Around binary operator (JavaScript) |
js_space_around_dot | In Expressions - Around dot (JavaScript) |
js_space_around_member_access_operator | In Expressions - Around dot (JavaScript) |
js_space_around_pipe_or_amper_in_type_usage | Union and Intersection Types - Around '|' or '&' in type usage (TypeScript) |
js_space_before_array_access_brackets | In Index Expressions - Before brackets (JavaScript) |
js_space_before_arrow | Lambdas - Before '=>' (JavaScript) |
js_space_before_colon_in_case | Case Statement - Before colon (JavaScript) |
js_space_before_colon_in_type_annotation | Type Annotations - Before ':' (TypeScript) |
js_space_before_comma | Comma - Before comma (JavaScript) |
js_space_before_empty_method_call_parentheses | In Function Invocations - Before empty parentheses (JavaScript) |
js_space_before_method_call_parentheses | In Function Invocations - Before parentheses (JavaScript) |
js_space_before_method_parentheses | In Function Declarations - Before parentheses (JavaScript) |
js_space_before_method_parentheses_anonymous | In Function Declarations - Before parentheses of anonymous method (JavaScript) |
js_space_before_open_square_brackets | In Index Expressions - Before brackets (JavaScript) |
js_space_before_property_colon | In Object Expression - Before ':' (JavaScript) |
js_space_before_semicolon | Semicolon - Before semicolon (JavaScript) |
js_space_before_semicolon_in_for_statement | Semicolon - Before semicolon in for statement (JavaScript) |
js_space_before_ternary_colon | In Ternary Operator '? :' - Before ':' (JavaScript) |
js_space_before_ternary_quest | In Ternary Operator '? :' - In ternary operator '? :' (JavaScript) |
js_space_before_type_parameters_brackets | Type Parameters and Arguments - Before brackets (TypeScript) |
js_space_between_empty_square_brackets | In Array Literals - Within empty brackets (JavaScript) |
js_space_between_method_call_empty_parameter_list_parentheses | In Function Invocations - Within empty parentheses (JavaScript) |
js_space_between_method_call_name_and_opening_parenthesis | Space before method call parenthesis (generalized) |
js_space_between_method_call_parameter_list_parentheses | In Function Invocations - Within parentheses (JavaScript) |
js_space_between_method_declaration_empty_parameter_list_parentheses | In Function Declarations - Within empty parentheses (JavaScript) |
js_space_between_method_declaration_name_and_open_parenthesis | Space before method declaration parenthesis (generalized) |
js_space_between_method_declaration_parameter_list_parentheses | In Function Declarations - Within parentheses (JavaScript) |
js_space_between_parentheses_of_control_flow_statements | In Control Statements - Within parentheses (JavaScript) |
js_space_between_square_brackets | Space within brackets (generalized) |
js_space_within_array_access_brackets | In Index Expressions - Within brackets (JavaScript) |
js_space_within_array_literal_brackets | In Array Literals - Within brackets (JavaScript) |
js_space_within_empty_array_literal_brackets | In Array Literals - Within empty brackets (JavaScript) |
js_space_within_empty_object_literal_braces | In Object Expression - Within empty braces (JavaScript) |
js_space_within_import_braces | In Import Declaration - Within braces (JavaScript) |
js_space_within_object_literal_braces | In Object Expression - Within braces (JavaScript) |
js_space_within_parentheses | In Expressions - Within parentheses (JavaScript) |
js_space_within_template_argument | Template Literals - Within braces around template argument (JavaScript) |
js_space_within_type_parameters_brackets | Type Parameters and Arguments - Within brackets (TypeScript) |
js_special_else_if_treatment | Line Breaks - Special "else if" treatment (JavaScript) |
js_stick_comment | Other - Don't indent comments started at first column (JavaScript) |
js_tab_width | Tabs and Indents - Tab width (JavaScript) |
js_termination_style | Statements - Defines how statements are terminated (JavaScript) |
js_types_braces | Braces Layout - Types and modules (TypeScript) |
js_wrap_after_declaration_lpar | Wrapping and Chopping - Prefer wrap after "(" in declaration (JavaScript) |
js_wrap_after_invocation_lpar | Wrapping and Chopping - Prefer wrap after "(" in invocation (JavaScript) |
js_wrap_arguments_style | Wrapping and Chopping - Wrap invocation arguments (JavaScript) |
js_wrap_array_literals | Wrapping and Chopping - Wrap array literals (JavaScript) |
js_wrap_before_binary_opsign | Wrapping and Chopping - Prefer wrap before operator in binary expression (JavaScript) |
js_wrap_before_comma | Wrapping and Chopping - Prefer wrap before comma (JavaScript) |
js_wrap_before_declaration_lpar | Wrapping and Chopping - Prefer wrap before "(" in declaration (JavaScript) |
js_wrap_before_dot | Wrapping and Chopping - Prefer wrap before "." (JavaScript) |
js_wrap_before_invocation_lpar | Wrapping and Chopping - Prefer wrap before "(" in invocation (JavaScript) |
js_wrap_before_ternary_opsigns | Wrapping and Chopping - Prefer wrap before "?" and ":" in ternary expressions (JavaScript) |
js_wrap_chained_binary_expressions | Wrapping and Chopping - Wrap chained binary expressions (JavaScript) |
js_wrap_chained_method_calls | Wrapping and Chopping - Wrap chained method calls (JavaScript) |
js_wrap_enum_style | Line Breaks - Enumerations (TypeScript) |
js_wrap_for_stmt_header_style | Wrapping and Chopping - Wrap "for" statement header (JavaScript) |
js_wrap_imports | Wrapping and Chopping - Wrap import declaration (JavaScript) |
js_wrap_multiple_declaration_style | Wrapping and Chopping - Wrap multiple declaration (JavaScript) |
js_wrap_object_literals | Wrapping and Chopping - Wrap object literals (JavaScript) |
js_wrap_parameters_style | Wrapping and Chopping - Wrap formal parameters (JavaScript) |
js_wrap_ternary_expr_style | Wrapping and Chopping - Wrap ternary expression (JavaScript) |
js_wrap_union_type_usage | Wrapping and Chopping - Wrap union type usage (TypeScript) |
keep_blank_lines_between_declarations | Blank Lines - Max blank lines between declarations, available for: Css, JavaScript |
keep_blank_lines_in_code | Blank Lines in Code - Keep max blank lines in code, available for: C#, C++, JavaScript, VB.NET |
keep_blank_lines_in_declarations | Blank Lines in Declarations - Keep max blank lines in declarations, available for: C#, C++, VB.NET |
keep_existing_arrangement | Keep existing code arrangements (single line/multi line) (generalized) |
keep_existing_attribute_arrangement | Arrangement of Attributes - Keep existing arrangement of attributes (C#) |
keep_existing_declaration_block_arrangement | Arrangement of Declaration Blocks - Keep existing arrangement of declaration blocks (C#) |
keep_existing_declaration_parens_arrangement | Arrangement of Method Signatures - Keep existing arrangement of parenthesis in declaration (C#) |
keep_existing_embedded_arrangement | Arrangement of Embedded Statements - Keep existing arrangement of embedded statements (C#) |
keep_existing_embedded_block_arrangement | Arrangement of Embedded Blocks - Keep existing arrangement of embedded blocks (C#) |
keep_existing_enum_arrangement | Arrangement of Enumerations - Keep existing arrangement of enumeration (C#) |
keep_existing_expr_member_arrangement | Arrangement of Expression Bodied Members - Keep existing arrangement of expression bodied members (C#) |
keep_existing_initializer_arrangement | Arrangement of Initializers - Keep existing arrangement of initializers (C#) |
keep_existing_invocation_parens_arrangement | Arrangement of Invocations - Keep existing arrangement of parenthesis in invocation (C#) |
keep_existing_linebreaks | General - Keep existing line breaks (C#) |
keep_user_linebreaks | General - Keep existing line breaks, available for: C#, C++, Css, VB.NET, XML, XMLDOC |
line_break_after_comma_in_member_initializer_lists | Place on New Line - Line break after comma in member initializer lists (C++) |
line_break_before_comma_in_member_initializer_lists | Place on New Line - Line break before comma in member initializer lists (C++) |
linebreak_before_all_elements | Around Tags - Place all elements on new line (HTML) |
linebreak_before_elements | Around Tags - Place these elements on new line, available for: HTML, XMLDOC |
linebreak_before_multiline_elements | Around Tags - Place multiline elements on new line, available for: HTML, XML, XMLDOC |
linebreak_before_singleline_elements | Around Tags - Place singleline elements on new line, available for: XML, XMLDOC |
linebreaks_around_razor_statements | Line breaks around Razor statements (Razor CSharp) |
linebreaks_inside_tags_for_elements_longer_than | Tag Content - Line breaks after start-tag and before end-tag when element is longer than, available for: XML, XMLDOC |
linebreaks_inside_tags_for_elements_with_child_elements | Around Tags - Line breaks after start-tag and before end-tag in elements that contain other elements and no text, available for: HTML, XML, XMLDOC |
linebreaks_inside_tags_for_multiline_elements | Around Tags - Line breaks after start-tag and before end-tag in multiline elements, available for: HTML, XML, XMLDOC |
linkage_specification_braces | Braces Layout - Linkage specifications (C++) |
linkage_specification_indentation | Indentation - Indent linkage specification block members (C++) |
local_function_body | Code Body - Local functions (C#) |
max_array_initializer_elements_on_line | Arrangement of Initializers - Max array initializer elements on a single line (C#) |
max_attribute_length_for_same_line | Arrangement of Attributes - Place attribute section list on separate line if it is longer than (C#) |
max_blank_lines_between_tags | Around Tags - Maximum blank lines between tags, available for: HTML, XML, XMLDOC |
max_enum_members_on_line | Arrangement of Enumerations - Max enumeration members on a single line (C#) |
max_formal_parameters_on_line | Arrangement of Method Signatures - Max formal parameters on a single line (C#) |
max_initializer_elements_on_line | Arrangement of Initializers - Max object and collection initializer elements on a single line (C#) |
max_invocation_arguments_on_line | Arrangement of Invocations - Max invocation arguments on a single line (C#) |
max_line_length | General - Hard wrap at, available for: C#, C++, JavaScript, Protobuf, VB.NET, XML, XMLDOC |
media_query_style | Code Layout - Media query (Css) |
member_initializer_list_style | Place on New Line - Break line before member initializer list (C++) |
method_or_operator_body | Code Body - Methods and operators (C#) |
min_blank_lines_after_imports | Blank Lines - Min blank lines after imports (JavaScript) |
min_blank_lines_around_fields | Blank Lines - Min blank lines around fields and signature declarations (TypeScript) |
min_blank_lines_around_functions | Blank Lines - Min blank lines around functions (JavaScript) |
min_blank_lines_around_types | Blank Lines - Min blank lines around types and modules (TypeScript) |
min_blank_lines_between_declarations | Blank Lines - Min blank lines between declarations (Css) |
modifiers_order | Modifiers - Modifiers order (C#) |
namespace_declaration_braces | Braces Layout - Namespace declaration (C++) |
namespace_indentation | Indentation - Indent namespace members (C++) |
nested_ternary_style | Arrangement of Ternary Expressions - Nested ternary expression style (C#) |
new_line_before_catch | Arrangement of Statements - Place "catch" on new line, available for: C#, C++, JavaScript |
new_line_before_else | Arrangement of Statements - Place "else" on new line, available for: C#, C++, JavaScript |
new_line_before_finally | Arrangement of Statements - Place "finally" on new line, available for: C#, JavaScript |
new_line_before_while | Arrangement of Statements - Place "while" on new line, available for: C#, C++, JavaScript |
no_indent_inside_elements | Around Tags - Do not indent children of (HTML) |
no_indent_inside_if_element_longer_than | Around Tags - Do not indent children if element has more lines than (HTML) |
normalize_tag_names | Other - Normalize tag names (HTML) |
not_options_braces | Indenting Options - Curly braces not in options (Protobuf) |
old_engine | Other - Revert to old formatting engine (C#) |
options_braces | Indenting Options - Curly/pointy braces in aggregate values in options (Protobuf) |
options_braces_pointy | Other - Use pointy braces in aggregate options (Protobuf) |
other_braces | Braces Layout - Other, available for: C#, C++ |
outdent_binary_ops | Align Multiline Constructs - Outdent binary operators (C#) |
outdent_commas | Align Multiline Constructs - Outdent commas, available for: C#, C++ |
outdent_dots | Align Multiline Constructs - Outdent dots in chained method calls, available for: C#, C++ |
parentheses_non_obvious_operations | Parentheses - Add parentheses to avoid non-obvious precedence. Select which operations has non-obvious precedence (C#) |
parentheses_redundancy_style | Parentheses - Remove redundant parentheses (C#) |
pi_attribute_style | Processing Instructions - Attributes format, available for: HTML, XML, XMLDOC |
pi_attributes_indent | Processing Instructions - Attributes indenting, available for: HTML, XML, XMLDOC |
place_abstract_accessorholder_on_single_line | Arrangement of Declaration Blocks - Place abstract/auto property/indexer/event declaration on single line (C#) |
place_accessor_attribute_on_same_line | Arrangement of Attributes - Place accessor attribute on same line (C#) |
place_accessor_with_attrs_holder_on_single_line | Arrangement of Declaration Blocks - Place it on single line even when it has attributes on accessors (C#) |
place_accessorholder_attribute_on_same_line | Arrangement of Attributes - Place property/indexer/event attribute on same line (C#) |
place_attribute_on_same_line | Place simple attribute on same line with owner (generalized) |
place_class_decorator_on_the_same_line | Place on a New Line - Class decorators on the same line with class (TypeScript) |
place_constructor_initializer_on_same_line | Arrangement of Method Signatures - Allow constructor initializer on same line (C#) |
place_each_decorator_on_new_line | Place on a New Line - Place each decorator on a new line (TypeScript) |
place_event_attribute_on_same_line | Attributes - Place event attribute on same line (VB.NET) |
place_expr_accessor_on_single_line | Arrangement of Expression Bodied Members - Place property accessor expression body on same line (C#) |
place_expr_method_on_single_line | Arrangement of Expression Bodied Members - Place method expression body on same line (C#) |
place_expr_property_on_single_line | Arrangement of Expression Bodied Members - Place property expression body on same line (C#) |
place_field_attribute_on_same_line | Arrangement of Attributes - Place field attribute on same line (C#) |
place_field_decorator_on_the_same_line | Place on a New Line - Field decorators on the same line with field (TypeScript) |
place_linq_into_on_new_line | Arrangement of LINQ Expressions - Place "into" on new line in LINQ expressions (C#) |
place_method_attribute_on_same_line | Arrangement of Attributes - Place method attribute on same line (C#) |
place_method_decorator_on_the_same_line | Place on a New Line - Method decorators on the same line with signature (TypeScript) |
place_namespace_definitions_on_same_line | Braces Layout - Place namespace definitions on the same line (C++) |
place_property_attribute_on_same_line | Attributes - Place property attribute on same line (VB.NET) |
place_property_decorator_on_the_same_line | Place on a New Line - Property decorators on the same line with property (TypeScript) |
place_simple_accessor_on_single_line | Arrangement of Declaration Blocks - Place simple accessor on single line (C#) |
place_simple_accessorholder_on_single_line | Arrangement of Declaration Blocks - Place simple property/indexer/event declaration on single line (C#) |
place_simple_anonymousmethod_on_single_line | Arrangement of Embedded Blocks - Place simple anonymous method on single line (C#) |
place_simple_blocks_on_single_line | Place simple blocks on single line (generalized) |
place_simple_case_statement_on_same_line | Arrangement of Embedded Statements - Place simple "case" statement on same line (C#) |
place_simple_declaration_blocks_on_single_line | Place blocks from simple type members on single line (generalized) |
place_simple_embedded_block_on_same_line | Arrangement of Embedded Blocks - Place a block with a single simple statement on same line (C#) |
place_simple_embedded_statement_on_same_line | Arrangement of Embedded Statements - Place simple embedded statement on same line (C#) |
place_simple_enum_on_single_line | Arrangement of Enumerations - Place simple enumeration on single line (C#) |
place_simple_initializer_on_single_line | Arrangement of Initializers - Place simple array, object and collection on single line (C#) |
place_simple_method_on_single_line | Arrangement of Declaration Blocks - Place simple method on single line (C#) |
place_template_args_on_new_line | Place on a New Line - Place template literal arguments on a new line (JavaScript) |
place_type_attribute_on_same_line | Arrangement of Attributes - Place type attribute on same line (C#) |
place_type_constraints_on_same_line | Arrangement of Type Parameters, Constraints and Base Types - Allow type constraints on same line, available for: C#, C++ |
prefer_explicit_discard_declaration | Use 'var' keyword for discards (C#) |
prefer_qualified_reference | Reference Qualification - Prefer fully qualified references (C#) |
prefer_separate_deconstructed_variables_declaration | Prefer separate declarations for deconstructed variables (C#) |
preserve_spaces_inside_tags | Around Tags - Keep white spaces inside (HTML) |
properties_style | Code Layout - Properties (Css) |
protobuf_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (Protobuf) |
protobuf_brace_style | Braces layout style (generalized) |
protobuf_empty_block_style | Indenting Options - Empty block style (Protobuf) |
protobuf_indent_size | Tabs and Indents - Indent size (Protobuf) |
protobuf_indent_style | Tabs and Indents - Indent style (Protobuf) |
protobuf_max_line_length | Wrapping and Chopping - Hard wrap at (Protobuf) |
protobuf_not_options_braces | Indenting Options - Curly braces not in options (Protobuf) |
protobuf_options_braces | Indenting Options - Curly/pointy braces in aggregate values in options (Protobuf) |
protobuf_options_braces_pointy | Other - Use pointy braces in aggregate options (Protobuf) |
protobuf_space_colon_after | Spaces - After: in aggregate options (Protobuf) |
protobuf_space_colon_before | Spaces - Before: in aggregate options (Protobuf) |
protobuf_space_comma | Spaces - After comma in options (Protobuf) |
protobuf_space_equals | Spaces - Around = in fields and options (Protobuf) |
protobuf_tab_width | Tabs and Indents - Tab width (Protobuf) |
qualified_using_at_nested_scope | Reference Qualification - Prefer fully qualified using name at nested scope (C#) |
quote_style | Quotes - Quote style, available for: HTML, JavaScript |
remove_blank_lines_near_braces_in_code | Blank Lines in Code - Remove blank lines after "{" and before "}" in code (C#) |
remove_blank_lines_near_braces_in_declarations | Blank Lines in Declarations - Remove blank lines after "{" and before "}" in declarations (C#) |
resharper_abstract_class_constructor_can_be_made_protected_highlighting | Code Inspection: Constructor of an abstract class can be made protected |
resharper_access_rights_in_text_highlighting | Code Inspection: Cannot access symbol in text argument |
resharper_access_to_disposed_closure_highlighting | Code Inspection: Access to disposed closure |
resharper_access_to_for_each_variable_in_closure_highlighting | Code Inspection: Access to foreach variable in closure |
resharper_access_to_modified_closure_highlighting | Code Inspection: Access to modified closure |
resharper_access_to_static_member_via_derived_type_highlighting | Code Inspection: Access to a static member of a type via a derived type |
resharper_accessor_declaration_braces | Braces Layout - Accessor declaration (C#) |
resharper_accessor_owner_body | Code Body - Properties, indexers and events (C#) |
resharper_accessor_owner_declaration_braces | Braces Layout - Property declaration (C#) |
resharper_add_imports_to_deepest_scope | Reference Qualification - Add 'using' directive to deepest scope (C#) |
resharper_address_of_marshal_by_ref_object_highlighting | Code Inspection: Captured field reference of a marshal-by-reference class may cause a runtime exception |
resharper_align_first_arg_by_paren | Align Multiline Constructs - First call arguments by '(', available for: C#, C++ |
resharper_align_linq_query | Align Multiline Constructs - LINQ query (C#) |
resharper_align_multiline_argument | Align Multiline Constructs - Call arguments, available for: C#, C++, VB.NET |
resharper_align_multiline_array_and_object_initializer | Align Multiline Constructs - Array, object and collection initializer (C#) |
resharper_align_multiline_array_initializer | Align Multiline Constructs - Array initializer (VB.NET) |
resharper_align_multiline_binary_expressions_chain | Align Multiline Constructs - Chained binary expressions, available for: C#, C++ |
resharper_align_multiline_calls_chain | Align Multiline Constructs - Chained method calls, available for: C#, C++ |
resharper_align_multiline_ctor_init | Align Multiline Construct - Member initializers in member initializer lists (C++) |
resharper_align_multiline_expression | Align Multiline Constructs - Other expressions, available for: C#, VB.NET |
resharper_align_multiline_extends_list | Align Multiline Constructs - List of base classes and interfaces, available for: C#, C++ |
resharper_align_multiline_for_stmt | Align Multiline Constructs - "for" statement header (C#) |
resharper_align_multiline_implements_list | Align Multiline Constructs - Implements/handles list (VB.NET) |
resharper_align_multiline_parameter | Align Multiline Constructs - Method parameters, available for: C#, C++, JavaScript, VB.NET |
resharper_align_multiline_type_argument | Align Multiline Construct - Template arguments (C++) |
resharper_align_multiline_type_parameter | Align Multiline Construct - Template parameters in template declaration (C++) |
resharper_align_multiple_declaration | Align Multiline Constructs - Multiple declarations, available for: C#, C++, JavaScript, VB.NET |
resharper_align_multline_type_parameter_constrains | Align Multiline Constructs - Type parameter constraints (C#) |
resharper_align_multline_type_parameter_list | Align Multiline Constructs - Type parameters list (C#) |
resharper_align_ternary | Align Multiline Construct - ?: operator, available for: C++, JavaScript |
resharper_align_tuple_components | Align Multiline Constructs - Tuple components (C#) |
resharper_align_union_type_usage | Align Multiline Constructs - Union type usage (TypeScript) |
resharper_alignment_tab_fill_style | Align Multiline Constructs - How to align when tabs are used for indents, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC |
resharper_allow_alias | Reference Qualification - Use using alias directive to resolve conflicts (C#) |
resharper_allow_comment_after_lbrace | Braces Layout - Allow comment after '{' (C#) |
resharper_amd_dependency_path_problem_highlighting | Code Inspection: Check 'amd-dependency' the same way as require() argument |
resharper_amd_external_module_highlighting | Code Inspection: AMD module may be converted to external module |
resharper_angular_html_banana_highlighting | Code Inspection: 'Banana in a box' [()] violation in Angular 2 binding |
resharper_annotate_can_be_null_parameter_highlighting | Code Inspection: Declaration nullability inferred (parameter is inferred to be nullable) |
resharper_annotate_can_be_null_type_member_highlighting | Code Inspection: Declaration nullability inferred (type member is inferred to be nullable) |
resharper_annotate_not_null_parameter_highlighting | Code Inspection: Declaration nullability inferred (parameter is inferred to be not null) |
resharper_annotate_not_null_type_member_highlighting | Code Inspection: Declaration nullability inferred (type member is inferred to be not null) |
resharper_annotation_conflict_in_hierarchy_highlighting | Code Inspection: Annotation conflict in hierarchy |
resharper_annotation_redundancy_at_value_type_highlighting | Code Inspection: Nullability attribute usage with declaration of void or value type |
resharper_annotation_redundancy_in_hierarchy_highlighting | Code Inspection: Annotation duplicate in hierarchy |
resharper_anonymous_method_declaration_braces | Braces Layout - Lambda and delegate (anonymous method declaration), available for: C#, C++ |
resharper_arguments_anonymous_function | Arguments - Anonymous methods (delegates and lambdas) (C#) |
resharper_arguments_literal | Arguments - Literal values (C#) |
resharper_arguments_named | Arguments - Named expressions (variables, properties, methods, etc.) (C#) |
resharper_arguments_other | Arguments - Other (C#) |
resharper_arguments_string_literal | Arguments - String literal values (C#) |
resharper_arguments_style_anonymous_function_highlighting | Code Inspection: Use preferred argument style for anonymous functions |
resharper_arguments_style_literal_highlighting | Code Inspection: Use preferred argument style for literal values |
resharper_arguments_style_named_expression_highlighting | Code Inspection: Use preferred argument style for named expressions |
resharper_arguments_style_other_highlighting | Code Inspection: Use preferred argument style |
resharper_arguments_style_string_literal_highlighting | Code Inspection: Use preferred argument style for string literal values |
resharper_arrange_accessor_owner_body_highlighting | Code Inspection: Use preferred body style (convert to property, indexer or event with preferred body style) |
resharper_arrange_attributes_highlighting | Code Inspection: Join or separate attributes is section |
resharper_arrange_constructor_or_destructor_body_highlighting | Code Inspection: Use preferred body style (convert to constructor or destructor with preferred body style) |
resharper_arrange_local_function_body_highlighting | Code Inspection: Use preferred body style (convert to local function with preferred body style) |
resharper_arrange_method_or_operator_body_highlighting | Code Inspection: Use preferred body style (convert to method or operator with preferred body style) |
resharper_arrange_missing_parentheses_highlighting | Code Inspection: Add parentheses to avoid non-obvious precedence |
resharper_arrange_modifiers_order_highlighting | Code Inspection: Adjust modifiers declaration order |
resharper_arrange_redundant_parentheses_highlighting | Code Inspection: Remove redundant parentheses |
resharper_arrange_static_member_qualifier_highlighting | Code Inspection: Add/remove qualifier for static members |
resharper_arrange_this_qualifier_highlighting | Code Inspection: Add/remove 'this.' qualifier |
resharper_arrange_type_member_modifiers_highlighting | Code Inspection: Use explicit or implicit modifier definition for type members |
resharper_arrange_type_modifiers_highlighting | Code Inspection: Use explicit or implicit modifier definition for types |
resharper_arrange_var_keywords_in_decontructing_declaration_highlighting | Code Inspection: Join or separate 'var' in deconstruction declarations |
resharper_asp_content_placeholder_not_resolved_highlighting | Code Inspection: Unknown content placeholder |
resharper_asp_custom_page_parser_filter_type_highlighting | Code Inspection: Unsupported pageParserFilterType |
resharper_asp_dead_code_highlighting | Code Inspection: ASP.NET Dead Code |
resharper_asp_entity_highlighting | Code Inspection: Unknown html entity |
resharper_asp_image_highlighting | Code Inspection: Wrong image size |
resharper_asp_invalid_control_type_highlighting | Code Inspection: Invalid control type |
resharper_asp_not_resolved_highlighting | Code Inspection: Unknown symbol |
resharper_asp_ods_method_reference_resolve_error_highlighting | Code Inspection: Object data source method resolve problem |
resharper_asp_resolve_warning_highlighting | Code Inspection: ASP.NET Resolve Warning |
resharper_asp_skin_not_resolved_highlighting | Code Inspection: Unknown skin |
resharper_asp_tag_attribute_with_optional_value_highlighting | Code Inspection: Attribute with optional value problem |
resharper_asp_theme_not_resolved_highlighting | Code Inspection: Unknown theme |
resharper_asp_unused_register_directive_highlighting_highlighting | Code Inspection: Unused register directive |
resharper_asp_warning_highlighting | Code Inspection: ASP.NET Warning |
resharper_assign_null_to_not_null_attribute_highlighting | Code Inspection: Possible 'null' assignment to entity with '[NotNull]' attribute |
resharper_assign_to_constant_highlighting | Code Inspection: Assignment to constant |
resharper_assign_to_implicit_global_in_function_scope_highlighting | Code Inspection: Assignment to an implicitly declared global variable |
resharper_assigned_value_is_never_used_highlighting | Code Inspection: Assigned value is never used |
resharper_assigned_value_wont_be_assigned_to_corresponding_field_highlighting | Code Inspection: Parameter-property value assigned inside constructor won't be assigned to class property |
resharper_assignment_in_condition_expression_highlighting | Code Inspection: Assignment to a variable inside a conditional statement |
resharper_assignment_in_conditional_expression_highlighting | Code Inspection: Assignment in conditional expression |
resharper_assignment_is_fully_discarded_highlighting | Code Inspection: Assignment results are fully discarded |
resharper_asxx_path_error_highlighting | Code Inspection: Path error |
resharper_attribute_indent | Inside of Tag Header - Attributes indenting, available for: HTML, XML, XMLDOC |
resharper_attribute_style | Inside of Tag Header - Attributes format, available for: HTML, XML, XMLDOC |
resharper_auto_property_can_be_made_get_only_global_highlighting | Code Inspection: Auto-property can be made get-only (non-private accessibility) |
resharper_auto_property_can_be_made_get_only_local_highlighting | Code Inspection: Auto-property can be made get-only (private accessibility) |
resharper_bad_attribute_brackets_spaces_highlighting | Code Inspection: Incorrect spacing (around attributes) |
resharper_bad_braces_spaces_highlighting | Code Inspection: Incorrect spacing (around braces) |
resharper_bad_child_statement_indent_highlighting | Code Inspection: Incorrect indent (around child statement) |
resharper_bad_colon_spaces_highlighting | Code Inspection: Incorrect spacing (around colon) |
resharper_bad_comma_spaces_highlighting | Code Inspection: Incorrect spacing (around comma) |
resharper_bad_control_braces_indent_highlighting | Code Inspection: Incorrect indent (around statement braces) |
resharper_bad_control_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around statement braces) |
resharper_bad_declaration_braces_indent_highlighting | Code Inspection: Incorrect indent (around declaration braces) |
resharper_bad_declaration_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around declaration braces) |
resharper_bad_empty_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around empty braces) |
resharper_bad_expression_braces_indent_highlighting | Code Inspection: Incorrect indent (around expression braces) |
resharper_bad_expression_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around expression braces) |
resharper_bad_generic_brackets_spaces_highlighting | Code Inspection: Incorrect spacing (around generic brackets) |
resharper_bad_indent_highlighting | Code Inspection: Incorrect indent (line indent should not be changed relative to the previous line elsewhere) |
resharper_bad_linq_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around LINQ queries) |
resharper_bad_list_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around comma in lists) |
resharper_bad_member_access_spaces_highlighting | Code Inspection: Incorrect spacing (around member access symbols) |
resharper_bad_namespace_braces_indent_highlighting | Code Inspection: Incorrect indent (around namespace braces) |
resharper_bad_parens_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around parenthesis) |
resharper_bad_parens_spaces_highlighting | Code Inspection: Incorrect spacing (around parenthesis) |
resharper_bad_preprocessor_indent_highlighting | Code Inspection: Incorrect indent (around preprocessor directive) |
resharper_bad_semicolon_spaces_highlighting | Code Inspection: Incorrect spacing (around semicolon) |
resharper_bad_spaces_after_keyword_highlighting | Code Inspection: Incorrect spacing (between keyword and parenthesis) |
resharper_bad_square_brackets_spaces_highlighting | Code Inspection: Incorrect spacing (around square brackets within a statement) |
resharper_bad_switch_braces_indent_highlighting | Code Inspection: Incorrect indent (around switch statement) |
resharper_bad_symbol_spaces_highlighting | Code Inspection: Incorrect spacing (around operator symbols) |
resharper_base_member_has_params_highlighting | Code Inspection: Base member has 'params' parameter, but overrider hasn't |
resharper_base_method_call_with_default_parameter_highlighting | Code Inspection: Call to base member with implicit default parameters |
resharper_base_object_equals_is_object_equals_highlighting | Code Inspection: Call to 'base.Equals(...)' is reference equality |
resharper_base_object_get_hash_code_call_in_get_hash_code_highlighting | Code Inspection: Overridden GetHashCode calls base 'Object.GetHashCode()' |
resharper_bitwise_operator_on_enum_without_flags_highlighting | Code Inspection: Bitwise operation on enum which is not marked by [Flags] attribute |
resharper_blank_line_after_pi | Processing Instructions - Blank line after processing instructions, available for: HTML, XML, XMLDOC |
resharper_blank_lines_after_block_statements | Blank Lines in Code - After statements with child blocks (C#) |
resharper_blank_lines_after_control_transfer_statements | Blank Lines in Code - After statements with control transfer (C#) |
resharper_blank_lines_after_imports | Blank Lines - After imports section (VB.NET) |
resharper_blank_lines_after_multiline_statements | Blank Lines in Code - After multiline statements (C#) |
resharper_blank_lines_after_options | Blank Lines - After file options section (VB.NET) |
resharper_blank_lines_after_start_comment | Blank Lines in Declarations - After file header comment (C#) |
resharper_blank_lines_after_using_list | Blank Lines in Declarations - After "using" list (C#) |
resharper_blank_lines_around_auto_property | Blank Lines in Declarations - Around auto/abstract property/event (C#) |
resharper_blank_lines_around_class_definition | Blank Lines - Around class/struct/enum definition (C++) |
resharper_blank_lines_around_field | Blank Lines in Declarations - Around field, available for: C#, VB.NET |
resharper_blank_lines_around_function_declaration | Blank Lines - Around function declarations (C++) |
resharper_blank_lines_around_function_definition | Blank Lines - Around function definitions (C++) |
resharper_blank_lines_around_global_attribute | Blank Lines - After global attribute (VB.NET) |
resharper_blank_lines_around_invocable | Blank Lines in Declarations - Around method, available for: C#, VB.NET |
resharper_blank_lines_around_local_method | Blank Lines in Code - Around local function (C#) |
resharper_blank_lines_around_namespace | Blank Lines in Declarations - Around namespace, available for: C#, C++, VB.NET |
resharper_blank_lines_around_other_declaration | Blank Lines - Around other definitions and declarations (C++) |
resharper_blank_lines_around_property | Blank Lines in Declarations - Around property/event (C#) |
resharper_blank_lines_around_razor_functions | Blank lines around Razor @functions block (Razor CSharp) |
resharper_blank_lines_around_razor_helpers | Blank lines around Razor helpers (Razor CSharp) |
resharper_blank_lines_around_razor_sections | Blank lines around Razor sections (Razor CSharp) |
resharper_blank_lines_around_region | General - Around region, available for: C#, VB.NET |
resharper_blank_lines_around_single_line_auto_property | Blank Lines in Declarations - Around single line auto/abstract property/event (C#) |
resharper_blank_lines_around_single_line_field | Blank Lines in Declarations - Around single line field, available for: C#, VB.NET |
resharper_blank_lines_around_single_line_function_definition | Blank Lines - Around single line function definitions (C++) |
resharper_blank_lines_around_single_line_invocable | Blank Lines in Declarations - Around single line method, available for: C#, VB.NET |
resharper_blank_lines_around_single_line_local_method | Blank Lines in Code - Around single line local function (C#) |
resharper_blank_lines_around_single_line_property | Blank Lines in Declarations - Around single line property/event (C#) |
resharper_blank_lines_around_type | Blank Lines in Declarations - Around type, available for: C#, VB.NET |
resharper_blank_lines_before_block_statements | Blank Lines in Code - Before statements with child blocks (C#) |
resharper_blank_lines_before_control_transfer_statements | Blank Lines in Code - Before statements with control transfer (C#) |
resharper_blank_lines_before_multiline_statements | Blank Lines in Code - Before multiline statements (C#) |
resharper_blank_lines_before_single_line_comment | General - Before single-line comment (C#) |
resharper_blank_lines_between_using_groups | Blank Lines in Declarations - Between different "using" groups (C#) |
resharper_blank_lines_inside_namespace | Blank Lines in Declarations - Inside namespace (C#) |
resharper_blank_lines_inside_region | General - Inside region, available for: C#, VB.NET |
resharper_blank_lines_inside_type | Blank Lines in Declarations - Inside type (C#) |
resharper_block_scope_redeclaration_highlighting | Code Inspection: Redeclaration of let/const |
resharper_brace_style | Braces layout style (generalized) |
resharper_braces_for_dowhile | Braces - In "do-while" statement (C#) |
resharper_braces_for_fixed | Braces - In "fixed" statement (C#) |
resharper_braces_for_for | Braces - In "for" statement (C#) |
resharper_braces_for_foreach | Braces - In "foreach" statement (C#) |
resharper_braces_for_ifelse | Braces - In "if" statement (C#) |
resharper_braces_for_lock | Braces - In "lock" statement (C#) |
resharper_braces_for_using | Braces - In "using" statement (C#) |
resharper_braces_for_while | Braces - In "while" statement (C#) |
resharper_braces_redundant | Braces - Remove redundant (C#) |
resharper_break_template_declaration | Place on New Line - Break line after the template<...> of a template declaration (C++) |
resharper_built_in_type_reference_style_for_member_access_highlighting | Code Inspection: Replace built-in type reference with a CLR type name or a keyword in static member access expressions |
resharper_built_in_type_reference_style_highlighting | Code Inspection: Replace built-in type reference with a CLR type name or a keyword |
resharper_builtin_type_reference_for_member_access_style | Built-in Types - In member access expressions, prefer (C#) |
resharper_builtin_type_reference_style | Built-in Types - In locals, members and parameters, prefer (C#) |
resharper_by_ref_argument_is_volatile_field_highlighting | Code Inspection: Captured reference to 'volatile' field will not be treated as 'volatile' |
resharper_c_sharp_warnings_cs0078_highlighting | Code Inspection: The 'l' suffix is easily confused with the digit '1' |
resharper_c_sharp_warnings_cs0108_cs0114_highlighting | Code Inspection: Keyword 'new' is required |
resharper_c_sharp_warnings_cs0109_highlighting | Code Inspection: Keyword 'new' is redundant |
resharper_c_sharp_warnings_cs0162_highlighting | Code Inspection: Code is unreachable |
resharper_c_sharp_warnings_cs0183_highlighting | Code Inspection: Given expression is always of the provided type |
resharper_c_sharp_warnings_cs0184_highlighting | Code Inspection: Given expression is never of the provided type |
resharper_c_sharp_warnings_cs0197_highlighting | Code Inspection: Taking address of marshal-by-reference class field |
resharper_c_sharp_warnings_cs0252_cs0253_highlighting | Code Inspection: Possible unintended reference comparison |
resharper_c_sharp_warnings_cs0420_highlighting | Code Inspection: Reference to a volatile field will not be treated as volatile |
resharper_c_sharp_warnings_cs0465_highlighting | Code Inspection: Introducing a 'Finalize' method can interfere with destructor invocation |
resharper_c_sharp_warnings_cs0469_highlighting | Code Inspection: 'goto case' value is not implicitly convertible to required type |
resharper_c_sharp_warnings_cs0612_highlighting | Code Inspection: Use of obsolete symbol (without message) |
resharper_c_sharp_warnings_cs0618_highlighting | Code Inspection: Use of obsolete symbol |
resharper_c_sharp_warnings_cs0628_highlighting | Code Inspection: Declaring new protected member in sealed class is the same as declaring it as private |
resharper_c_sharp_warnings_cs0642_highlighting | Code Inspection: Possible mistaken empty statement |
resharper_c_sharp_warnings_cs0657_highlighting | Code Inspection: 'attribute modifier' is not a valid attribute location for this declaration. All attributes in this block will be ignored |
resharper_c_sharp_warnings_cs0658_highlighting | Code Inspection: 'attribute modifier' is not a recognized attribute location. All attributes in this block will be ignored |
resharper_c_sharp_warnings_cs0659_highlighting | Code Inspection: Class overrides Object.Equals(object o) but not Object.GetHashCode() |
resharper_c_sharp_warnings_cs0660_cs0661_highlighting | Code Inspection: Operator '==' or operator '!=' with 'Object.Equals(object o)' and 'Object.GetHashCode()' not overridden |
resharper_c_sharp_warnings_cs0665_highlighting | Code Inspection: Assignment in conditional expression |
resharper_c_sharp_warnings_cs0672_highlighting | Code Inspection: Member overrides obsolete member |
resharper_c_sharp_warnings_cs0693_highlighting | Code Inspection: Type parameter has the same name as a type parameter from the outer type |
resharper_c_sharp_warnings_cs1030_highlighting | Code Inspection: '#warning' directive |
resharper_c_sharp_warnings_cs1058_highlighting | Code Inspection: A previous catch clause already catches all exceptions |
resharper_c_sharp_warnings_cs1066_highlighting | Code Inspection: Default value specified for parameter will have no effect because it applies to a member that is used in contexts that do not allow optional arguments |
resharper_c_sharp_warnings_cs1522_highlighting | Code Inspection: Empty switch block |
resharper_c_sharp_warnings_cs1570_highlighting | Code Inspection: Invalid XML in XML comment |
resharper_c_sharp_warnings_cs1571_highlighting | Code Inspection: Duplicate param tag in XML comment |
resharper_c_sharp_warnings_cs1572_highlighting | Code Inspection: XML comment has a 'param' tag for 'Parameter', but there is no parameter by that name |
resharper_c_sharp_warnings_cs1573_highlighting | Code Inspection: Parameter has no matching param tag in the XML comment |
resharper_c_sharp_warnings_cs1574_highlighting | Code Inspection: Ambiguous reference in XML comment |
resharper_c_sharp_warnings_cs1580_highlighting | Code Inspection: Incorrect signature in XML comment |
resharper_c_sharp_warnings_cs1584_cs1581_cs1580_highlighting | Code Inspection: Cannot resolve reference in XML comment |
resharper_c_sharp_warnings_cs1584_highlighting | Code Inspection: Syntax error in XML comment |
resharper_c_sharp_warnings_cs1587_highlighting | Code Inspection: XML comment is not placed on a valid language element |
resharper_c_sharp_warnings_cs1589_highlighting | Code Inspection: Unable to include XML fragment |
resharper_c_sharp_warnings_cs1590_highlighting | Code Inspection: Invalid XML include element |
resharper_c_sharp_warnings_cs1591_highlighting | Code Inspection: Missing XML comment for publicly visible type or member |
resharper_c_sharp_warnings_cs1592_highlighting | Code Inspection: Badly formed XML in included comments file |
resharper_c_sharp_warnings_cs1710_highlighting | Code Inspection: Duplicate typeparam tag in XML comment |
resharper_c_sharp_warnings_cs1711_highlighting | Code Inspection: XML comment has a 'typeparam' tag for 'TypeParameter', but there is no type parameter by that name |
resharper_c_sharp_warnings_cs1712_highlighting | Code Inspection: Type parameter has no matching typeparam tag in the XML comment |
resharper_c_sharp_warnings_cs1717_highlighting | Code Inspection: Assignment made to same variable |
resharper_c_sharp_warnings_cs1723_highlighting | Code Inspection: XML comment has cref attribute that refers to a type parameter |
resharper_c_sharp_warnings_cs1911_highlighting | Code Inspection: Access to a member through 'base' keyword from anonymous method, lambda expression, query expression or iterator results in unverifiable code |
resharper_c_sharp_warnings_cs1957_highlighting | Code Inspection: Multiple override candidates at run-time |
resharper_c_sharp_warnings_cs1981_highlighting | Code Inspection: Using 'is' to test compatibility with 'dynamic' is essentially identical to testing compatibility with 'Object' and will succeed for all non-null values |
resharper_c_sharp_warnings_cs1998_highlighting | Code Inspection: Async function without await expression |
resharper_c_sharp_warnings_cs4014_highlighting | Code Inspection: Async method invocation without await expression |
resharper_c_sharp_warnings_cs7095_highlighting | Code Inspection: Filter expression is a constant, consider removing the filter |
resharper_c_sharp_warnings_cs8094_highlighting | Code Inspection: Alignment value 'value' has a magnitude greater than 'magnitude limit' and may result in a large formatted string. |
resharper_c_sharp_warnings_cs8123_highlighting | Code Inspection: The tuple element name is ignored because a different name or no name is specified by the target type. |
resharper_c_sharp_warnings_cs8383_highlighting | Code Inspection: The tuple element name is ignored because a different name or no name is specified on the other side of the tuple == or != operator. |
resharper_c_sharp_warnings_cs9002_highlighting | Code Inspection: Did you mean to use the 'default:' switch label? |
resharper_c_sharp_warnings_wme006_highlighting | Code Inspection: Namespace should be default namespace of this project |
resharper_caller_callee_using_error_highlighting | Code Inspection: Using of 'arguments.caller' and 'arguments.callee' in 'strict mode' |
resharper_caller_callee_using_highlighting | Code Inspection: Using of 'arguments.caller' and 'arguments.callee' |
resharper_can_use_global_alias | Reference Qualification - Allow 'global::' prefix use (C#) |
resharper_cannot_apply_equality_operator_to_type_highlighting | Code Inspection: Compare with '==' types marked by 'CannotApplyEqualityOperatorAttribute' |
resharper_case_block_braces | Braces Layout - Block under "case" label, available for: C#, C++ |
resharper_center_tag_is_obsolete_highlighting | Code Inspection: Obsolete tags and attributes (<center> is obsolete) |
resharper_check_for_reference_equality_instead_1_highlighting | Code Inspection: Check for reference equality instead |
resharper_check_for_reference_equality_instead_2_highlighting | Code Inspection: Check for reference equality instead |
resharper_check_for_reference_equality_instead_3_highlighting | Code Inspection: Check for reference equality instead |
resharper_check_for_reference_equality_instead_4_highlighting | Code Inspection: Check for reference equality instead |
resharper_check_namespace_highlighting | Code Inspection: Namespace does not correspond to file location |
resharper_class_can_be_sealed_global_highlighting | Code Inspection: Class can be made sealed(non-inheritable) (non-private accessibility) |
resharper_class_can_be_sealed_local_highlighting | Code Inspection: Class can be made sealed(non-inheritable) (private accessibility) |
resharper_class_cannot_be_instantiated_highlighting | Code Inspection: Class cannot be instantiated |
resharper_class_highlighting | Code Inspection: Class emulation may be converted to class |
resharper_class_never_instantiated_global_highlighting | Code Inspection: Class is never instantiated (non-private accessibility) |
resharper_class_never_instantiated_local_highlighting | Code Inspection: Class is never instantiated (private accessibility) |
resharper_class_with_virtual_members_never_inherited_global_highlighting | Code Inspection: Class with virtual(overridable) members never inherited (non-private accessibility) |
resharper_class_with_virtual_members_never_inherited_local_highlighting | Code Inspection: Class with virtual(overridable) members never inherited (private accessibility) |
resharper_clear_attribute_is_obsolete_all_highlighting | Code Inspection: Obsolete tags and attributes (attribute 'clear' is obsolete) |
resharper_clear_attribute_is_obsolete_highlighting | Code Inspection: Obsolete tags and attributes (attribute 'clear' is obsolete) |
resharper_closure_on_modified_variable_highlighting | Code Inspection: Closure on a variable modified in loop of outer scope |
resharper_co_variant_array_conversion_highlighting | Code Inspection: Co-variant array conversion |
resharper_coerced_equals_using_highlighting | Code Inspection: Using of coerced equality (using of coerced equality operator) |
resharper_coerced_equals_using_with_null_undefined_highlighting | Code Inspection: Using of coerced equality (using of coerced equality operator with 'null' or 'undefined') |
resharper_collection_never_queried_global_highlighting | Code Inspection: Collection's content is never queried (non-private accessibility) |
resharper_collection_never_queried_local_highlighting | Code Inspection: Collection's content is never queried (private accessibility) |
resharper_collection_never_updated_global_highlighting | Code Inspection: Collection is never updated (non-private accessibility) |
resharper_collection_never_updated_local_highlighting | Code Inspection: Collection is never updated (private accessibility) |
resharper_comma_not_valid_here_highlighting | Code Inspection: Comma is not valid here |
resharper_comment_typo_highlighting | Code Inspection: Typo in comment |
resharper_common_js_external_module_highlighting | Code Inspection: CommonJs module may be converted to external module |
resharper_compare_non_constrained_generic_with_null_highlighting | Code Inspection: Possible compare of value type with 'null' |
resharper_compare_of_floats_by_equality_operator_highlighting | Code Inspection: Equality comparison of floating point numbers |
resharper_condition_is_always_const_highlighting | Code Inspection: Condition is always constant |
resharper_condition_is_always_true_or_false_highlighting | Code Inspection: Expression is always 'true' or always 'false' |
resharper_conditional_ternary_equal_branch_highlighting | Code Inspection: '?:' expression has identical true and false branches |
resharper_constant_conditional_access_qualifier_highlighting | Code Inspection: Conditional access qualifier expression is known to be null or not null |
resharper_constant_null_coalescing_condition_highlighting | Code Inspection: '??' condition is known to be null or not null |
resharper_constructor_call_not_used_highlighting | Code Inspection: Constructor call is not used or possibly used for side-effects |
resharper_constructor_initializer_loop_highlighting | Code Inspection: Possible cyclic constructor call |
resharper_constructor_or_destructor_body | Code Body - Constructors and destructors (C#) |
resharper_container_annotation_redundancy_highlighting | Code Inspection: Container nullability attribute usage with declaration of non-container type |
resharper_continuous_indent_multiplier | General - Continuous line indent multiplier (C#) |
resharper_continuous_line_indent | Indentation - Continuous line indent (C++) |
resharper_contract_annotation_not_parsed_highlighting | Code Inspection: Problem in contract annotation definition |
resharper_control_statements_braces | Braces Layout - Control statements (JavaScript) |
resharper_convert_closure_to_method_group_highlighting | Code Inspection: Convert lambda expression to method group |
resharper_convert_if_do_to_while_highlighting | Code Inspection: Convert 'if do while' to 'while |
resharper_convert_if_statement_to_conditional_ternary_expression_highlighting | Code Inspection: 'if' statement can be re-written as '?:' expression |
resharper_convert_if_statement_to_null_coalescing_expression_highlighting | Code Inspection: 'if' statement can be re-written as '??' expression |
resharper_convert_if_statement_to_return_statement_highlighting | Code Inspection: 'if-return' statement can be re-written as 'return' statement |
resharper_convert_if_statement_to_switch_statement_highlighting | Code Inspection: Convert 'if' statement to 'switch' statement |
resharper_convert_if_to_or_expression_highlighting | Code Inspection: Convert 'if' to '||' |
resharper_convert_nullable_to_short_form_highlighting | Code Inspection: Convert 'Nullable<T>' to 'T?' |
resharper_convert_to_auto_property_highlighting | Code Inspection: Convert property to auto-property |
resharper_convert_to_auto_property_when_possible_highlighting | Code Inspection: Convert property to auto-property (when possible) |
resharper_convert_to_auto_property_with_private_setter_highlighting | Code Inspection: Convert property to auto-property with private setter |
resharper_convert_to_constant_global_highlighting | Code Inspection: Convert local variable or field to constant (non-private accessibility) |
resharper_convert_to_constant_local_highlighting | Code Inspection: Convert local variable or field to constant (private accessibility) |
resharper_convert_to_lambda_expression_highlighting | Code Inspection: Convert to lambda expression |
resharper_convert_to_lambda_expression_when_possible_highlighting | Code Inspection: Convert to lambda expression (when possible) |
resharper_convert_to_local_function_highlighting | Code Inspection: Convert delegate variable to local function |
resharper_convert_to_static_class_highlighting | Code Inspection: Convert to static class |
resharper_convert_to_vb_auto_property_highlighting | Code Inspection: Convert property to auto-property |
resharper_convert_to_vb_auto_property_when_possible_highlighting | Code Inspection: Convert property to auto-property when possible |
resharper_convert_to_vb_auto_property_with_private_setter_highlighting | Code Inspection: Convert property to auto-property with private setter |
resharper_cpp_abstract_virtual_function_call_in_ctor_highlighting | Code Inspection: Call to a virtual function inside a constructor/destructor will result in a pure virtual function call |
resharper_cpp_access_specifier_with_no_declarations_highlighting | Code Inspection: Access specifier does not affect any declaration |
resharper_cpp_align_first_arg_by_paren | Align Multiline Construct - First call argument by '(' (C++) |
resharper_cpp_align_multiline_argument | Align Multiline Construct - Call arguments (C++) |
resharper_cpp_align_multiline_binary_expressions_chain | Align Multiline Construct - Chained binary expressions (C++) |
resharper_cpp_align_multiline_calls_chain | Align Multiline Construct - Chained method calls (C++) |
resharper_cpp_align_multiline_ctor_init | Align Multiline Construct - Member initializers in member initializer lists (C++) |
resharper_cpp_align_multiline_extends_list | Align Multiline Construct - Base classes in class base clause (C++) |
resharper_cpp_align_multiline_parameter | Align Multiline Construct - Function parameters (C++) |
resharper_cpp_align_multiline_type_argument | Align Multiline Construct - Template arguments (C++) |
resharper_cpp_align_multiline_type_parameter | Align Multiline Construct - Template parameters in template declaration (C++) |
resharper_cpp_align_multiple_declaration | Align Multiline Construct - Declarators in declaration (C++) |
resharper_cpp_align_ternary | Align Multiline Construct - ?: operator (C++) |
resharper_cpp_alignment_tab_fill_style | Tabs and Indents - How to align when tabs are used for indents (C++) |
resharper_cpp_anonymous_method_declaration_braces | Braces Layout - Anonymous method declaration (C++) |
resharper_cpp_assigned_value_is_never_used_highlighting | Code Inspection: Assigned value is never used |
resharper_cpp_bad_angle_brackets_spaces_highlighting | Code Inspection: Incorrect spacing (around angle brackets) |
resharper_cpp_bad_braces_spaces_highlighting | Code Inspection: Incorrect spacing (around braces) |
resharper_cpp_bad_child_statement_indent_highlighting | Code Inspection: Incorrect indent (around child statement) |
resharper_cpp_bad_colon_spaces_highlighting | Code Inspection: Incorrect spacing (around colon) |
resharper_cpp_bad_comma_spaces_highlighting | Code Inspection: Incorrect spacing (around comma) |
resharper_cpp_bad_control_braces_indent_highlighting | Code Inspection: Incorrect indent (around statement braces) |
resharper_cpp_bad_control_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around statement braces) |
resharper_cpp_bad_declaration_braces_indent_highlighting | Code Inspection: Incorrect indent (around declaration braces) |
resharper_cpp_bad_declaration_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around declaration braces) |
resharper_cpp_bad_empty_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around empty braces) |
resharper_cpp_bad_expression_braces_indent_highlighting | Code Inspection: Incorrect indent (around expression braces) |
resharper_cpp_bad_expression_braces_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around expression braces) |
resharper_cpp_bad_indent_highlighting | Code Inspection: Incorrect indent (line indent should not be changed relative to the previous line elsewhere) |
resharper_cpp_bad_list_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around comma in lists) |
resharper_cpp_bad_member_access_spaces_highlighting | Code Inspection: Incorrect spacing (around member access symbols) |
resharper_cpp_bad_namespace_braces_indent_highlighting | Code Inspection: Incorrect indent (around namespace braces) |
resharper_cpp_bad_parens_line_breaks_highlighting | Code Inspection: Incorrect line breaks (around parenthesis) |
resharper_cpp_bad_parens_spaces_highlighting | Code Inspection: Incorrect spacing (around parenthesis) |
resharper_cpp_bad_semicolon_spaces_highlighting | Code Inspection: Incorrect spacing (around semicolon) |
resharper_cpp_bad_spaces_after_keyword_highlighting | Code Inspection: Incorrect spacing (between keyword and parenthesis) |
resharper_cpp_bad_square_brackets_spaces_highlighting | Code Inspection: Incorrect spacing (around square brackets within a statement) |
resharper_cpp_bad_switch_braces_indent_highlighting | Code Inspection: Incorrect indent (around switch statement) |
resharper_cpp_bad_symbol_spaces_highlighting | Code Inspection: Incorrect spacing (around operator symbols) |
resharper_cpp_blank_lines_around_class_definition | Blank Lines - Around class/struct/enum definition (C++) |
resharper_cpp_blank_lines_around_function_declaration | Blank Lines - Around function declarations (C++) |
resharper_cpp_blank_lines_around_function_definition | Blank Lines - Around function definitions (C++) |
resharper_cpp_blank_lines_around_namespace | Blank Lines - Around namespaces (C++) |
resharper_cpp_blank_lines_around_other_declaration | Blank Lines - Around other definitions and declarations (C++) |
resharper_cpp_blank_lines_around_single_line_function_definition | Blank Lines - Around single line function definitions (C++) |
resharper_cpp_boolean_increment_expression_highlighting | Code Inspection: Incrementing expression of type bool |
resharper_cpp_boost_format_bad_code_highlighting | Code Inspection: Bad format code for boost::format |
resharper_cpp_boost_format_legacy_code_highlighting | Code Inspection: Legacy format code for boost::format |
resharper_cpp_boost_format_mixed_args_highlighting | Code Inspection: Mixed serial and positional arguments for boost::format |
resharper_cpp_boost_format_too_few_args_highlighting | Code Inspection: Not enough arguments in a call to boost::format |
resharper_cpp_boost_format_too_many_args_highlighting | Code Inspection: Too many arguments in a call to boost::format |
resharper_cpp_brace_style | Braces layout style (generalized) |
resharper_cpp_break_template_declaration | Place on New Line - Break line after the template<...> of a template declaration (C++) |
resharper_cpp_c_style_cast_highlighting | Code Inspection: C-style cast used instead of a C++ cast |
resharper_cpp_case_block_braces | Braces Layout - Block under "case" label (C++) |
resharper_cpp_clang_tidy_android_cloexec_accept_highlighting | Code Inspection: android-cloexec-accept clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_accept4_highlighting | Code Inspection: android-cloexec-accept4 clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_creat_highlighting | Code Inspection: android-cloexec-creat clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_dup_highlighting | Code Inspection: android-cloexec-dup clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_epoll_create_highlighting | Code Inspection: android-cloexec-epoll-create clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_epoll_create1_highlighting | Code Inspection: android-cloexec-epoll-create1 clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_fopen_highlighting | Code Inspection: android-cloexec-fopen clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_inotify_init_highlighting | Code Inspection: android-cloexec-inotify-init clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_inotify_init1_highlighting | Code Inspection: android-cloexec-inotify-init1 clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_memfd_create_highlighting | Code Inspection: android-cloexec-memfd-create clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_open_highlighting | Code Inspection: android-cloexec-open clang-tidy check |
resharper_cpp_clang_tidy_android_cloexec_socket_highlighting | Code Inspection: android-cloexec-socket clang-tidy check |
resharper_cpp_clang_tidy_boost_use_to_string_highlighting | Code Inspection: boost-use-to-string clang-tidy check |
resharper_cpp_clang_tidy_bugprone_argument_comment_highlighting | Code Inspection: bugprone-argument-comment clang-tidy check |
resharper_cpp_clang_tidy_bugprone_assert_side_effect_highlighting | Code Inspection: bugprone-assert-side-effect clang-tidy check |
resharper_cpp_clang_tidy_bugprone_bool_pointer_implicit_conversion_highlighting | Code Inspection: bugprone-bool-pointer-implicit-conversion clang-tidy check |
resharper_cpp_clang_tidy_bugprone_copy_constructor_init_highlighting | Code Inspection: bugprone-copy-constructor-init clang-tidy check |
resharper_cpp_clang_tidy_bugprone_dangling_handle_highlighting | Code Inspection: bugprone-dangling-handle clang-tidy check |
resharper_cpp_clang_tidy_bugprone_fold_init_type_highlighting | Code Inspection: bugprone-fold-init-type clang-tidy check |
resharper_cpp_clang_tidy_bugprone_forward_declaration_namespace_highlighting | Code Inspection: bugprone-forward-declaration-namespace clang-tidy check |
resharper_cpp_clang_tidy_bugprone_inaccurate_erase_highlighting | Code Inspection: bugprone-inaccurate-erase clang-tidy check |
resharper_cpp_clang_tidy_bugprone_integer_division_highlighting | Code Inspection: bugprone-integer-division clang-tidy check |
resharper_cpp_clang_tidy_bugprone_misplaced_operator_in_strlen_in_alloc_highlighting | Code Inspection: bugprone-misplaced-operator-in-strlen-in-alloc clang-tidy check |
resharper_cpp_clang_tidy_bugprone_move_forwarding_reference_highlighting | Code Inspection: bugprone-move-forwarding-reference clang-tidy check |
resharper_cpp_clang_tidy_bugprone_multiple_statement_macro_highlighting | Code Inspection: bugprone-multiple-statement-macro clang-tidy check |
resharper_cpp_clang_tidy_bugprone_string_constructor_highlighting | Code Inspection: bugprone-string-constructor clang-tidy check |
resharper_cpp_clang_tidy_bugprone_suspicious_memset_usage_highlighting | Code Inspection: bugprone-suspicious-memset-usage clang-tidy check |
resharper_cpp_clang_tidy_bugprone_undefined_memory_manipulation_highlighting | Code Inspection: bugprone-undefined-memory-manipulation clang-tidy check |
resharper_cpp_clang_tidy_bugprone_use_after_move_highlighting | Code Inspection: bugprone-use-after-move clang-tidy check |
resharper_cpp_clang_tidy_bugprone_virtual_near_miss_highlighting | Code Inspection: bugprone-virtual-near-miss clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl03_c_highlighting | Code Inspection: cert-dcl03-c clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl21_cpp_highlighting | Code Inspection: cert-dcl21-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl50_cpp_highlighting | Code Inspection: cert-dcl50-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl54_cpp_highlighting | Code Inspection: cert-dcl54-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl58_cpp_highlighting | Code Inspection: cert-dcl58-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_dcl59_cpp_highlighting | Code Inspection: cert-dcl59-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_env33_c_highlighting | Code Inspection: cert-env33-c clang-tidy check |
resharper_cpp_clang_tidy_cert_err09_cpp_highlighting | Code Inspection: cert-err09-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_err34_c_highlighting | Code Inspection: cert-err34-c clang-tidy check |
resharper_cpp_clang_tidy_cert_err52_cpp_highlighting | Code Inspection: cert-err52-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_err58_cpp_highlighting | Code Inspection: cert-err58-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_err60_cpp_highlighting | Code Inspection: cert-err60-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_err61_cpp_highlighting | Code Inspection: cert-err61-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_fio38_c_highlighting | Code Inspection: cert-fio38-c clang-tidy check |
resharper_cpp_clang_tidy_cert_flp30_c_highlighting | Code Inspection: cert-flp30-c clang-tidy check |
resharper_cpp_clang_tidy_cert_msc30_c_highlighting | Code Inspection: cert-msc30-c clang-tidy check |
resharper_cpp_clang_tidy_cert_msc50_cpp_highlighting | Code Inspection: cert-msc50-cpp clang-tidy check |
resharper_cpp_clang_tidy_cert_oop11_cpp_highlighting | Code Inspection: cert-oop11-cpp clang-tidy check |
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_google_g_test_highlighting | Code Inspection: apiModeling.google.GTest clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_builtin_builtin_functions_highlighting | Code Inspection: core.builtin.BuiltinFunctions clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_builtin_no_return_functions_highlighting | Code Inspection: core.builtin.NoReturnFunctions clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_call_and_message_highlighting | Code Inspection: core.CallAndMessage clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_divide_zero_highlighting | Code Inspection: core.DivideZero clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_dynamic_type_propagation_highlighting | Code Inspection: core.DynamicTypePropagation clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_non_null_param_checker_highlighting | Code Inspection: core.NonNullParamChecker clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_nonnil_string_constants_highlighting | Code Inspection: core.NonnilStringConstants clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_null_dereference_highlighting | Code Inspection: core.NullDereference clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_stack_address_escape_highlighting | Code Inspection: core.StackAddressEscape clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_undefined_binary_operator_result_highlighting | Code Inspection: core.UndefinedBinaryOperatorResult clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_array_subscript_highlighting | Code Inspection: core.uninitialized.ArraySubscript clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_assign_highlighting | Code Inspection: core.uninitialized.Assign clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_branch_highlighting | Code Inspection: core.uninitialized.Branch clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_captured_block_variable_highlighting | Code Inspection: core.uninitialized.CapturedBlockVariable clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_undef_return_highlighting | Code Inspection: core.uninitialized.UndefReturn clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_core_vla_size_highlighting | Code Inspection: core.VLASize clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_new_delete_highlighting | Code Inspection: cplusplus.NewDelete clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_new_delete_leaks_highlighting | Code Inspection: cplusplus.NewDeleteLeaks clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_self_assignment_highlighting | Code Inspection: cplusplus.SelfAssignment clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_deadcode_dead_stores_highlighting | Code Inspection: deadcode.DeadStores clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_llvm_conventions_highlighting | Code Inspection: llvm.Conventions clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_nullability_null_passed_to_nonnull_highlighting | Code Inspection: nullability.NullPassedToNonnull clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_nullability_null_returned_from_nonnull_highlighting | Code Inspection: nullability.NullReturnedFromNonnull clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_dereferenced_highlighting | Code Inspection: nullability.NullableDereferenced clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_passed_to_nonnull_highlighting | Code Inspection: nullability.NullablePassedToNonnull clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_returned_from_nonnull_highlighting | Code Inspection: nullability.NullableReturnedFromNonnull clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_cplusplus_virtual_call_highlighting | Code Inspection: optin.cplusplus.VirtualCall clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_mpi_mpi_checker_highlighting | Code Inspection: optin.mpi.MPI-Checker clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_osx_cocoa_localizability_empty_localization_context_checker_highlighting | Code Inspection: optin.osx.cocoa.localizability.EmptyLocalizationContextChecker clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_osx_cocoa_localizability_non_localized_string_checker_highlighting | Code Inspection: optin.osx.cocoa.localizability.NonLocalizedStringChecker clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_performance_padding_highlighting | Code Inspection: optin.performance.Padding clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_optin_portability_unix_api_highlighting | Code Inspection: optin.portability.UnixAPI clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_api_highlighting | Code Inspection: osx.API clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_at_sync_highlighting | Code Inspection: osx.cocoa.AtSync clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_class_release_highlighting | Code Inspection: osx.cocoa.ClassRelease clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_dealloc_highlighting | Code Inspection: osx.cocoa.Dealloc clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_incompatible_method_types_highlighting | Code Inspection: osx.cocoa.IncompatibleMethodTypes clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_loops_highlighting | Code Inspection: osx.cocoa.Loops clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_missing_super_call_highlighting | Code Inspection: osx.cocoa.MissingSuperCall clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_nil_arg_highlighting | Code Inspection: osx.cocoa.NilArg clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_non_nil_return_value_highlighting | Code Inspection: osx.cocoa.NonNilReturnValue clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_ns_autorelease_pool_highlighting | Code Inspection: osx.cocoa.NSAutoreleasePool clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_ns_error_highlighting | Code Inspection: osx.cocoa.NSError clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_obj_c_generics_highlighting | Code Inspection: osx.cocoa.ObjCGenerics clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_retain_count_highlighting | Code Inspection: osx.cocoa.RetainCount clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_self_init_highlighting | Code Inspection: osx.cocoa.SelfInit clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_super_dealloc_highlighting | Code Inspection: osx.cocoa.SuperDealloc clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_unused_ivars_highlighting | Code Inspection: osx.cocoa.UnusedIvars clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_variadic_method_types_highlighting | Code Inspection: osx.cocoa.VariadicMethodTypes clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_error_highlighting | Code Inspection: osx.coreFoundation.CFError clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_number_highlighting | Code Inspection: osx.coreFoundation.CFNumber clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_retain_release_highlighting | Code Inspection: osx.coreFoundation.CFRetainRelease clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_containers_out_of_bounds_highlighting | Code Inspection: osx.coreFoundation.containers.OutOfBounds clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_containers_pointer_sized_values_highlighting | Code Inspection: osx.coreFoundation.containers.PointerSizedValues clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_number_object_conversion_highlighting | Code Inspection: osx.NumberObjectConversion clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_obj_c_property_highlighting | Code Inspection: osx.ObjCProperty clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_osx_sec_keychain_api_highlighting | Code Inspection: osx.SecKeychainAPI clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_float_loop_counter_highlighting | Code Inspection: security.FloatLoopCounter clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_getpw_highlighting | Code Inspection: security.insecureAPI.getpw clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_gets_highlighting | Code Inspection: security.insecureAPI.gets clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_mkstemp_highlighting | Code Inspection: security.insecureAPI.mkstemp clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_mktemp_highlighting | Code Inspection: security.insecureAPI.mktemp clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_rand_highlighting | Code Inspection: security.insecureAPI.rand clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_strcpy_highlighting | Code Inspection: security.insecureAPI.strcpy clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_unchecked_return_highlighting | Code Inspection: security.insecureAPI.UncheckedReturn clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_vfork_highlighting | Code Inspection: security.insecureAPI.vfork clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_api_highlighting | Code Inspection: unix.API clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_cstring_bad_size_arg_highlighting | Code Inspection: unix.cstring.BadSizeArg clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_cstring_null_arg_highlighting | Code Inspection: unix.cstring.NullArg clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_malloc_highlighting | Code Inspection: unix.Malloc clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_malloc_sizeof_highlighting | Code Inspection: unix.MallocSizeof clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_mismatched_deallocator_highlighting | Code Inspection: unix.MismatchedDeallocator clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_std_c_library_functions_highlighting | Code Inspection: unix.StdCLibraryFunctions clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_unix_vfork_highlighting | Code Inspection: unix.Vfork clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_valist_copy_to_self_highlighting | Code Inspection: valist.CopyToSelf clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_valist_uninitialized_highlighting | Code Inspection: valist.Uninitialized clang static analyzer check |
resharper_cpp_clang_tidy_clang_analyzer_valist_unterminated_highlighting | Code Inspection: valist.Unterminated clang static analyzer check |
resharper_cpp_clang_tidy_clang_diagnostic_absolute_value_highlighting | Code Inspection: absolute-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_abstract_final_class_highlighting | Code Inspection: abstract-final-class clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_abstract_vbase_init_highlighting | Code Inspection: abstract-vbase-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_address_of_array_temporary_highlighting | Code Inspection: address-of-array-temporary clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_address_of_packed_member_highlighting | Code Inspection: address-of-packed-member clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_address_of_temporary_highlighting | Code Inspection: address-of-temporary clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_aligned_allocation_unavailable_highlighting | Code Inspection: aligned-allocation-unavailable clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_alloca_with_align_alignof_highlighting | Code Inspection: alloca-with-align-alignof clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_delete_highlighting | Code Inspection: ambiguous-delete clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_ellipsis_highlighting | Code Inspection: ambiguous-ellipsis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_macro_highlighting | Code Inspection: ambiguous-macro clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_member_template_highlighting | Code Inspection: ambiguous-member-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_analyzer_incompatible_plugin_highlighting | Code Inspection: analyzer-incompatible-plugin clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_anonymous_pack_parens_highlighting | Code Inspection: anonymous-pack-parens clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_bridge_casts_disallowed_in_nonarc_highlighting | Code Inspection: arc-bridge-casts-disallowed-in-nonarc clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_maybe_repeated_use_of_weak_highlighting | Code Inspection: arc-maybe-repeated-use-of-weak clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_non_pod_memaccess_highlighting | Code Inspection: arc-non-pod-memaccess clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_perform_selector_leaks_highlighting | Code Inspection: arc-performSelector-leaks clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_repeated_use_of_weak_highlighting | Code Inspection: arc-repeated-use-of-weak clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_retain_cycles_highlighting | Code Inspection: arc-retain-cycles clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_arc_unsafe_retained_assign_highlighting | Code Inspection: arc-unsafe-retained-assign clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_array_bounds_highlighting | Code Inspection: array-bounds clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_array_bounds_pointer_arithmetic_highlighting | Code Inspection: array-bounds-pointer-arithmetic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_asm_ignored_qualifier_highlighting | Code Inspection: asm-ignored-qualifier clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_asm_operand_widths_highlighting | Code Inspection: asm-operand-widths clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_assign_enum_highlighting | Code Inspection: assign-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_assume_highlighting | Code Inspection: assume clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_at_protocol_highlighting | Code Inspection: at-protocol clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_atomic_memory_ordering_highlighting | Code Inspection: atomic-memory-ordering clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_atomic_property_with_user_defined_accessor_highlighting | Code Inspection: atomic-property-with-user-defined-accessor clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_attribute_packed_for_bitfield_highlighting | Code Inspection: attribute-packed-for-bitfield clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_auto_disable_vptr_sanitizer_highlighting | Code Inspection: auto-disable-vptr-sanitizer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_auto_import_highlighting | Code Inspection: auto-import clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_auto_storage_class_highlighting | Code Inspection: auto-storage-class clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_auto_var_id_highlighting | Code Inspection: auto-var-id clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_availability_highlighting | Code Inspection: availability clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_backslash_newline_escape_highlighting | Code Inspection: backslash-newline-escape clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bad_function_cast_highlighting | Code Inspection: bad-function-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bind_to_temporary_copy_highlighting | Code Inspection: bind-to-temporary-copy clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_binding_in_condition_highlighting | Code Inspection: binding-in-condition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_constant_conversion_highlighting | Code Inspection: bitfield-constant-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_enum_conversion_highlighting | Code Inspection: bitfield-enum-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_width_highlighting | Code Inspection: bitfield-width clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bitwise_op_parentheses_highlighting | Code Inspection: bitwise-op-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_block_capture_autoreleasing_highlighting | Code Inspection: block-capture-autoreleasing clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bool_conversion_highlighting | Code Inspection: bool-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_braced_scalar_init_highlighting | Code Inspection: braced-scalar-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_bridge_cast_highlighting | Code Inspection: bridge-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_builtin_macro_redefined_highlighting | Code Inspection: builtin-macro-redefined clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_builtin_memcpy_chk_size_highlighting | Code Inspection: builtin-memcpy-chk-size clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_builtin_requires_header_highlighting | Code Inspection: builtin-requires-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_c11_extensions_highlighting | Code Inspection: c11-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_c99_compat_highlighting | Code Inspection: c99-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_c99_extensions_highlighting | Code Inspection: c99-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cast_align_highlighting | Code Inspection: cast-align clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cast_calling_convention_highlighting | Code Inspection: cast-calling-convention clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cast_of_sel_type_highlighting | Code Inspection: cast-of-sel-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cast_qual_highlighting | Code Inspection: cast-qual clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cf_string_literal_highlighting | Code Inspection: CFString-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_char_subscripts_highlighting | Code Inspection: char-subscripts clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_clang_cl_pch_highlighting | Code Inspection: clang-cl-pch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_class_varargs_highlighting | Code Inspection: class-varargs clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_comma_highlighting | Code Inspection: comma clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_comment_highlighting | Code Inspection: comment clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_compare_distinct_pointer_types_highlighting | Code Inspection: compare-distinct-pointer-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_complex_component_init_highlighting | Code Inspection: complex-component-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_conditional_type_mismatch_highlighting | Code Inspection: conditional-type-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_conditional_uninitialized_highlighting | Code Inspection: conditional-uninitialized clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_config_macros_highlighting | Code Inspection: config-macros clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_constant_conversion_highlighting | Code Inspection: constant-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_constant_logical_operand_highlighting | Code Inspection: constant-logical-operand clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_constexpr_not_const_highlighting | Code Inspection: constexpr-not-const clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_consumed_highlighting | Code Inspection: consumed clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_conversion_highlighting | Code Inspection: conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_coroutine_missing_unhandled_exception_highlighting | Code Inspection: coroutine-missing-unhandled-exception clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_covered_switch_default_highlighting | Code Inspection: covered-switch-default clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp_compat_highlighting | Code Inspection: c++-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_deprecated_writable_strings_highlighting | Code Inspection: c++11-compat-deprecated-writable-strings clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_highlighting | Code Inspection: c++11-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_reserved_user_defined_literal_highlighting | Code Inspection: c++11-compat-reserved-user-defined-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_extensions_highlighting | Code Inspection: c++11-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_extra_semi_highlighting | Code Inspection: c++11-extra-semi clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_inline_namespace_highlighting | Code Inspection: c++11-inline-namespace clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_long_long_highlighting | Code Inspection: c++11-long-long clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_narrowing_highlighting | Code Inspection: c++11-narrowing clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp14_binary_literal_highlighting | Code Inspection: c++14-binary-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp14_extensions_highlighting | Code Inspection: c++14-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp17_compat_mangling_highlighting | Code Inspection: c++17-compat-mangling clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp2a_extensions_highlighting | Code Inspection: c++2a-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_bind_to_temporary_copy_highlighting | Code Inspection: c++98-compat-bind-to-temporary-copy clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_highlighting | Code Inspection: c++98-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_local_type_template_args_highlighting | Code Inspection: c++98-compat-local-type-template-args clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_pedantic_highlighting | Code Inspection: c++98-compat-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_unnamed_type_template_args_highlighting | Code Inspection: c++98-compat-unnamed-type-template-args clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_binary_literal_highlighting | Code Inspection: c++98-c++11-compat-binary-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_highlighting | Code Inspection: c++98-c++11-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_pedantic_highlighting | Code Inspection: c++98-c++11-compat-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_compat_highlighting | Code Inspection: c++98-c++11-c++14-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_compat_pedantic_highlighting | Code Inspection: c++98-c++11-c++14-compat-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_cpp17_compat_highlighting | Code Inspection: c++98-c++11-c++14-c++17-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_cpp17_compat_pedantic_highlighting | Code Inspection: c++98-c++11-c++14-c++17-compat-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cstring_format_directive_highlighting | Code Inspection: cstring-format-directive clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_cuda_compat_highlighting | Code Inspection: cuda-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_custom_atomic_properties_highlighting | Code Inspection: custom-atomic-properties clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dangling_else_highlighting | Code Inspection: dangling-else clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dangling_field_highlighting | Code Inspection: dangling-field clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dangling_initializer_list_highlighting | Code Inspection: dangling-initializer-list clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_date_time_highlighting | Code Inspection: date-time clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dealloc_in_category_highlighting | Code Inspection: dealloc-in-category clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_debug_compression_unavailable_highlighting | Code Inspection: debug-compression-unavailable clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_declaration_after_statement_highlighting | Code Inspection: declaration-after-statement clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_delegating_ctor_cycles_highlighting | Code Inspection: delegating-ctor-cycles clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_delete_incomplete_highlighting | Code Inspection: delete-incomplete clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_delete_non_virtual_dtor_highlighting | Code Inspection: delete-non-virtual-dtor clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_attributes_highlighting | Code Inspection: deprecated-attributes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_declarations_highlighting | Code Inspection: deprecated-declarations clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_dynamic_exception_spec_highlighting | Code Inspection: deprecated-dynamic-exception-spec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_highlighting | Code Inspection: deprecated clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_implementations_highlighting | Code Inspection: deprecated-implementations clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_increment_bool_highlighting | Code Inspection: deprecated-increment-bool clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_isa_usage_highlighting | Code Inspection: deprecated-objc-isa-usage clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_pointer_introspection_highlighting | Code Inspection: deprecated-objc-pointer-introspection clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_pointer_introspection_perform_selector_highlighting | Code Inspection: deprecated-objc-pointer-introspection-performSelector clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_register_highlighting | Code Inspection: deprecated-register clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_direct_ivar_access_highlighting | Code Inspection: direct-ivar-access clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_disabled_macro_expansion_highlighting | Code Inspection: disabled-macro-expansion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_distributed_object_modifiers_highlighting | Code Inspection: distributed-object-modifiers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_division_by_zero_highlighting | Code Inspection: division-by-zero clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dll_attribute_on_redeclaration_highlighting | Code Inspection: dll-attribute-on-redeclaration clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dllexport_explicit_instantiation_decl_highlighting | Code Inspection: dllexport-explicit-instantiation-decl clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dllimport_static_field_def_highlighting | Code Inspection: dllimport-static-field-def clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_documentation_deprecated_sync_highlighting | Code Inspection: documentation-deprecated-sync clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_documentation_highlighting | Code Inspection: documentation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_documentation_html_highlighting | Code Inspection: documentation-html clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_documentation_pedantic_highlighting | Code Inspection: documentation-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_documentation_unknown_command_highlighting | Code Inspection: documentation-unknown-command clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dollar_in_identifier_extension_highlighting | Code Inspection: dollar-in-identifier-extension clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_double_promotion_highlighting | Code Inspection: double-promotion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_decl_specifier_highlighting | Code Inspection: duplicate-decl-specifier clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_enum_highlighting | Code Inspection: duplicate-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_method_arg_highlighting | Code Inspection: duplicate-method-arg clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_method_match_highlighting | Code Inspection: duplicate-method-match clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_protocol_highlighting | Code Inspection: duplicate-protocol clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dynamic_class_memaccess_highlighting | Code Inspection: dynamic-class-memaccess clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_dynamic_exception_spec_highlighting | Code Inspection: dynamic-exception-spec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_embedded_directive_highlighting | Code Inspection: embedded-directive clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_empty_body_highlighting | Code Inspection: empty-body clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_empty_decomposition_highlighting | Code Inspection: empty-decomposition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_empty_translation_unit_highlighting | Code Inspection: empty-translation-unit clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_encode_type_highlighting | Code Inspection: encode-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_enum_compare_highlighting | Code Inspection: enum-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_enum_compare_switch_highlighting | Code Inspection: enum-compare-switch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_enum_conversion_highlighting | Code Inspection: enum-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_enum_too_large_highlighting | Code Inspection: enum-too-large clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_error_highlighting | Code Inspection: Clang compiler error |
resharper_cpp_clang_tidy_clang_diagnostic_exceptions_highlighting | Code Inspection: exceptions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_exit_time_destructors_highlighting | Code Inspection: exit-time-destructors clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_expansion_to_defined_highlighting | Code Inspection: expansion-to-defined clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_experimental_isel_highlighting | Code Inspection: experimental-isel clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_explicit_initialize_call_highlighting | Code Inspection: explicit-initialize-call clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_explicit_ownership_type_highlighting | Code Inspection: explicit-ownership-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_extern_c_compat_highlighting | Code Inspection: extern-c-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_extern_initializer_highlighting | Code Inspection: extern-initializer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_extra_qualification_highlighting | Code Inspection: extra-qualification clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_extra_semi_highlighting | Code Inspection: extra-semi clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_extra_tokens_highlighting | Code Inspection: extra-tokens clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_fallback_highlighting | Code Inspection: fallback clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_flag_enum_highlighting | Code Inspection: flag-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_flexible_array_extensions_highlighting | Code Inspection: flexible-array-extensions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_float_conversion_highlighting | Code Inspection: float-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_float_equal_highlighting | Code Inspection: float-equal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_float_overflow_conversion_highlighting | Code Inspection: float-overflow-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_float_zero_conversion_highlighting | Code Inspection: float-zero-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_for_loop_analysis_highlighting | Code Inspection: for-loop-analysis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_extra_args_highlighting | Code Inspection: format-extra-args clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_highlighting | Code Inspection: format clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_invalid_specifier_highlighting | Code Inspection: format-invalid-specifier clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_non_iso_highlighting | Code Inspection: format-non-iso clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_nonliteral_highlighting | Code Inspection: format-nonliteral clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_pedantic_highlighting | Code Inspection: format-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_security_highlighting | Code Inspection: format-security clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_format_zero_length_highlighting | Code Inspection: format-zero-length clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_four_char_constants_highlighting | Code Inspection: four-char-constants clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_frame_larger_than_eq_highlighting | Code Inspection: frame-larger-than= clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_function_def_in_objc_container_highlighting | Code Inspection: function-def-in-objc-container clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gcc_compat_highlighting | Code Inspection: gcc-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_global_constructors_highlighting | Code Inspection: global-constructors clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_alignof_expression_highlighting | Code Inspection: gnu-alignof-expression clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_anonymous_struct_highlighting | Code Inspection: gnu-anonymous-struct clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_array_member_paren_init_highlighting | Code Inspection: gnu-array-member-paren-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_auto_type_highlighting | Code Inspection: gnu-auto-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_binary_literal_highlighting | Code Inspection: gnu-binary-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_case_range_highlighting | Code Inspection: gnu-case-range clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_complex_integer_highlighting | Code Inspection: gnu-complex-integer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_compound_literal_initializer_highlighting | Code Inspection: gnu-compound-literal-initializer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_conditional_omitted_operand_highlighting | Code Inspection: gnu-conditional-omitted-operand clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_designator_highlighting | Code Inspection: gnu-designator clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_empty_initializer_highlighting | Code Inspection: gnu-empty-initializer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_empty_struct_highlighting | Code Inspection: gnu-empty-struct clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_flexible_array_initializer_highlighting | Code Inspection: gnu-flexible-array-initializer clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_flexible_array_union_member_highlighting | Code Inspection: gnu-flexible-array-union-member clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_folding_constant_highlighting | Code Inspection: gnu-folding-constant clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_imaginary_constant_highlighting | Code Inspection: gnu-imaginary-constant clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_include_next_highlighting | Code Inspection: gnu-include-next clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_label_as_value_highlighting | Code Inspection: gnu-label-as-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_redeclared_enum_highlighting | Code Inspection: gnu-redeclared-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_statement_expression_highlighting | Code Inspection: gnu-statement-expression clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_static_float_init_highlighting | Code Inspection: gnu-static-float-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_string_literal_operator_template_highlighting | Code Inspection: gnu-string-literal-operator-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_union_cast_highlighting | Code Inspection: gnu-union-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_variable_sized_type_not_at_end_highlighting | Code Inspection: gnu-variable-sized-type-not-at-end clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_gnu_zero_variadic_macro_arguments_highlighting | Code Inspection: gnu-zero-variadic-macro-arguments clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_header_guard_highlighting | Code Inspection: header-guard clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_header_hygiene_highlighting | Code Inspection: header-hygiene clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_idiomatic_parentheses_highlighting | Code Inspection: idiomatic-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ignored_attributes_highlighting | Code Inspection: ignored-attributes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ignored_optimization_argument_highlighting | Code Inspection: ignored-optimization-argument clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ignored_pragma_intrinsic_highlighting | Code Inspection: ignored-pragma-intrinsic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ignored_pragmas_highlighting | Code Inspection: ignored-pragmas clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ignored_qualifiers_highlighting | Code Inspection: ignored-qualifiers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_atomic_properties_highlighting | Code Inspection: implicit-atomic-properties clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_conversion_floating_point_to_bool_highlighting | Code Inspection: implicit-conversion-floating-point-to-bool clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_exception_spec_mismatch_highlighting | Code Inspection: implicit-exception-spec-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_fallthrough_highlighting | Code Inspection: implicit-fallthrough clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_fallthrough_per_function_highlighting | Code Inspection: implicit-fallthrough-per-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_function_declaration_highlighting | Code Inspection: implicit-function-declaration clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_int_highlighting | Code Inspection: implicit-int clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicit_retain_self_highlighting | Code Inspection: implicit-retain-self clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_implicitly_unsigned_literal_highlighting | Code Inspection: implicitly-unsigned-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_import_preprocessor_directive_pedantic_highlighting | Code Inspection: import-preprocessor-directive-pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inaccessible_base_highlighting | Code Inspection: inaccessible-base clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_include_next_absolute_path_highlighting | Code Inspection: include-next-absolute-path clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_include_next_outside_header_highlighting | Code Inspection: include-next-outside-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_exception_spec_highlighting | Code Inspection: incompatible-exception-spec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_function_pointer_types_highlighting | Code Inspection: incompatible-function-pointer-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_library_redeclaration_highlighting | Code Inspection: incompatible-library-redeclaration clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_ms_struct_highlighting | Code Inspection: incompatible-ms-struct clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_pointer_types_discards_qualifiers_highlighting | Code Inspection: incompatible-pointer-types-discards-qualifiers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_pointer_types_highlighting | Code Inspection: incompatible-pointer-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_property_type_highlighting | Code Inspection: incompatible-property-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_sysroot_highlighting | Code Inspection: incompatible-sysroot clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_implementation_highlighting | Code Inspection: incomplete-implementation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_module_highlighting | Code Inspection: incomplete-module clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_umbrella_highlighting | Code Inspection: incomplete-umbrella clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_dllimport_highlighting | Code Inspection: inconsistent-dllimport clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_missing_destructor_override_highlighting | Code Inspection: inconsistent-missing-destructor-override clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_missing_override_highlighting | Code Inspection: inconsistent-missing-override clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_increment_bool_highlighting | Code Inspection: increment-bool clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_independent_class_attribute_highlighting | Code Inspection: IndependentClass-attribute clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_infinite_recursion_highlighting | Code Inspection: infinite-recursion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_initializer_overrides_highlighting | Code Inspection: initializer-overrides clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_injected_class_name_highlighting | Code Inspection: injected-class-name clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inline_asm_highlighting | Code Inspection: inline-asm clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_inline_new_delete_highlighting | Code Inspection: inline-new-delete clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_instantiation_after_specialization_highlighting | Code Inspection: instantiation-after-specialization clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_int_conversion_highlighting | Code Inspection: int-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_int_to_pointer_cast_highlighting | Code Inspection: int-to-pointer-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_int_to_void_pointer_cast_highlighting | Code Inspection: int-to-void-pointer-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_integer_overflow_highlighting | Code Inspection: integer-overflow clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_constexpr_highlighting | Code Inspection: invalid-constexpr clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_iboutlet_highlighting | Code Inspection: invalid-iboutlet clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_initializer_from_system_header_highlighting | Code Inspection: invalid-initializer-from-system-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_ios_deployment_target_highlighting | Code Inspection: invalid-ios-deployment-target clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_noreturn_highlighting | Code Inspection: invalid-noreturn clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_offsetof_highlighting | Code Inspection: invalid-offsetof clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_or_nonexistent_directory_highlighting | Code Inspection: invalid-or-nonexistent-directory clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_partial_specialization_highlighting | Code Inspection: invalid-partial-specialization clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_pp_token_highlighting | Code Inspection: invalid-pp-token clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_source_encoding_highlighting | Code Inspection: invalid-source-encoding clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_invalid_token_paste_highlighting | Code Inspection: invalid-token-paste clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_jump_seh_finally_highlighting | Code Inspection: jump-seh-finally clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_keyword_compat_highlighting | Code Inspection: keyword-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_keyword_macro_highlighting | Code Inspection: keyword-macro clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_knr_promoted_parameter_highlighting | Code Inspection: knr-promoted-parameter clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_language_extension_token_highlighting | Code Inspection: language-extension-token clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_large_by_value_copy_highlighting | Code Inspection: large-by-value-copy clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_literal_conversion_highlighting | Code Inspection: literal-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_literal_range_highlighting | Code Inspection: literal-range clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_local_type_template_args_highlighting | Code Inspection: local-type-template-args clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_logical_not_parentheses_highlighting | Code Inspection: logical-not-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_logical_op_parentheses_highlighting | Code Inspection: logical-op-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_long_long_highlighting | Code Inspection: long-long clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_macro_redefined_highlighting | Code Inspection: macro-redefined clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_main_highlighting | Code Inspection: main clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_main_return_type_highlighting | Code Inspection: main-return-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_malformed_warning_check_highlighting | Code Inspection: malformed-warning-check clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_many_braces_around_scalar_init_highlighting | Code Inspection: many-braces-around-scalar-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_max_unsigned_zero_highlighting | Code Inspection: max-unsigned-zero clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_memsize_comparison_highlighting | Code Inspection: memsize-comparison clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_method_signatures_highlighting | Code Inspection: method-signatures clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_anon_tag_highlighting | Code Inspection: microsoft-anon-tag clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_cast_highlighting | Code Inspection: microsoft-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_charize_highlighting | Code Inspection: microsoft-charize clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_comment_paste_highlighting | Code Inspection: microsoft-comment-paste clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_const_init_highlighting | Code Inspection: microsoft-const-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_cpp_macro_highlighting | Code Inspection: microsoft-cpp-macro clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_default_arg_redefinition_highlighting | Code Inspection: microsoft-default-arg-redefinition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_end_of_file_highlighting | Code Inspection: microsoft-end-of-file clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_enum_forward_reference_highlighting | Code Inspection: microsoft-enum-forward-reference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_enum_value_highlighting | Code Inspection: microsoft-enum-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_exception_spec_highlighting | Code Inspection: microsoft-exception-spec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_exists_highlighting | Code Inspection: microsoft-exists clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_explicit_constructor_call_highlighting | Code Inspection: microsoft-explicit-constructor-call clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_extra_qualification_highlighting | Code Inspection: microsoft-extra-qualification clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_fixed_enum_highlighting | Code Inspection: microsoft-fixed-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_flexible_array_highlighting | Code Inspection: microsoft-flexible-array clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_goto_highlighting | Code Inspection: microsoft-goto clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_inaccessible_base_highlighting | Code Inspection: microsoft-inaccessible-base clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_include_highlighting | Code Inspection: microsoft-include clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_mutable_reference_highlighting | Code Inspection: microsoft-mutable-reference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_pure_definition_highlighting | Code Inspection: microsoft-pure-definition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_redeclare_static_highlighting | Code Inspection: microsoft-redeclare-static clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_sealed_highlighting | Code Inspection: microsoft-sealed clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_template_highlighting | Code Inspection: microsoft-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_union_member_reference_highlighting | Code Inspection: microsoft-union-member-reference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_unqualified_friend_highlighting | Code Inspection: microsoft-unqualified-friend clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_using_decl_highlighting | Code Inspection: microsoft-using-decl clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_void_pseudo_dtor_highlighting | Code Inspection: microsoft-void-pseudo-dtor clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_new_delete_highlighting | Code Inspection: mismatched-new-delete clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_parameter_types_highlighting | Code Inspection: mismatched-parameter-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_return_types_highlighting | Code Inspection: mismatched-return-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_tags_highlighting | Code Inspection: mismatched-tags clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_braces_highlighting | Code Inspection: missing-braces clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_declarations_highlighting | Code Inspection: missing-declarations clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_exception_spec_highlighting | Code Inspection: missing-exception-spec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_field_initializers_highlighting | Code Inspection: missing-field-initializers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_method_return_type_highlighting | Code Inspection: missing-method-return-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_noescape_highlighting | Code Inspection: missing-noescape clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_noreturn_highlighting | Code Inspection: missing-noreturn clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_prototype_for_cc_highlighting | Code Inspection: missing-prototype-for-cc clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_prototypes_highlighting | Code Inspection: missing-prototypes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_selector_name_highlighting | Code Inspection: missing-selector-name clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_sysroot_highlighting | Code Inspection: missing-sysroot clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_missing_variable_declarations_highlighting | Code Inspection: missing-variable-declarations clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_module_conflict_highlighting | Code Inspection: module-conflict clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_module_file_config_mismatch_highlighting | Code Inspection: module-file-config-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_module_file_extension_highlighting | Code Inspection: module-file-extension clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_module_import_in_extern_c_highlighting | Code Inspection: module-import-in-extern-c clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_modules_ambiguous_internal_linkage_highlighting | Code Inspection: modules-ambiguous-internal-linkage clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_modules_import_nested_redundant_highlighting | Code Inspection: modules-import-nested-redundant clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_msvc_not_found_highlighting | Code Inspection: msvc-not-found clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_multichar_highlighting | Code Inspection: multichar clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_multiple_move_vbase_highlighting | Code Inspection: multiple-move-vbase clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nested_anon_types_highlighting | Code Inspection: nested-anon-types clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_new_returns_null_highlighting | Code Inspection: new-returns-null clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_newline_eof_highlighting | Code Inspection: newline-eof clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_non_literal_null_conversion_highlighting | Code Inspection: non-literal-null-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_non_modular_include_in_framework_module_highlighting | Code Inspection: non-modular-include-in-framework-module clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_non_modular_include_in_module_highlighting | Code Inspection: non-modular-include-in-module clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_non_pod_varargs_highlighting | Code Inspection: non-pod-varargs clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_non_virtual_dtor_highlighting | Code Inspection: non-virtual-dtor clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nonnull_highlighting | Code Inspection: nonnull clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_include_path_highlighting | Code Inspection: nonportable-include-path clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_system_include_path_highlighting | Code Inspection: nonportable-system-include-path clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_vector_initialization_highlighting | Code Inspection: nonportable-vector-initialization clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_ns_object_attribute_highlighting | Code Inspection: NSObject-attribute clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nsconsumed_mismatch_highlighting | Code Inspection: nsconsumed-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nsreturns_mismatch_highlighting | Code Inspection: nsreturns-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_null_arithmetic_highlighting | Code Inspection: null-arithmetic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_null_character_highlighting | Code Inspection: null-character clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_null_conversion_highlighting | Code Inspection: null-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_null_dereference_highlighting | Code Inspection: null-dereference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_null_pointer_arithmetic_highlighting | Code Inspection: null-pointer-arithmetic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_completeness_highlighting | Code Inspection: nullability-completeness clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_completeness_on_arrays_highlighting | Code Inspection: nullability-completeness-on-arrays clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_declspec_highlighting | Code Inspection: nullability-declspec clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_extension_highlighting | Code Inspection: nullability-extension clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_highlighting | Code Inspection: nullability clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullability_inferred_on_nested_type_highlighting | Code Inspection: nullability-inferred-on-nested-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_nullable_to_nonnull_conversion_highlighting | Code Inspection: nullable-to-nonnull-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_autosynthesis_property_ivar_name_match_highlighting | Code Inspection: objc-autosynthesis-property-ivar-name-match clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_circular_container_highlighting | Code Inspection: objc-circular-container clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_designated_initializers_highlighting | Code Inspection: objc-designated-initializers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_flexible_array_highlighting | Code Inspection: objc-flexible-array clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_forward_class_redefinition_highlighting | Code Inspection: objc-forward-class-redefinition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_interface_ivars_highlighting | Code Inspection: objc-interface-ivars clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_literal_compare_highlighting | Code Inspection: objc-literal-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_literal_conversion_highlighting | Code Inspection: objc-literal-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_macro_redefinition_highlighting | Code Inspection: objc-macro-redefinition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_messaging_id_highlighting | Code Inspection: objc-messaging-id clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_method_access_highlighting | Code Inspection: objc-method-access clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_missing_property_synthesis_highlighting | Code Inspection: objc-missing-property-synthesis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_missing_super_calls_highlighting | Code Inspection: objc-missing-super-calls clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_multiple_method_names_highlighting | Code Inspection: objc-multiple-method-names clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_noncopy_retain_block_property_highlighting | Code Inspection: objc-noncopy-retain-block-property clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_nonunified_exceptions_highlighting | Code Inspection: objc-nonunified-exceptions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_implementation_highlighting | Code Inspection: objc-property-implementation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_implicit_mismatch_highlighting | Code Inspection: objc-property-implicit-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_matches_cocoa_ownership_rule_highlighting | Code Inspection: objc-property-matches-cocoa-ownership-rule clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_no_attribute_highlighting | Code Inspection: objc-property-no-attribute clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_synthesis_highlighting | Code Inspection: objc-property-synthesis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_method_implementation_highlighting | Code Inspection: objc-protocol-method-implementation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_property_synthesis_highlighting | Code Inspection: objc-protocol-property-synthesis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_qualifiers_highlighting | Code Inspection: objc-protocol-qualifiers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_readonly_with_setter_property_highlighting | Code Inspection: objc-readonly-with-setter-property clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_redundant_literal_use_highlighting | Code Inspection: objc-redundant-literal-use clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_root_class_highlighting | Code Inspection: objc-root-class clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_string_compare_highlighting | Code Inspection: objc-string-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_string_concatenation_highlighting | Code Inspection: objc-string-concatenation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_objc_unsafe_perform_selector_highlighting | Code Inspection: objc-unsafe-perform-selector clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_odr_highlighting | Code Inspection: odr clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_old_style_cast_highlighting | Code Inspection: old-style-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_opencl_unsupported_rgba_highlighting | Code Inspection: opencl-unsupported-rgba clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_openmp_clauses_highlighting | Code Inspection: openmp-clauses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_openmp_loop_form_highlighting | Code Inspection: openmp-loop-form clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_openmp_target_highlighting | Code Inspection: openmp-target clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_option_ignored_highlighting | Code Inspection: option-ignored clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_out_of_line_declaration_highlighting | Code Inspection: out-of-line-declaration clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_out_of_scope_function_highlighting | Code Inspection: out-of-scope-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_over_aligned_highlighting | Code Inspection: over-aligned clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_overlength_strings_highlighting | Code Inspection: overlength-strings clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_overloaded_shift_op_parentheses_highlighting | Code Inspection: overloaded-shift-op-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_overloaded_virtual_highlighting | Code Inspection: overloaded-virtual clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_override_module_highlighting | Code Inspection: override-module clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_overriding_method_mismatch_highlighting | Code Inspection: overriding-method-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_overriding_t_option_highlighting | Code Inspection: overriding-t-option clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_packed_highlighting | Code Inspection: packed clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_padded_highlighting | Code Inspection: padded clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_parentheses_equality_highlighting | Code Inspection: parentheses-equality clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_parentheses_highlighting | Code Inspection: parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pass_failed_highlighting | Code Inspection: pass-failed clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pch_date_time_highlighting | Code Inspection: pch-date-time clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pedantic_core_features_highlighting | Code Inspection: pedantic-core-features clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pedantic_highlighting | Code Inspection: pedantic clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pessimizing_move_highlighting | Code Inspection: pessimizing-move clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pointer_arith_highlighting | Code Inspection: pointer-arith clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pointer_bool_conversion_highlighting | Code Inspection: pointer-bool-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pointer_sign_highlighting | Code Inspection: pointer-sign clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pointer_type_mismatch_highlighting | Code Inspection: pointer-type-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_potentially_evaluated_expression_highlighting | Code Inspection: potentially-evaluated-expression clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_clang_attribute_highlighting | Code Inspection: pragma-clang-attribute clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_messages_highlighting | Code Inspection: #pragma-messages clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_once_outside_header_highlighting | Code Inspection: pragma-once-outside-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_pack_highlighting | Code Inspection: pragma-pack clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_pack_suspicious_include_highlighting | Code Inspection: pragma-pack-suspicious-include clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragma_system_header_outside_header_highlighting | Code Inspection: pragma-system-header-outside-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_pragmas_highlighting | Code Inspection: pragmas clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_predefined_identifier_outside_function_highlighting | Code Inspection: predefined-identifier-outside-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_private_extern_highlighting | Code Inspection: private-extern clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_private_header_highlighting | Code Inspection: private-header clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_private_module_highlighting | Code Inspection: private-module clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_missing_highlighting | Code Inspection: profile-instr-missing clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_out_of_date_highlighting | Code Inspection: profile-instr-out-of-date clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_unprofiled_highlighting | Code Inspection: profile-instr-unprofiled clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_property_access_dot_syntax_highlighting | Code Inspection: property-access-dot-syntax clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_property_attribute_mismatch_highlighting | Code Inspection: property-attribute-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_protocol_highlighting | Code Inspection: protocol clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_protocol_property_synthesis_ambiguity_highlighting | Code Inspection: protocol-property-synthesis-ambiguity clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_qualified_void_return_type_highlighting | Code Inspection: qualified-void-return-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_range_loop_analysis_highlighting | Code Inspection: range-loop-analysis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_readonly_iboutlet_property_highlighting | Code Inspection: readonly-iboutlet-property clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_receiver_expr_highlighting | Code Inspection: receiver-expr clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_receiver_forward_class_highlighting | Code Inspection: receiver-forward-class clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_redeclared_class_member_highlighting | Code Inspection: redeclared-class-member clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_redundant_move_highlighting | Code Inspection: redundant-move clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_redundant_parens_highlighting | Code Inspection: redundant-parens clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_register_highlighting | Code Inspection: register clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_reinterpret_base_class_highlighting | Code Inspection: reinterpret-base-class clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_reorder_highlighting | Code Inspection: reorder clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_requires_super_attribute_highlighting | Code Inspection: requires-super-attribute clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_reserved_id_macro_highlighting | Code Inspection: reserved-id-macro clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_reserved_user_defined_literal_highlighting | Code Inspection: reserved-user-defined-literal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_retained_language_linkage_highlighting | Code Inspection: retained-language-linkage clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_return_stack_address_highlighting | Code Inspection: return-stack-address clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_return_type_c_linkage_highlighting | Code Inspection: return-type-c-linkage clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_return_type_highlighting | Code Inspection: return-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_rtti_for_exceptions_highlighting | Code Inspection: rtti-for-exceptions clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_section_highlighting | Code Inspection: section clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_selector_highlighting | Code Inspection: selector clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_selector_type_mismatch_highlighting | Code Inspection: selector-type-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_self_assign_field_highlighting | Code Inspection: self-assign-field clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_self_assign_highlighting | Code Inspection: self-assign clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_self_move_highlighting | Code Inspection: self-move clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_semicolon_before_method_body_highlighting | Code Inspection: semicolon-before-method-body clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sentinel_highlighting | Code Inspection: sentinel clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_serialized_diagnostics_highlighting | Code Inspection: serialized-diagnostics clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_highlighting | Code Inspection: shadow-field clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_in_constructor_highlighting | Code Inspection: shadow-field-in-constructor clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_in_constructor_modified_highlighting | Code Inspection: shadow-field-in-constructor-modified clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_highlighting | Code Inspection: shadow clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_ivar_highlighting | Code Inspection: shadow-ivar clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shadow_uncaptured_local_highlighting | Code Inspection: shadow-uncaptured-local clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_count_negative_highlighting | Code Inspection: shift-count-negative clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_count_overflow_highlighting | Code Inspection: shift-count-overflow clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_negative_value_highlighting | Code Inspection: shift-negative-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_op_parentheses_highlighting | Code Inspection: shift-op-parentheses clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_overflow_highlighting | Code Inspection: shift-overflow clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shift_sign_overflow_highlighting | Code Inspection: shift-sign-overflow clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_shorten64_to32_highlighting | Code Inspection: shorten-64-to-32 clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sign_compare_highlighting | Code Inspection: sign-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sign_conversion_highlighting | Code Inspection: sign-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_signed_enum_bitfield_highlighting | Code Inspection: signed-enum-bitfield clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_array_argument_highlighting | Code Inspection: sizeof-array-argument clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_array_decay_highlighting | Code Inspection: sizeof-array-decay clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_pointer_memaccess_highlighting | Code Inspection: sizeof-pointer-memaccess clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_slash_u_filename_highlighting | Code Inspection: slash-u-filename clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sometimes_uninitialized_highlighting | Code Inspection: sometimes-uninitialized clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_source_uses_openmp_highlighting | Code Inspection: source-uses-openmp clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_spir_compat_highlighting | Code Inspection: spir-compat clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_static_float_init_highlighting | Code Inspection: static-float-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_static_in_inline_highlighting | Code Inspection: static-in-inline clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_static_inline_explicit_instantiation_highlighting | Code Inspection: static-inline-explicit-instantiation clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_static_local_in_inline_highlighting | Code Inspection: static-local-in-inline clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_static_self_init_highlighting | Code Inspection: static-self-init clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_strict_prototypes_highlighting | Code Inspection: strict-prototypes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_strict_selector_match_highlighting | Code Inspection: strict-selector-match clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_string_compare_highlighting | Code Inspection: string-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_string_conversion_highlighting | Code Inspection: string-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_string_plus_char_highlighting | Code Inspection: string-plus-char clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_string_plus_int_highlighting | Code Inspection: string-plus-int clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_strlcpy_strlcat_size_highlighting | Code Inspection: strlcpy-strlcat-size clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_strncat_size_highlighting | Code Inspection: strncat-size clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_super_class_method_mismatch_highlighting | Code Inspection: super-class-method-mismatch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_switch_bool_highlighting | Code Inspection: switch-bool clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_switch_enum_highlighting | Code Inspection: switch-enum clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_switch_highlighting | Code Inspection: switch clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_sync_fetch_and_nand_semantics_changed_highlighting | Code Inspection: sync-fetch-and-nand-semantics-changed clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_compare_highlighting | Code Inspection: tautological-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_compare_highlighting | Code Inspection: tautological-constant-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_in_range_compare_highlighting | Code Inspection: tautological-constant-in-range-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_out_of_range_compare_highlighting | Code Inspection: tautological-constant-out-of-range-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_overlap_compare_highlighting | Code Inspection: tautological-overlap-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_pointer_compare_highlighting | Code Inspection: tautological-pointer-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_type_limit_compare_highlighting | Code Inspection: tautological-type-limit-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_undefined_compare_highlighting | Code Inspection: tautological-undefined-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_unsigned_enum_zero_compare_highlighting | Code Inspection: tautological-unsigned-enum-zero-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tautological_unsigned_zero_compare_highlighting | Code Inspection: tautological-unsigned-zero-compare clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_tentative_definition_incomplete_type_highlighting | Code Inspection: tentative-definition-incomplete-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_analysis_highlighting | Code Inspection: thread-safety-analysis clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_attributes_highlighting | Code Inspection: thread-safety-attributes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_beta_highlighting | Code Inspection: thread-safety-beta clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_negative_highlighting | Code Inspection: thread-safety-negative clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_precise_highlighting | Code Inspection: thread-safety-precise clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_reference_highlighting | Code Inspection: thread-safety-reference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_verbose_highlighting | Code Inspection: thread-safety-verbose clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_trigraphs_highlighting | Code Inspection: trigraphs clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_type_safety_highlighting | Code Inspection: type-safety clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_typedef_redefinition_highlighting | Code Inspection: typedef-redefinition clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_typename_missing_highlighting | Code Inspection: typename-missing clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unable_to_open_stats_file_highlighting | Code Inspection: unable-to-open-stats-file clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unavailable_declarations_highlighting | Code Inspection: unavailable-declarations clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undeclared_selector_highlighting | Code Inspection: undeclared-selector clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undef_highlighting | Code Inspection: undef clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_bool_conversion_highlighting | Code Inspection: undefined-bool-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_func_template_highlighting | Code Inspection: undefined-func-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_inline_highlighting | Code Inspection: undefined-inline clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_internal_highlighting | Code Inspection: undefined-internal clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_internal_type_highlighting | Code Inspection: undefined-internal-type clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_reinterpret_cast_highlighting | Code Inspection: undefined-reinterpret-cast clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_undefined_var_template_highlighting | Code Inspection: undefined-var-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unevaluated_expression_highlighting | Code Inspection: unevaluated-expression clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unguarded_availability_highlighting | Code Inspection: unguarded-availability clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unguarded_availability_new_highlighting | Code Inspection: unguarded-availability-new clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unicode_highlighting | Code Inspection: unicode clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unicode_homoglyph_highlighting | Code Inspection: unicode-homoglyph clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unicode_whitespace_highlighting | Code Inspection: unicode-whitespace clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_uninitialized_highlighting | Code Inspection: uninitialized clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_argument_highlighting | Code Inspection: unknown-argument clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_attributes_highlighting | Code Inspection: unknown-attributes clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_escape_sequence_highlighting | Code Inspection: unknown-escape-sequence clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_pragmas_highlighting | Code Inspection: unknown-pragmas clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_sanitizers_highlighting | Code Inspection: unknown-sanitizers clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unknown_warning_option_highlighting | Code Inspection: unknown-warning-option clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unnamed_type_template_args_highlighting | Code Inspection: unnamed-type-template-args clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unneeded_internal_declaration_highlighting | Code Inspection: unneeded-internal-declaration clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unneeded_member_function_highlighting | Code Inspection: unneeded-member-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_break_highlighting | Code Inspection: unreachable-code-break clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_highlighting | Code Inspection: unreachable-code clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_loop_increment_highlighting | Code Inspection: unreachable-code-loop-increment clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_return_highlighting | Code Inspection: unreachable-code-return clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsequenced_highlighting | Code Inspection: unsequenced clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_abs_highlighting | Code Inspection: unsupported-abs clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_availability_guard_highlighting | Code Inspection: unsupported-availability-guard clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_cb_highlighting | Code Inspection: unsupported-cb clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_dll_base_class_template_highlighting | Code Inspection: unsupported-dll-base-class-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_friend_highlighting | Code Inspection: unsupported-friend clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_gpopt_highlighting | Code Inspection: unsupported-gpopt clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_nan_highlighting | Code Inspection: unsupported-nan clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_visibility_highlighting | Code Inspection: unsupported-visibility clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unusable_partial_specialization_highlighting | Code Inspection: unusable-partial-specialization clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_comparison_highlighting | Code Inspection: unused-comparison clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_const_variable_highlighting | Code Inspection: unused-const-variable clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_exception_parameter_highlighting | Code Inspection: unused-exception-parameter clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_function_highlighting | Code Inspection: unused-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_getter_return_value_highlighting | Code Inspection: unused-getter-return-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_label_highlighting | Code Inspection: unused-label clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_lambda_capture_highlighting | Code Inspection: unused-lambda-capture clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_local_typedef_highlighting | Code Inspection: unused-local-typedef clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_macros_highlighting | Code Inspection: unused-macros clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_member_function_highlighting | Code Inspection: unused-member-function clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_parameter_highlighting | Code Inspection: unused-parameter clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_private_field_highlighting | Code Inspection: unused-private-field clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_property_ivar_highlighting | Code Inspection: unused-property-ivar clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_result_highlighting | Code Inspection: unused-result clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_template_highlighting | Code Inspection: unused-template clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_value_highlighting | Code Inspection: unused-value clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_variable_highlighting | Code Inspection: unused-variable clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_unused_volatile_lvalue_highlighting | Code Inspection: unused-volatile-lvalue clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_used_but_marked_unused_highlighting | Code Inspection: used-but-marked-unused clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_user_defined_literals_highlighting | Code Inspection: user-defined-literals clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_user_defined_warnings_highlighting | Code Inspection: user-defined-warnings clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_varargs_highlighting | Code Inspection: varargs clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_variadic_macros_highlighting | Code Inspection: variadic-macros clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_vec_elem_size_highlighting | Code Inspection: vec-elem-size clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_vector_conversion_highlighting | Code Inspection: vector-conversion clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_vexing_parse_highlighting | Code Inspection: vexing-parse clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_visibility_highlighting | Code Inspection: visibility clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_vla_extension_highlighting | Code Inspection: vla-extension clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_vla_highlighting | Code Inspection: vla clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_void_ptr_dereference_highlighting | Code Inspection: void-ptr-dereference clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_warnings_highlighting | Code Inspection: #warnings clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_weak_template_vtables_highlighting | Code Inspection: weak-template-vtables clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_weak_vtables_highlighting | Code Inspection: weak-vtables clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_writable_strings_highlighting | Code Inspection: writable-strings clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_zero_as_null_pointer_constant_highlighting | Code Inspection: zero-as-null-pointer-constant clang diagnostic |
resharper_cpp_clang_tidy_clang_diagnostic_zero_length_array_highlighting | Code Inspection: zero-length-array clang diagnostic |
resharper_cpp_clang_tidy_cppcoreguidelines_c_copy_assignment_signature_highlighting | Code Inspection: cppcoreguidelines-c-copy-assignment-signature clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_interfaces_global_init_highlighting | Code Inspection: cppcoreguidelines-interfaces-global-init clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_no_malloc_highlighting | Code Inspection: cppcoreguidelines-no-malloc clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_owning_memory_highlighting | Code Inspection: cppcoreguidelines-owning-memory clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_bounds_array_to_pointer_decay_highlighting | Code Inspection: cppcoreguidelines-pro-bounds-array-to-pointer-decay clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_bounds_constant_array_index_highlighting | Code Inspection: cppcoreguidelines-pro-bounds-constant-array-index clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_bounds_pointer_arithmetic_highlighting | Code Inspection: cppcoreguidelines-pro-bounds-pointer-arithmetic clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_const_cast_highlighting | Code Inspection: cppcoreguidelines-pro-type-const-cast clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_cstyle_cast_highlighting | Code Inspection: cppcoreguidelines-pro-type-cstyle-cast clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_member_init_highlighting | Code Inspection: cppcoreguidelines-pro-type-member-init clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_reinterpret_cast_highlighting | Code Inspection: cppcoreguidelines-pro-type-reinterpret-cast clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_static_cast_downcast_highlighting | Code Inspection: cppcoreguidelines-pro-type-static-cast-downcast clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_union_access_highlighting | Code Inspection: cppcoreguidelines-pro-type-union-access clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_pro_type_vararg_highlighting | Code Inspection: cppcoreguidelines-pro-type-vararg clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_slicing_highlighting | Code Inspection: cppcoreguidelines-slicing clang-tidy check |
resharper_cpp_clang_tidy_cppcoreguidelines_special_member_functions_highlighting | Code Inspection: cppcoreguidelines-special-member-functions clang-tidy check |
resharper_cpp_clang_tidy_fuchsia_default_arguments_highlighting | Code Inspection: fuchsia-default-arguments clang-tidy check |
resharper_cpp_clang_tidy_fuchsia_overloaded_operator_highlighting | Code Inspection: fuchsia-overloaded-operator clang-tidy check |
resharper_cpp_clang_tidy_fuchsia_virtual_inheritance_highlighting | Code Inspection: fuchsia-virtual-inheritance clang-tidy check |
resharper_cpp_clang_tidy_google_build_explicit_make_pair_highlighting | Code Inspection: google-build-explicit-make-pair clang-tidy check |
resharper_cpp_clang_tidy_google_build_namespaces_highlighting | Code Inspection: google-build-namespaces clang-tidy check |
resharper_cpp_clang_tidy_google_build_using_namespace_highlighting | Code Inspection: google-build-using-namespace clang-tidy check |
resharper_cpp_clang_tidy_google_default_arguments_highlighting | Code Inspection: google-default-arguments clang-tidy check |
resharper_cpp_clang_tidy_google_explicit_constructor_highlighting | Code Inspection: google-explicit-constructor clang-tidy check |
resharper_cpp_clang_tidy_google_global_names_in_headers_highlighting | Code Inspection: google-global-names-in-headers clang-tidy check |
resharper_cpp_clang_tidy_google_objc_avoid_throwing_exception_highlighting | Code Inspection: google-objc-avoid-throwing-exception clang-tidy check |
resharper_cpp_clang_tidy_google_objc_global_variable_declaration_highlighting | Code Inspection: google-objc-global-variable-declaration clang-tidy check |
resharper_cpp_clang_tidy_google_readability_braces_around_statements_highlighting | Code Inspection: google-readability-braces-around-statements clang-tidy check |
resharper_cpp_clang_tidy_google_readability_casting_highlighting | Code Inspection: google-readability-casting clang-tidy check |
resharper_cpp_clang_tidy_google_readability_function_size_highlighting | Code Inspection: google-readability-function-size clang-tidy check |
resharper_cpp_clang_tidy_google_readability_namespace_comments_highlighting | Code Inspection: google-readability-namespace-comments clang-tidy check |
resharper_cpp_clang_tidy_google_readability_redundant_smartptr_get_highlighting | Code Inspection: google-readability-redundant-smartptr-get clang-tidy check |
resharper_cpp_clang_tidy_google_readability_todo_highlighting | Code Inspection: google-readability-todo clang-tidy check |
resharper_cpp_clang_tidy_google_runtime_int_highlighting | Code Inspection: google-runtime-int clang-tidy check |
resharper_cpp_clang_tidy_google_runtime_member_string_references_highlighting | Code Inspection: google-runtime-member-string-references clang-tidy check |
resharper_cpp_clang_tidy_google_runtime_operator_highlighting | Code Inspection: google-runtime-operator clang-tidy check |
resharper_cpp_clang_tidy_google_runtime_references_highlighting | Code Inspection: google-runtime-references clang-tidy check |
resharper_cpp_clang_tidy_hicpp_braces_around_statements_highlighting | Code Inspection: hicpp-braces-around-statements clang-tidy check |
resharper_cpp_clang_tidy_hicpp_deprecated_headers_highlighting | Code Inspection: hicpp-deprecated-headers clang-tidy check |
resharper_cpp_clang_tidy_hicpp_exception_baseclass_highlighting | Code Inspection: hicpp-exception-baseclass clang-tidy check |
resharper_cpp_clang_tidy_hicpp_explicit_conversions_highlighting | Code Inspection: hicpp-explicit-conversions clang-tidy check |
resharper_cpp_clang_tidy_hicpp_function_size_highlighting | Code Inspection: hicpp-function-size clang-tidy check |
resharper_cpp_clang_tidy_hicpp_invalid_access_moved_highlighting | Code Inspection: hicpp-invalid-access-moved clang-tidy check |
resharper_cpp_clang_tidy_hicpp_member_init_highlighting | Code Inspection: hicpp-member-init clang-tidy check |
resharper_cpp_clang_tidy_hicpp_move_const_arg_highlighting | Code Inspection: hicpp-move-const-arg clang-tidy check |
resharper_cpp_clang_tidy_hicpp_named_parameter_highlighting | Code Inspection: hicpp-named-parameter clang-tidy check |
resharper_cpp_clang_tidy_hicpp_new_delete_operators_highlighting | Code Inspection: hicpp-new-delete-operators clang-tidy check |
resharper_cpp_clang_tidy_hicpp_no_array_decay_highlighting | Code Inspection: hicpp-no-array-decay clang-tidy check |
resharper_cpp_clang_tidy_hicpp_no_assembler_highlighting | Code Inspection: hicpp-no-assembler clang-tidy check |
resharper_cpp_clang_tidy_hicpp_no_malloc_highlighting | Code Inspection: hicpp-no-malloc clang-tidy check |
resharper_cpp_clang_tidy_hicpp_noexcept_move_highlighting | Code Inspection: hicpp-noexcept-move clang-tidy check |
resharper_cpp_clang_tidy_hicpp_signed_bitwise_highlighting | Code Inspection: hicpp-signed-bitwise clang-tidy check |
resharper_cpp_clang_tidy_hicpp_special_member_functions_highlighting | Code Inspection: hicpp-special-member-functions clang-tidy check |
resharper_cpp_clang_tidy_hicpp_static_assert_highlighting | Code Inspection: hicpp-static-assert clang-tidy check |
resharper_cpp_clang_tidy_hicpp_undelegated_constructor_highlighting | Code Inspection: hicpp-undelegated-constructor clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_auto_highlighting | Code Inspection: hicpp-use-auto clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_emplace_highlighting | Code Inspection: hicpp-use-emplace clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_equals_default_highlighting | Code Inspection: hicpp-use-equals-default clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_equals_delete_highlighting | Code Inspection: hicpp-use-equals-delete clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_noexcept_highlighting | Code Inspection: hicpp-use-noexcept clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_nullptr_highlighting | Code Inspection: hicpp-use-nullptr clang-tidy check |
resharper_cpp_clang_tidy_hicpp_use_override_highlighting | Code Inspection: hicpp-use-override clang-tidy check |
resharper_cpp_clang_tidy_hicpp_vararg_highlighting | Code Inspection: hicpp-vararg clang-tidy check |
resharper_cpp_clang_tidy_highlighting_highlighting | Code Inspection: Unknown clang-tidy checks |
resharper_cpp_clang_tidy_llvm_header_guard_highlighting | Code Inspection: llvm-header-guard clang-tidy check |
resharper_cpp_clang_tidy_llvm_include_order_highlighting | Code Inspection: llvm-include-order clang-tidy check |
resharper_cpp_clang_tidy_llvm_namespace_comment_highlighting | Code Inspection: llvm-namespace-comment clang-tidy check |
resharper_cpp_clang_tidy_llvm_twine_local_highlighting | Code Inspection: llvm-twine-local clang-tidy check |
resharper_cpp_clang_tidy_misc_definitions_in_headers_highlighting | Code Inspection: misc-definitions-in-headers clang-tidy check |
resharper_cpp_clang_tidy_misc_forwarding_reference_overload_highlighting | Code Inspection: misc-forwarding-reference-overload clang-tidy check |
resharper_cpp_clang_tidy_misc_incorrect_roundings_highlighting | Code Inspection: misc-incorrect-roundings clang-tidy check |
resharper_cpp_clang_tidy_misc_lambda_function_name_highlighting | Code Inspection: misc-lambda-function-name clang-tidy check |
resharper_cpp_clang_tidy_misc_macro_parentheses_highlighting | Code Inspection: misc-macro-parentheses clang-tidy check |
resharper_cpp_clang_tidy_misc_macro_repeated_side_effects_highlighting | Code Inspection: misc-macro-repeated-side-effects clang-tidy check |
resharper_cpp_clang_tidy_misc_misplaced_const_highlighting | Code Inspection: misc-misplaced-const clang-tidy check |
resharper_cpp_clang_tidy_misc_misplaced_widening_cast_highlighting | Code Inspection: misc-misplaced-widening-cast clang-tidy check |
resharper_cpp_clang_tidy_misc_new_delete_overloads_highlighting | Code Inspection: misc-new-delete-overloads clang-tidy check |
resharper_cpp_clang_tidy_misc_non_copyable_objects_highlighting | Code Inspection: misc-non-copyable-objects clang-tidy check |
resharper_cpp_clang_tidy_misc_redundant_expression_highlighting | Code Inspection: misc-redundant-expression clang-tidy check |
resharper_cpp_clang_tidy_misc_sizeof_container_highlighting | Code Inspection: misc-sizeof-container clang-tidy check |
resharper_cpp_clang_tidy_misc_sizeof_expression_highlighting | Code Inspection: misc-sizeof-expression clang-tidy check |
resharper_cpp_clang_tidy_misc_static_assert_highlighting | Code Inspection: misc-static-assert clang-tidy check |
resharper_cpp_clang_tidy_misc_string_compare_highlighting | Code Inspection: misc-string-compare clang-tidy check |
resharper_cpp_clang_tidy_misc_string_integer_assignment_highlighting | Code Inspection: misc-string-integer-assignment clang-tidy check |
resharper_cpp_clang_tidy_misc_string_literal_with_embedded_nul_highlighting | Code Inspection: misc-string-literal-with-embedded-nul clang-tidy check |
resharper_cpp_clang_tidy_misc_suspicious_enum_usage_highlighting | Code Inspection: misc-suspicious-enum-usage clang-tidy check |
resharper_cpp_clang_tidy_misc_suspicious_missing_comma_highlighting | Code Inspection: misc-suspicious-missing-comma clang-tidy check |
resharper_cpp_clang_tidy_misc_suspicious_semicolon_highlighting | Code Inspection: misc-suspicious-semicolon clang-tidy check |
resharper_cpp_clang_tidy_misc_suspicious_string_compare_highlighting | Code Inspection: misc-suspicious-string-compare clang-tidy check |
resharper_cpp_clang_tidy_misc_swapped_arguments_highlighting | Code Inspection: misc-swapped-arguments clang-tidy check |
resharper_cpp_clang_tidy_misc_throw_by_value_catch_by_reference_highlighting | Code Inspection: misc-throw-by-value-catch-by-reference clang-tidy check |
resharper_cpp_clang_tidy_misc_unconventional_assign_operator_highlighting | Code Inspection: misc-unconventional-assign-operator clang-tidy check |
resharper_cpp_clang_tidy_misc_undelegated_constructor_highlighting | Code Inspection: misc-undelegated-constructor clang-tidy check |
resharper_cpp_clang_tidy_misc_uniqueptr_reset_release_highlighting | Code Inspection: misc-uniqueptr-reset-release clang-tidy check |
resharper_cpp_clang_tidy_misc_unused_alias_decls_highlighting | Code Inspection: misc-unused-alias-decls clang-tidy check |
resharper_cpp_clang_tidy_misc_unused_parameters_highlighting | Code Inspection: misc-unused-parameters clang-tidy check |
resharper_cpp_clang_tidy_misc_unused_raii_highlighting | Code Inspection: misc-unused-raii clang-tidy check |
resharper_cpp_clang_tidy_misc_unused_using_decls_highlighting | Code Inspection: misc-unused-using-decls clang-tidy check |
resharper_cpp_clang_tidy_modernize_avoid_bind_highlighting | Code Inspection: modernize-avoid-bind clang-tidy check |
resharper_cpp_clang_tidy_modernize_deprecated_headers_highlighting | Code Inspection: modernize-deprecated-headers clang-tidy check |
resharper_cpp_clang_tidy_modernize_loop_convert_highlighting | Code Inspection: modernize-loop-convert clang-tidy check |
resharper_cpp_clang_tidy_modernize_make_shared_highlighting | Code Inspection: modernize-make-shared clang-tidy check |
resharper_cpp_clang_tidy_modernize_make_unique_highlighting | Code Inspection: modernize-make-unique clang-tidy check |
resharper_cpp_clang_tidy_modernize_pass_by_value_highlighting | Code Inspection: modernize-pass-by-value clang-tidy check |
resharper_cpp_clang_tidy_modernize_raw_string_literal_highlighting | Code Inspection: modernize-raw-string-literal clang-tidy check |
resharper_cpp_clang_tidy_modernize_redundant_void_arg_highlighting | Code Inspection: modernize-redundant-void-arg clang-tidy check |
resharper_cpp_clang_tidy_modernize_replace_auto_ptr_highlighting | Code Inspection: modernize-replace-auto-ptr clang-tidy check |
resharper_cpp_clang_tidy_modernize_replace_random_shuffle_highlighting | Code Inspection: modernize-replace-random-shuffle clang-tidy check |
resharper_cpp_clang_tidy_modernize_return_braced_init_list_highlighting | Code Inspection: modernize-return-braced-init-list clang-tidy check |
resharper_cpp_clang_tidy_modernize_shrink_to_fit_highlighting | Code Inspection: modernize-shrink-to-fit clang-tidy check |
resharper_cpp_clang_tidy_modernize_unary_static_assert_highlighting | Code Inspection: modernize-unary-static-assert clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_auto_highlighting | Code Inspection: modernize-use-auto clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_bool_literals_highlighting | Code Inspection: modernize-use-bool-literals clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_default_member_init_highlighting | Code Inspection: modernize-use-default-member-init clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_emplace_highlighting | Code Inspection: modernize-use-emplace clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_equals_default_highlighting | Code Inspection: modernize-use-equals-default clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_equals_delete_highlighting | Code Inspection: modernize-use-equals-delete clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_noexcept_highlighting | Code Inspection: modernize-use-noexcept clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_nullptr_highlighting | Code Inspection: modernize-use-nullptr clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_override_highlighting | Code Inspection: modernize-use-override clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_transparent_functors_highlighting | Code Inspection: modernize-use-transparent-functors clang-tidy check |
resharper_cpp_clang_tidy_modernize_use_using_highlighting | Code Inspection: modernize-use-using clang-tidy check |
resharper_cpp_clang_tidy_mpi_buffer_deref_highlighting | Code Inspection: mpi-buffer-deref clang-tidy check |
resharper_cpp_clang_tidy_mpi_type_mismatch_highlighting | Code Inspection: mpi-type-mismatch clang-tidy check |
resharper_cpp_clang_tidy_objc_avoid_nserror_init_highlighting | Code Inspection: objc-avoid-nserror-init clang-tidy check |
resharper_cpp_clang_tidy_objc_avoid_spinlock_highlighting | Code Inspection: objc-avoid-spinlock clang-tidy check |
resharper_cpp_clang_tidy_objc_forbidden_subclassing_highlighting | Code Inspection: objc-forbidden-subclassing clang-tidy check |
resharper_cpp_clang_tidy_objc_property_declaration_highlighting | Code Inspection: objc-property-declaration clang-tidy check |
resharper_cpp_clang_tidy_performance_faster_string_find_highlighting | Code Inspection: performance-faster-string-find clang-tidy check |
resharper_cpp_clang_tidy_performance_for_range_copy_highlighting | Code Inspection: performance-for-range-copy clang-tidy check |
resharper_cpp_clang_tidy_performance_implicit_conversion_in_loop_highlighting | Code Inspection: performance-implicit-conversion-in-loop clang-tidy check |
resharper_cpp_clang_tidy_performance_inefficient_algorithm_highlighting | Code Inspection: performance-inefficient-algorithm clang-tidy check |
resharper_cpp_clang_tidy_performance_inefficient_string_concatenation_highlighting | Code Inspection: performance-inefficient-string-concatenation clang-tidy check |
resharper_cpp_clang_tidy_performance_inefficient_vector_operation_highlighting | Code Inspection: performance-inefficient-vector-operation clang-tidy check |
resharper_cpp_clang_tidy_performance_move_const_arg_highlighting | Code Inspection: performance-move-const-arg clang-tidy check |
resharper_cpp_clang_tidy_performance_move_constructor_init_highlighting | Code Inspection: performance-move-constructor-init clang-tidy check |
resharper_cpp_clang_tidy_performance_noexcept_move_constructor_highlighting | Code Inspection: performance-noexcept-move-constructor clang-tidy check |
resharper_cpp_clang_tidy_performance_type_promotion_in_math_fn_highlighting | Code Inspection: performance-type-promotion-in-math-fn clang-tidy check |
resharper_cpp_clang_tidy_performance_unnecessary_copy_initialization_highlighting | Code Inspection: performance-unnecessary-copy-initialization clang-tidy check |
resharper_cpp_clang_tidy_performance_unnecessary_value_param_highlighting | Code Inspection: performance-unnecessary-value-param clang-tidy check |
resharper_cpp_clang_tidy_readability_avoid_const_params_in_decls_highlighting | Code Inspection: readability-avoid-const-params-in-decls clang-tidy check |
resharper_cpp_clang_tidy_readability_braces_around_statements_highlighting | Code Inspection: readability-braces-around-statements clang-tidy check |
resharper_cpp_clang_tidy_readability_container_size_empty_highlighting | Code Inspection: readability-container-size-empty clang-tidy check |
resharper_cpp_clang_tidy_readability_delete_null_pointer_highlighting | Code Inspection: readability-delete-null-pointer clang-tidy check |
resharper_cpp_clang_tidy_readability_deleted_default_highlighting | Code Inspection: readability-deleted-default clang-tidy check |
resharper_cpp_clang_tidy_readability_else_after_return_highlighting | Code Inspection: readability-else-after-return clang-tidy check |
resharper_cpp_clang_tidy_readability_function_size_highlighting | Code Inspection: readability-function-size clang-tidy check |
resharper_cpp_clang_tidy_readability_identifier_naming_highlighting | Code Inspection: readability-identifier-naming clang-tidy check |
resharper_cpp_clang_tidy_readability_implicit_bool_conversion_highlighting | Code Inspection: readability-implicit-bool-conversion clang-tidy check |
resharper_cpp_clang_tidy_readability_inconsistent_declaration_parameter_name_highlighting | Code Inspection: readability-inconsistent-declaration-parameter-name clang-tidy check |
resharper_cpp_clang_tidy_readability_misleading_indentation_highlighting | Code Inspection: readability-misleading-indentation clang-tidy check |
resharper_cpp_clang_tidy_readability_misplaced_array_index_highlighting | Code Inspection: readability-misplaced-array-index clang-tidy check |
resharper_cpp_clang_tidy_readability_named_parameter_highlighting | Code Inspection: readability-named-parameter clang-tidy check |
resharper_cpp_clang_tidy_readability_non_const_parameter_highlighting | Code Inspection: readability-non-const-parameter clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_control_flow_highlighting | Code Inspection: readability-redundant-control-flow clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_declaration_highlighting | Code Inspection: readability-redundant-declaration clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_function_ptr_dereference_highlighting | Code Inspection: readability-redundant-function-ptr-dereference clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_member_init_highlighting | Code Inspection: readability-redundant-member-init clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_smartptr_get_highlighting | Code Inspection: readability-redundant-smartptr-get clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_string_cstr_highlighting | Code Inspection: readability-redundant-string-cstr clang-tidy check |
resharper_cpp_clang_tidy_readability_redundant_string_init_highlighting | Code Inspection: readability-redundant-string-init clang-tidy check |
resharper_cpp_clang_tidy_readability_simplify_boolean_expr_highlighting | Code Inspection: readability-simplify-boolean-expr clang-tidy check |
resharper_cpp_clang_tidy_readability_static_accessed_through_instance_highlighting | Code Inspection: readability-static-accessed-through-instance clang-tidy check |
resharper_cpp_clang_tidy_readability_static_definition_in_anonymous_namespace_highlighting | Code Inspection: readability-static-definition-in-anonymous-namespace clang-tidy check |
resharper_cpp_clang_tidy_readability_uniqueptr_delete_release_highlighting | Code Inspection: readability-uniqueptr-delete-release clang-tidy check |
resharper_cpp_class_is_incomplete_highlighting | Code Inspection: Use of an incomplete type inside a template |
resharper_cpp_class_needs_constructor_because_of_uninitialized_member_highlighting | Code Inspection: Class needs a user-defined constructor because of an uninitialized data member |
resharper_cpp_class_never_used_highlighting | Code Inspection: Class is never used |
resharper_cpp_compile_time_constant_can_be_replaced_with_boolean_constant_highlighting | Code Inspection: Compile-time constant expression can be replaced with either 'true' or 'false' |
resharper_cpp_const_parameter_in_declaration_highlighting | Code Inspection: Const-qualified parameter in a function declaration |
resharper_cpp_const_value_function_return_type_highlighting | Code Inspection: Function returns by const value |
resharper_cpp_continuous_line_indent | Indentation - Continuous line indent (C++) |
resharper_cpp_cv_qualifier_can_not_be_applied_to_reference_highlighting | Code Inspection: Adding cv-qualifiers to references has no effect |
resharper_cpp_declaration_hides_local_highlighting | Code Inspection: Hiding local declaration |
resharper_cpp_declaration_specifier_without_declarators_highlighting | Code Inspection: Declaration specifier with no declarators |
resharper_cpp_declarator_disambiguated_as_function_highlighting | Code Inspection: Declarator disambiguated as a function declaration |
resharper_cpp_declarator_never_used_highlighting | Code Inspection: Declarator is never used |
resharper_cpp_declarator_used_before_initialization_highlighting | Code Inspection: Local variable used without being initialized |
resharper_cpp_default_case_not_handled_in_switch_statement_highlighting | Code Inspection: Default case is not handled in a switch statement |
resharper_cpp_default_initialization_with_no_user_constructor_highlighting | Code Inspection: Default initialization of a const-qualified object of a type without a user-provided default constructor |
resharper_cpp_default_is_used_as_identifier_highlighting | Code Inspection: Keyword 'default' is used as identifier |
resharper_cpp_deleting_void_pointer_highlighting | Code Inspection: Deleting a void pointer |
resharper_cpp_dependent_template_without_template_keyword_highlighting | Code Inspection: Dependent template without 'template' keyword |
resharper_cpp_dependent_type_without_typename_keyword_highlighting | Code Inspection: Dependent type without 'typename' keyword |
resharper_cpp_deprecated_entity_highlighting | Code Inspection: Entity is deprecated |
resharper_cpp_deprecated_register_storage_class_specifier_highlighting | Code Inspection: Deprecated register storage class specifier |
resharper_cpp_dereference_operator_limit_exceeded_highlighting | Code Inspection: Dereference operator limit is exceeded |
resharper_cpp_disable_space_changes_before_trailing_comment | Other - Preserve spaces before end of line comment (C++) |
resharper_cpp_discarded_postfix_operator_result_highlighting | Code Inspection: Result of a postfix operator is discarded |
resharper_cpp_doxygen_syntax_error_highlighting | Code Inspection: Syntax error in doxygen comment |
resharper_cpp_doxygen_undocumented_parameter_highlighting | Code Inspection: Missing function parameter description in a documentation comment |
resharper_cpp_doxygen_unresolved_reference_highlighting | Code Inspection: Unresolved reference in doxygen comment |
resharper_cpp_empty_block_style | Braces Layout - Empty braces formatting (C++) |
resharper_cpp_empty_declaration_highlighting | Code Inspection: Declaration does not declare anything |
resharper_cpp_entity_assigned_but_no_read_highlighting | Code Inspection: Declarator is only assigned but never accessed |
resharper_cpp_entity_used_only_in_unevaluated_context_highlighting | Code Inspection: Declarator is used only in unevaluated context |
resharper_cpp_enumerator_never_used_highlighting | Code Inspection: Enumerator is never used |
resharper_cpp_equal_operands_in_binary_expression_highlighting | Code Inspection: Binary operator acts on equal operands |
resharper_cpp_explicit_specialization_in_non_namespace_scope_highlighting | Code Inspection: Explicit specialization in non-namespace scope |
resharper_cpp_expression_braces | Braces Layout - Other braces (C++) |
resharper_cpp_expression_without_side_effects_highlighting | Code Inspection: Possibly erroneous expression without side-effects |
resharper_cpp_function_declaration_return_type_style | Place on New Line - Break line after member function declaration return type (C++) |
resharper_cpp_function_definition_return_type_style | Place on New Line - Break line after member function definition return type (C++) |
resharper_cpp_function_doesnt_return_value_highlighting | Code Inspection: No return statement in a function or a lambda returning non-void |
resharper_cpp_function_is_not_implemented_highlighting | Code Inspection: Function is not implemented |
resharper_cpp_header_has_been_already_included_highlighting | Code Inspection: Guarded header has already been included |
resharper_cpp_hidden_function_highlighting | Code Inspection: Non-virtual class member function hidden in a derived class |
resharper_cpp_hiding_function_highlighting | Code Inspection: Class member function hiding a non-virtual function from a base class |
resharper_cpp_identical_operands_in_binary_expression_highlighting | Code Inspection: Binary operator acts on identical operands |
resharper_cpp_if_can_be_replaced_by_constexpr_if_highlighting | Code Inspection: If statement with constant condition can be replaced by 'if constexpr' |
resharper_cpp_implicit_default_constructor_not_available_highlighting | Code Inspection: Implicit default constructor is not available |
resharper_cpp_incompatible_pointer_conversion_highlighting | Code Inspection: Implicit conversion to incompatible pointer type |
resharper_cpp_incomplete_switch_statement_highlighting | Code Inspection: Possibly erroneous incomplete switch-statement |
resharper_cpp_inconsistent_naming_highlighting | Code Inspection: Inconsistent Naming |
resharper_cpp_incorrect_blank_lines_near_braces_highlighting | Code Inspection: Incorrect blank lines (incorrect number of blank lines near braces) |
resharper_cpp_indent_access_specifiers_from_class | Indentation - Indent access specifier from class (C++) |
resharper_cpp_indent_invocation_pars | Indentation - Indent method calls' parentheses (C++) |
resharper_cpp_indent_method_decl_pars | Indentation - Indent function declarations' parentheses (C++) |
resharper_cpp_indent_preprocessor_directives | Indentation - Preprocessor directives indenting (C++) |
resharper_cpp_indent_statement_pars | Indentation - Indent statement (if, while, for, etc) parentheses (C++) |
resharper_cpp_indent_switch_labels | Indentation - Indent "case" from "switch" (C++) |
resharper_cpp_indent_type_constraints | Indentation - Indent C++/CLI generic constraints (C++) |
resharper_cpp_indent_wrapped_function_names | Indentation - Indent if a function definition or declaration is wrapped after the type (C++) |
resharper_cpp_initialized_value_is_always_rewritten_highlighting | Code Inspection: Declarator is reassigned in all paths before being read |
resharper_cpp_int_align_comments | Align Similar Code In Columns - End comments (C++) |
resharper_cpp_int_align_declaration_names | Align Similar Code In Columns - Declaration names (C++) |
resharper_cpp_int_align_eq | Align Similar Code In Columns - Assignments (C++) |
resharper_cpp_integral_to_pointer_conversion_highlighting | Code Inspection: Implicit integer to pointer conversion |
resharper_cpp_invalid_line_continuation_highlighting | Code Inspection: Backslash and newline separated by space |
resharper_cpp_invocable_declaration_braces | Braces Layout - Function declaration (C++) |
resharper_cpp_join_declaration_and_assignment_highlighting | Code Inspection: Declaration and assignment can be joined |
resharper_cpp_keep_blank_lines_in_code | Preserve Existing Formatting - Keep max blank lines in code (C++) |
resharper_cpp_keep_blank_lines_in_declarations | Preserve Existing Formatting - Keep max blank lines in declarations (C++) |
resharper_cpp_keep_user_linebreaks | Line Wrapping - Keep existing line breaks (C++) |
resharper_cpp_line_break_after_comma_in_member_initializer_lists | Place on New Line - Line break after comma in member initializer lists (C++) |
resharper_cpp_line_break_before_comma_in_member_initializer_lists | Place on New Line - Line break before comma in member initializer lists (C++) |
resharper_cpp_linkage_specification_braces | Braces Layout - Linkage specifications (C++) |
resharper_cpp_linkage_specification_indentation | Indentation - Indent linkage specification block members (C++) |
resharper_cpp_local_variable_may_be_const_highlighting | Code Inspection: Local variable may be 'const' |
resharper_cpp_local_variable_might_not_be_initialized_highlighting | Code Inspection: Local variable might not be initialized |
resharper_cpp_local_variable_with_non_trivial_dtor_is_never_used_highlighting | Code Inspection: Local variable is never used, but may have side-effects in its destructor |
resharper_cpp_member_function_may_be_const_highlighting | Code Inspection: Member function may be 'const' |
resharper_cpp_member_function_may_be_static_highlighting | Code Inspection: Member function may be 'static' |
resharper_cpp_member_initializer_list_style | Place on New Line - Break line before member initializer list (C++) |
resharper_cpp_member_initializers_order_highlighting | Code Inspection: Order of member initializers does not match the initialization order |
resharper_cpp_mismatched_class_tags_highlighting | Code Inspection: Mismatched class tags |
resharper_cpp_missing_blank_lines_highlighting | Code Inspection: Incorrect blank lines (blank lines are missing elsewhere) |
resharper_cpp_missing_include_guard_highlighting | Code Inspection: Missing include guard |
resharper_cpp_missing_indent_highlighting | Code Inspection: Incorrect indent (line should be indented or outdented elsewhere) |
resharper_cpp_missing_linebreak_highlighting | Code Inspection: Incorrect line breaks (line break is missing elsewhere) |
resharper_cpp_missing_space_highlighting | Code Inspection: Incorrect spacing (space is missing elsewhere) |
resharper_cpp_move_operation_without_noexcept_specification_highlighting | Code Inspection: Move operation without noexcept specification |
resharper_cpp_ms_ext_address_of_class_r_value_highlighting | Code Inspection: Taking an address of class r-value is non-standard Microsoft C++ extension |
resharper_cpp_ms_ext_binding_r_value_to_lvalue_reference_highlighting | Code Inspection: Binding r-value to l-value reference is non-standard Microsoft C++ extension |
resharper_cpp_ms_ext_double_user_conversion_in_copy_init_highlighting | Code Inspection: More than one implicit conversion applied during copy-initialization. This is non-standard Microsoft C++ extension |
resharper_cpp_ms_ext_not_initialized_static_const_local_var_highlighting | Code Inspection: Not initialized static const local variable of scalar type. This is non-standard Microsoft C++ extension. |
resharper_cpp_ms_ext_reinterpret_cast_from_nullptr_highlighting | Code Inspection: Casting from nullptr to pointer type with reinterpret_cast is non-standard Microsoft C++ extension |
resharper_cpp_multiple_spaces_highlighting | Code Inspection: Incorrect spacing (multiple spaces are prohibited) |
resharper_cpp_mutable_specifier_on_reference_member_highlighting | Code Inspection: Reference class member with 'mutable' specifier |
resharper_cpp_namespace_declaration_braces | Braces Layout - Namespace declaration (C++) |
resharper_cpp_namespace_indentation | Indentation - Indent namespace members (C++) |
resharper_cpp_new_line_before_catch | Place on New Line - Place "catch" on new line after compound statement (C++) |
resharper_cpp_new_line_before_else | Place on New Line - Place "else" on new line after compound statement (C++) |
resharper_cpp_new_line_before_while | Place on New Line - Place "while" on new line after compound statement (C++) |
resharper_cpp_no_discard_expression_highlighting | Code Inspection: Unused result of a nodiscard function |
resharper_cpp_non_consistent_acquisition_reclaim_pair_highlighting | Code Inspection: Non-consistent resource acquisition-reclaim pair |
resharper_cpp_non_exception_safe_resource_acquisition_highlighting | Code Inspection: Non-safe resource acquisition |
resharper_cpp_non_explicit_conversion_operator_highlighting | Code Inspection: Non-explicit conversion operator |
resharper_cpp_non_explicit_converting_constructor_highlighting | Code Inspection: Non-explicit converting constructor |
resharper_cpp_non_inline_function_definition_in_header_file_highlighting | Code Inspection: Non-inline function definition in a header file |
resharper_cpp_non_inline_variable_definition_in_header_file_highlighting | Code Inspection: Non-inline variable definition in a header file |
resharper_cpp_non_reclaimed_resource_acquisition_highlighting | Code Inspection: Non-reclaimed resource acquisition |
resharper_cpp_not_all_paths_return_value_highlighting | Code Inspection: Not all control paths return a value |
resharper_cpp_object_member_might_not_be_initialized_highlighting | Code Inspection: Object member might not be initialized |
resharper_cpp_other_braces | Braces Layout - Other statements and blocks (C++) |
resharper_cpp_outdent_commas | Align Multiline Construct - Outdent commas (C++) |
resharper_cpp_outdent_dots | Align Multiline Construct - Outdent "." and "->" in chained method calls (C++) |
resharper_cpp_outdent_is_off_prev_level_highlighting | Code Inspection: Incorrect indent (line indent should be restored to the previous level elsewhere) |
resharper_cpp_overriding_destructor_without_override_specifier_highlighting | Code Inspection: Overriding destructor without 'override' specifier |
resharper_cpp_overriding_function_without_override_specifier_highlighting | Code Inspection: Overriding function without 'override' specifier |
resharper_cpp_parameter_may_be_const_highlighting | Code Inspection: Parameter may be 'const' |
resharper_cpp_parameter_never_used_highlighting | Code Inspection: Parameter is never used |
resharper_cpp_parameter_value_is_reassigned_highlighting | Code Inspection: Parameter is always rewritten in function body before being read |
resharper_cpp_place_namespace_definitions_on_same_line | Braces Layout - Place namespace definitions on the same line (C++) |
resharper_cpp_place_type_constraints_on_same_line | Place on New Line - Allow C++/CLI generic constraints on same line (C++) |
resharper_cpp_pointer_conversion_drops_qualifiers_highlighting | Code Inspection: Implicit conversion to less qualified pointer type |
resharper_cpp_pointer_to_integral_conversion_highlighting | Code Inspection: Implicit pointer to integer conversion |
resharper_cpp_polymorphic_class_with_non_virtual_public_destructor_highlighting | Code Inspection: Polymorphic class with non-virtual public destructor |
resharper_cpp_possibly_erroneous_empty_statements_highlighting | Code Inspection: Possibly erroneous empty-statements |
resharper_cpp_possibly_uninitialized_member_highlighting | Code Inspection: Possibly uninitialized class member |
resharper_cpp_possibly_unintended_object_slicing_highlighting | Code Inspection: Possibly unintended object slicing |
resharper_cpp_precompiled_header_is_not_included_highlighting | Code Inspection: Precompiled header is not included |
resharper_cpp_precompiled_header_not_found_highlighting | Code Inspection: Precompiled header is not found |
resharper_cpp_printf_bad_format_highlighting | Code Inspection: Invalid printf format specifier |
resharper_cpp_printf_extra_arg_highlighting | Code Inspection: Too many arguments in a call to printf |
resharper_cpp_printf_missed_arg_highlighting | Code Inspection: Not enough arguments in a call to printf |
resharper_cpp_printf_risky_format_highlighting | Code Inspection: Probably invalid printf format specifier |
resharper_cpp_private_special_member_function_is_not_implemented_highlighting | Code Inspection: Private special member function is not implemented |
resharper_cpp_range_based_for_incompatible_reference_highlighting | Code Inspection: Probably unintended incompatible reference type in range declaration |
resharper_cpp_redefinition_of_default_argument_in_override_function_highlighting | Code Inspection: Override function redefines a default parameter argument |
resharper_cpp_redundant_access_specifier_highlighting | Code Inspection: Access specifier does not change accessibility level |
resharper_cpp_redundant_base_class_access_specifier_highlighting | Code Inspection: Redundant base class access specifier |
resharper_cpp_redundant_blank_lines_highlighting | Code Inspection: Incorrect blank lines (blank lines are redundant elsewhere) |
resharper_cpp_redundant_boolean_expression_argument_highlighting | Code Inspection: Redundant argument in conditional expression |
resharper_cpp_redundant_control_flow_jump_highlighting | Code Inspection: Redundant control flow jump statement |
resharper_cpp_redundant_else_keyword_highlighting | Code Inspection: Redundant 'else' keyword |
resharper_cpp_redundant_else_keyword_inside_compound_statement_highlighting | Code Inspection: Redundant 'else' keyword inside compound statement |
resharper_cpp_redundant_empty_declaration_highlighting | Code Inspection: Redundant empty declaration |
resharper_cpp_redundant_empty_statement_highlighting | Code Inspection: Redundant empty statement |
resharper_cpp_redundant_inline_specifier_highlighting | Code Inspection: Redundant 'inline' specifier |
resharper_cpp_redundant_linebreak_highlighting | Code Inspection: Incorrect line breaks (line break is redundant elsewhere) |
resharper_cpp_redundant_member_initializer_highlighting | Code Inspection: Redundant member initializer in constructor initialization list |
resharper_cpp_redundant_parentheses_highlighting | Code Inspection: Redundant parentheses |
resharper_cpp_redundant_qualifier_highlighting | Code Inspection: Qualifier is redundant |
resharper_cpp_redundant_space_highlighting | Code Inspection: Incorrect spacing (space is redundant elsewhere) |
resharper_cpp_redundant_static_specifier_on_member_allocation_function_highlighting | Code Inspection: Redundant 'static' specifier on a member allocation/deallocation function |
resharper_cpp_redundant_template_keyword_highlighting | Code Inspection: Redundant 'template' keyword |
resharper_cpp_redundant_typename_keyword_highlighting | Code Inspection: Redundant 'typename' keyword |
resharper_cpp_redundant_virtual_specifier_on_override_function_highlighting | Code Inspection: Redundant 'virtual' specifier on an override function |
resharper_cpp_redundant_void_argument_list_highlighting | Code Inspection: Redundant void argument list |
resharper_cpp_simple_block_style | Braces Layout - Keep simple compound statements in one line (C++) |
resharper_cpp_simple_case_statement_style | Place on New Line - Break line in simple "case" statement (C++) |
resharper_cpp_simple_embedded_statement_style | Place on New Line - Break line in single embedded statement (C++) |
resharper_cpp_smart_pointer_vs_make_function_highlighting | Code Inspection: Constructor of smart pointer used instead of its make function |
resharper_cpp_some_object_members_might_not_be_initialized_highlighting | Code Inspection: Some object members might not be initialized |
resharper_cpp_space_after_cast | In Expressions - After parentheses in cast expressions (C++) |
resharper_cpp_space_after_colon_in_case | In Control Statements - After colon in switch case or label statement (C++) |
resharper_cpp_space_after_comma | Space after comma (generalized) |
resharper_cpp_space_after_comma_in_base_clause | In Declarations - After comma in base clause (C++) |
resharper_cpp_space_after_comma_in_declaration | In Declarations - After comma in declaration of multiple variables (C++) |
resharper_cpp_space_after_comma_in_enum | In Declarations - After comma in enum (C++) |
resharper_cpp_space_after_comma_in_initializer_braces | In Expressions - After comma in uniform initialization braces (C++) |
resharper_cpp_space_after_comma_in_method | In Declarations - After comma in function parameters (C++) |
resharper_cpp_space_after_comma_in_method_call | In Expressions - After comma in function call and initialization (C++) |
resharper_cpp_space_after_comma_in_template_args | In Declarations - After comma in template arguments (C++) |
resharper_cpp_space_after_comma_in_template_params | In Declarations - After comma in template parameters (C++) |
resharper_cpp_space_after_for_colon | In Control Statements - After ':' in range-based for loop (C++) |
resharper_cpp_space_after_keywords_in_control_flow_statements | In Control Statements - Before parentheses (C++) |
resharper_cpp_space_after_ptr_in_data_member | In Declarations - After ptr/ref in declaration of variable (C++) |
resharper_cpp_space_after_ptr_in_data_members | In Declarations - After ptr/ref in declaration of multiple variables (C++) |
resharper_cpp_space_after_ptr_in_method | In Declarations - After ptr/ref in return type of function (C++) |
resharper_cpp_space_after_semicolon_in_for_statement | In Control Statements - After semicolon in for statement (C++) |
resharper_cpp_space_after_ternary_colon | In Expressions - In ternary operator '? :' after ':' (C++) |
resharper_cpp_space_after_ternary_quest | In Expressions - In ternary operator '? :' after '?' (C++) |
resharper_cpp_space_after_type_parameter_constraint_colon | In Declarations - After C++/CLI generic constraint colon (C++) |
resharper_cpp_space_around_alias_eq | In Declarations - Around '=' in alias declaration and namespace alias (C++) |
resharper_cpp_space_around_assignment_operator | In Expressions - Around assignment operator (C++) |
resharper_cpp_space_around_binary_operator | In Expressions - Around binary operator (C++) |
resharper_cpp_space_around_deref_in_trailing_return_type | In Declarations - Around '->' in trailing return types (C++) |
resharper_cpp_space_around_dot | In Expressions - Around dot, '->', '.*' and '->.' (C++) |
resharper_cpp_space_around_member_access_operator | In Expressions - Around dot, '->', '.*' and '->.' (C++) |
resharper_cpp_space_before_colon_in_case | In Control Statements - Before colon in switch case or label statement (C++) |
resharper_cpp_space_before_comma | Space before comma (generalized) |
resharper_cpp_space_before_comma_in_base_clause | In Declarations - Before comma in base clause (C++) |
resharper_cpp_space_before_comma_in_declaration | In Declarations - Before comma in declaration of multiple variables (C++) |
resharper_cpp_space_before_comma_in_enum | In Declarations - Before comma in enum (C++) |
resharper_cpp_space_before_comma_in_initializer_braces | In Expressions - Before comma in uniform initialization braces (C++) |
resharper_cpp_space_before_comma_in_method | In Declarations - Before comma in function parameters (C++) |
resharper_cpp_space_before_comma_in_method_call | In Expressions - Before comma in function call and initialization (C++) |
resharper_cpp_space_before_comma_in_template_args | In Declarations - Before comma in template arguments (C++) |
resharper_cpp_space_before_comma_in_template_params | In Declarations - Before comma in template parameters (C++) |
resharper_cpp_space_before_empty_method_call_parentheses | In Expressions - Before empty parentheses in function call and initialization (C++) |
resharper_cpp_space_before_for_colon | In Control Statements - Before ':' in range-based for loop (C++) |
resharper_cpp_space_before_initializer_braces | In Expressions - Before uniform initialization braces (C++) |
resharper_cpp_space_before_method_call_parentheses | In Expressions - Before parentheses in function call and initialization (C++) |
resharper_cpp_space_before_open_square_brackets | In Expressions - Before array subscript brackets (C++) |
resharper_cpp_space_before_ptr_in_data_member | In Declarations - Before ptr/ref in declaration of variable (C++) |
resharper_cpp_space_before_ptr_in_data_members | In Declarations - Before ptr/ref in declaration of multiple variables (C++) |
resharper_cpp_space_before_ptr_in_method | In Declarations - Before ptr/ref in return type of function (C++) |
resharper_cpp_space_before_semicolon_in_for_statement | In Control Statements - Before semicolon in for statement (C++) |
resharper_cpp_space_before_template_args | In Declarations - Before angle brackets in template arguments (C++) |
resharper_cpp_space_before_template_params | In Declarations - Before angle brackets in template parameters (C++) |
resharper_cpp_space_before_ternary_colon | In Expressions - In ternary operator '? :' before ':' (C++) |
resharper_cpp_space_before_ternary_quest | In Expressions - In ternary operator '? :' before '?' (C++) |
resharper_cpp_space_before_trailing_comment | Other - Before end of line comment (C++) |
resharper_cpp_space_before_type_parameter_constraint_colon | In Declarations - Before C++/CLI generic constraint colon (C++) |
resharper_cpp_space_between_closing_angle_brackets_in_template_args | In Declarations - Between closing angle brackets in template arguments (C++) |
resharper_cpp_space_between_method_call_empty_parameter_list_parentheses | In Expressions - Within empty parentheses in function call and initialization (C++) |
resharper_cpp_space_between_method_call_name_and_opening_parenthesis | Space before method call parenthesis (generalized) |
resharper_cpp_space_between_method_call_parameter_list_parentheses | In Expressions - Within parentheses in function call and initialization (C++) |
resharper_cpp_space_between_method_declaration_empty_parameter_list_parentheses | In Declarations - Within empty parentheses in function parameters (C++) |
resharper_cpp_space_between_method_declaration_name_and_open_parenthesis | In Declarations - Before parentheses in function parameters (C++) |
resharper_cpp_space_between_method_declaration_parameter_list_parentheses | In Declarations - Within pare |