ReSharper 2021.1 Help

Index of EditorConfig properties

This page lists custom ReSharper EditorConfig properties that you can use for configuring code formatting rules, code inspection severity levels, and code syntax style rules. Note that some properties apply to one language while others apply to several languages at once. However, for each multi-language property there is a property that can override it for a specific language, for example, align_multiline_parameter and csharp_align_multiline_parameter..

Property nameDescription
accessor_declaration_bracesBraces layout - Accessor declaration (C#)
accessor_owner_bodyCode body - Properties, indexers and events (C#)
accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
align_first_arg_by_parenAlign multiline constructs - Call arguments by '(', available for: C#, C++
align_linq_queryAlign multiline constructs - LINQ query (C#)
align_multiline_argumentAlign multiline constructs - Call arguments, available for: C#, C++, VB.NET
align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions, available for: C#, C++
align_multiline_calls_chainAlign multiline constructs - Chained method calls, available for: C#, C++
align_multiline_ctor_initAlign multiline construct - Member initializers in member initializer lists (C++)
align_multiline_expressionAlign multiline constructs - Other expressions, available for: C#, VB.NET
align_multiline_expression_bracesAlign multiline construct - Initializer list arguments (C++)
align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces, available for: C#, C++
align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
align_multiline_parameterAlign multiline constructs - Method parameters, available for: C#, C++, JavaScript, VB.NET
align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
align_multiline_type_argumentAlign multiline construct - Template arguments (C++)
align_multiline_type_parameterAlign multiline construct - Template parameters in template declaration (C++)
align_multiple_declarationAlign multiline constructs - Multiple declarations, available for: C#, C++, JavaScript, VB.NET
align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
align_ternaryAlign multiline construct - ?: operator, available for: C++, JavaScript
align_tuple_componentsAlign multiline constructs - Tuple components (C#)
align_union_type_usageAlign multiline constructs - Union type usage (TypeScript)
alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC
allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts, available for: C#, VB.NET
allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large, available for: C#, C++, HTML, JavaScript, Protobuf, XML, XMLDOC
always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration), available for: C#, C++
arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
arguments_literalArguments - Literal values (C#)
arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
arguments_otherArguments - Other (C#)
arguments_skip_singleArguments - Skip single arguments (C#)
arguments_string_literalArguments - String literal values (C#)
attribute_indentInside of tag header - Attributes indenting, available for: HTML, XML, XMLDOC
attribute_styleInside of tag header - Attributes format, available for: HTML, XML, XMLDOC
blank_line_after_piProcessing instructions - Blank line after processing instructions, available for: HTML, XML, XMLDOC
blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
blank_lines_after_importsBlank lines - After imports section (VB.NET)
blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
blank_lines_after_optionsBlank lines - After file options section (VB.NET)
blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
blank_lines_around_class_definitionBlank lines - Around class/struct/enum definition (C++)
blank_lines_around_fieldBlank lines in declarations - Around field, available for: C#, VB.NET
blank_lines_around_function_declarationBlank lines - Around function declarations (C++)
blank_lines_around_function_definitionBlank lines - Around function definitions (C++)
blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
blank_lines_around_invocableBlank lines in declarations - Around method, available for: C#, VB.NET
blank_lines_around_local_methodBlank lines in code - Around local function (C#)
blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
blank_lines_around_namespaceBlank lines in declarations - Around namespace, available for: C#, C++, VB.NET
blank_lines_around_other_declarationBlank lines - Around other definitions and declarations (C++)
blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
blank_lines_around_regionGeneral - Around region, available for: C#, VB.NET
blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field, available for: C#, VB.NET
blank_lines_around_single_line_function_definitionBlank lines - Around single line function definitions (C++)
blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method, available for: C#, VB.NET
blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
blank_lines_around_typeBlank lines in declarations - Around type, available for: C#, VB.NET
blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
blank_lines_inside_regionGeneral - Inside region, available for: C#, VB.NET
blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
brace_styleBraces layout style (generalized)
braces_for_dowhileBraces - In "do-while" statement (C#)
braces_for_fixedBraces - In "fixed" statement (C#)
braces_for_forBraces - In "for" statement (C#)
braces_for_foreachBraces - In "foreach" statement (C#)
braces_for_ifelseBraces - In "if" statement (C#)
braces_for_lockBraces - In "lock" statement (C#)
braces_for_usingBraces - In "using" statement (C#)
braces_for_whileBraces - In "while" statement (C#)
braces_redundantBraces - Remove redundant (C#)
break_template_declarationPlace on new line - Break line after the template<...> of a template declaration (C++)
builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
case_block_bracesBraces layout - Block under "case" label, available for: C#, C++
constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
continuous_line_indentIndentation - Continuous line indent (C++)
control_statements_bracesBraces layout - Control statements (JavaScript)
cpp_align_first_arg_by_parenAlign multiline construct - First call argument by '(' (C++)
cpp_align_multiline_argumentAlign multiline construct - Call arguments (C++)
cpp_align_multiline_binary_expressions_chainAlign multiline construct - Chained binary expressions (C++)
cpp_align_multiline_calls_chainAlign multiline construct - Chained method calls (C++)
cpp_align_multiline_ctor_initAlign multiline construct - Member initializers in member initializer lists (C++)
cpp_align_multiline_expression_bracesAlign multiline construct - Initializer list arguments (C++)
cpp_align_multiline_extends_listAlign multiline construct - Base classes in class base clause (C++)
cpp_align_multiline_parameterAlign multiline construct - Function parameters (C++)
cpp_align_multiline_type_argumentAlign multiline construct - Template arguments (C++)
cpp_align_multiline_type_parameterAlign multiline construct - Template parameters in template declaration (C++)
cpp_align_multiple_declarationAlign multiline construct - Declarators in declaration (C++)
cpp_align_ternaryAlign multiline construct - ?: operator (C++)
cpp_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (C++)
cpp_allow_far_alignmentTabs and indents - Align even if the resulting indentation is too large (C++)
cpp_anonymous_method_declaration_bracesBraces layout - Anonymous method declaration (C++)
cpp_blank_lines_around_class_definitionBlank lines - Around class/struct/enum definition (C++)
cpp_blank_lines_around_function_declarationBlank lines - Around function declarations (C++)
cpp_blank_lines_around_function_definitionBlank lines - Around function definitions (C++)
cpp_blank_lines_around_namespaceBlank lines - Around namespaces (C++)
cpp_blank_lines_around_other_declarationBlank lines - Around other definitions and declarations (C++)
cpp_blank_lines_around_single_line_function_definitionBlank lines - Around single line function definitions (C++)
cpp_brace_styleBraces layout style (generalized)
cpp_break_template_declarationPlace on new line - Break line after the template<...> of a template declaration (C++)
cpp_case_block_bracesBraces layout - Block under "case" label (C++)
cpp_continuous_line_indentIndentation - Continuous line indent (C++)
cpp_disable_space_changes_before_trailing_commentOther - Preserve spaces before end of line comment (C++)
cpp_empty_block_styleBraces layout - Empty braces formatting (C++)
cpp_expression_bracesBraces layout - Other braces (C++)
cpp_function_declaration_return_type_stylePlace on new line - Break line after member function declaration return type (C++)
cpp_function_definition_return_type_stylePlace on new line - Break line after member function definition return type (C++)
cpp_indent_access_specifiers_from_classIndentation - Indent access specifier from class (C++)
cpp_indent_aligned_ternaryAlign multiline construct - Indent aligned ?: operator (C++)
cpp_indent_class_members_from_access_specifiersIndentation - Indent class member from access specifier (C++)
cpp_indent_commentIndentation - Indent comments started at the first column (C++)
cpp_indent_invocation_parsIndentation - Indent method calls' parentheses (C++)
cpp_indent_method_decl_parsIndentation - Indent function declarations' parentheses (C++)
cpp_indent_preprocessor_directivesIndentation - Preprocessor directives indenting (C++)
cpp_indent_sizeTabs and indents - Indent size (C++)
cpp_indent_statement_parsIndentation - Indent statement (if, while, for, etc) parentheses (C++)
cpp_indent_styleTabs and indents - Indent style (C++)
cpp_indent_switch_labelsIndentation - Indent "case" from "switch" (C++)
cpp_indent_type_constraintsIndentation - Indent C++/CLI generic constraints (C++)
cpp_indent_wrapped_function_namesIndentation - Indent if a function definition or declaration is wrapped after the type (C++)
cpp_int_align_commentsAlign similar code in columns - End comments (C++)
cpp_int_align_declaration_namesAlign similar code in columns - Declaration names (C++)
cpp_int_align_eqAlign similar code in columns - Assignments (C++)
cpp_int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines (C++)
cpp_invocable_declaration_bracesBraces layout - Function declaration (C++)
cpp_keep_blank_lines_in_codePreserve existing formatting - Keep max blank lines in code (C++)
cpp_keep_blank_lines_in_declarationsPreserve existing formatting - Keep max blank lines in declarations (C++)
cpp_keep_user_linebreaksLine wrapping - Keep existing line breaks (C++)
cpp_line_break_after_colon_in_member_initializer_listsPlace on new line - Break line after colon in member initializer lists (C++)
cpp_line_break_after_comma_in_member_initializer_listsPlace on new line - Break line after comma in member initializer lists (C++)
cpp_line_break_before_comma_in_member_initializer_listsPlace on new line - Break line before comma in member initializer lists (C++)
cpp_linkage_specification_bracesBraces layout - Linkage specifications (C++)
cpp_linkage_specification_indentationIndentation - Indent linkage specification block members (C++)
cpp_max_line_lengthLine wrapping - Hard wrap at (C++)
cpp_member_initializer_list_stylePlace on new line - Break line before colon in member initializer lists (C++)
cpp_namespace_declaration_bracesBraces layout - Namespace declaration (C++)
cpp_namespace_indentationIndentation - Indent namespace members (C++)
cpp_new_line_before_catchPlace on new line - Place "catch" on new line after compound statement (C++)
cpp_new_line_before_elsePlace on new line - Place "else" on new line after compound statement (C++)
cpp_new_line_before_whilePlace on new line - Place "while" on new line after compound statement (C++)
cpp_other_bracesBraces layout - Other statements and blocks (C++)
cpp_outdent_commasAlign multiline construct - Outdent commas (C++)
cpp_outdent_dotsAlign multiline construct - Outdent "." and "->" in chained method calls (C++)
cpp_place_namespace_definitions_on_same_lineBraces layout - Place namespace definitions on the same line (C++)
cpp_place_type_constraints_on_same_linePlace on new line - Allow C++/CLI generic constraints on the same line (C++)
cpp_requires_expression_bracesBraces layout - Requires expressions (C++)
cpp_simple_block_styleBraces layout - Keep simple compound statements in one line (C++)
cpp_simple_case_statement_stylePlace on new line - Break line in simple "case" statement (C++)
cpp_simple_embedded_statement_stylePlace on new line - Break line in single embedded statement (C++)
cpp_space_after_castIn expressions - After parentheses in cast expressions (C++)
cpp_space_after_colon_in_caseIn control statements - After colon in switch case or label statement (C++)
cpp_space_after_colon_in_inheritance_clauseIn declarations - After base types list colon (C++)
cpp_space_after_commaSpace after comma (generalized)
cpp_space_after_comma_in_base_clauseIn declarations - After comma in base clause (C++)
cpp_space_after_comma_in_declarationIn declarations - After comma in declaration of multiple variables (C++)
cpp_space_after_comma_in_enumIn declarations - After comma in enum (C++)
cpp_space_after_comma_in_initializer_bracesIn expressions - After comma in uniform initialization braces (C++)
cpp_space_after_comma_in_methodIn declarations - After comma in function parameters (C++)
cpp_space_after_comma_in_method_callIn expressions - After comma in function call and initialization (C++)
cpp_space_after_comma_in_template_argsIn declarations - After comma in template arguments (C++)
cpp_space_after_comma_in_template_paramsIn declarations - After comma in template parameters (C++)
cpp_space_after_for_colonIn control statements - After ':' in range-based for loop (C++)
cpp_space_after_keywords_in_control_flow_statementsIn control statements - Before parentheses (C++)
cpp_space_after_ptr_in_data_memberIn declarations - After ptr in declaration of variable (C++)
cpp_space_after_ptr_in_data_membersIn declarations - After ptr in declaration of multiple variables (C++)
cpp_space_after_ptr_in_methodIn declarations - After ptr in return type of function (C++)
cpp_space_after_ref_in_data_memberIn declarations - After ref in declaration of variable (C++)
cpp_space_after_ref_in_data_membersIn declarations - After ref in declaration of multiple variables (C++)
cpp_space_after_ref_in_methodIn declarations - After ref in return type of function (C++)
cpp_space_after_semicolon_in_for_statementIn control statements - After semicolon in for statement (C++)
cpp_space_after_ternary_colonIn expressions - In ternary operator '? :' after ':' (C++)
cpp_space_after_ternary_questIn expressions - In ternary operator '? :' after '?' (C++)
cpp_space_after_type_parameter_constraint_colonIn declarations - After C++/CLI generic constraint colon (C++)
cpp_space_around_alias_eqIn declarations - Around '=' in alias declaration and namespace alias (C++)
cpp_space_around_assignment_operatorIn expressions - Around assignment operator (C++)
cpp_space_around_binary_operatorIn expressions - Around binary operator (C++)
cpp_space_around_deref_in_trailing_return_typeIn declarations - Around '->' in trailing return types (C++)
cpp_space_around_dotIn expressions - Around dot, '->', '.*' and '->.' (C++)
cpp_space_around_member_access_operatorIn expressions - Around dot, '->', '.*' and '->.' (C++)
cpp_space_before_colon_in_caseIn control statements - Before colon in switch case or label statement (C++)
cpp_space_before_colon_in_inheritance_clauseIn declarations - Before base types list colon (C++)
cpp_space_before_commaSpace before comma (generalized)
cpp_space_before_comma_in_base_clauseIn declarations - Before comma in base clause (C++)
cpp_space_before_comma_in_declarationIn declarations - Before comma in declaration of multiple variables (C++)
cpp_space_before_comma_in_enumIn declarations - Before comma in enum (C++)
cpp_space_before_comma_in_initializer_bracesIn expressions - Before comma in uniform initialization braces (C++)
cpp_space_before_comma_in_methodIn declarations - Before comma in function parameters (C++)
cpp_space_before_comma_in_method_callIn expressions - Before comma in function call and initialization (C++)
cpp_space_before_comma_in_template_argsIn declarations - Before comma in template arguments (C++)
cpp_space_before_comma_in_template_paramsIn declarations - Before comma in template parameters (C++)
cpp_space_before_empty_method_call_parenthesesIn expressions - Before empty parentheses in function call and initialization (C++)
cpp_space_before_for_colonIn control statements - Before ':' in range-based for loop (C++)
cpp_space_before_initializer_bracesIn expressions - Before uniform initialization braces (C++)
cpp_space_before_lambda_parenthesesIn declarations - Before parentheses in lambda parameters (C++)
cpp_space_before_method_call_parenthesesIn expressions - Before parentheses in function call and initialization (C++)
cpp_space_before_open_square_bracketsIn expressions - Before array subscript brackets (C++)
cpp_space_before_ptr_in_abstract_declIn declarations - Before ptr in abstract declaration (C++)
cpp_space_before_ptr_in_data_memberIn declarations - Before ptr in declaration of variable (C++)
cpp_space_before_ptr_in_data_membersIn declarations - Before ptr in declaration of multiple variables (C++)
cpp_space_before_ptr_in_methodIn declarations - Before ptr in return type of function (C++)
cpp_space_before_ref_in_abstract_declIn declarations - Before ref in abstract declaration (C++)
cpp_space_before_ref_in_data_memberIn declarations - Before ref in declaration of variable (C++)
cpp_space_before_ref_in_data_membersIn declarations - Before ref in declaration of multiple variables (C++)
cpp_space_before_ref_in_methodIn declarations - Before ref in return type of function (C++)
cpp_space_before_semicolon_in_for_statementIn control statements - Before semicolon in for statement (C++)
cpp_space_before_template_argsIn declarations - Before angle brackets in template arguments (C++)
cpp_space_before_template_paramsIn declarations - Before angle brackets in template parameters (C++)
cpp_space_before_ternary_colonIn expressions - In ternary operator '? :' before ':' (C++)
cpp_space_before_ternary_questIn expressions - In ternary operator '? :' before '?' (C++)
cpp_space_before_trailing_commentOther - Before end of line comment (C++)
cpp_space_before_type_parameter_constraint_colonIn declarations - Before C++/CLI generic constraint colon (C++)
cpp_space_between_closing_angle_brackets_in_template_argsIn declarations - Between closing angle brackets in template arguments (C++)
cpp_space_between_method_call_empty_parameter_list_parenthesesIn expressions - Within empty parentheses in function call and initialization (C++)
cpp_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
cpp_space_between_method_call_parameter_list_parenthesesIn expressions - Within parentheses in function call and initialization (C++)
cpp_space_between_method_declaration_empty_parameter_list_parenthesesIn declarations - Within empty parentheses in function parameters (C++)
cpp_space_between_method_declaration_name_and_open_parenthesisIn declarations - Before parentheses in function parameters (C++)
cpp_space_between_method_declaration_parameter_list_parenthesesIn declarations - Within parentheses in function parameters (C++)
cpp_space_between_parentheses_of_control_flow_statementsIn control statements - Within parentheses (C++)
cpp_space_between_square_bracketsIn expressions - Within array subscript brackets (C++)
cpp_space_between_typecast_parenthesesIn expressions - Within parentheses in cast expressions (C++)
cpp_space_within_array_access_bracketsIn expressions - Within array subscript brackets (C++)
cpp_space_within_empty_initializer_bracesIn expressions - Within empty uniform initialization braces (C++)
cpp_space_within_empty_template_paramsIn declarations - Within empty angle brackets in template parameters (C++)
cpp_space_within_initializer_bracesIn expressions - Within uniform initialization braces (C++)
cpp_space_within_parenthesesIn expressions - Within parentheses (C++)
cpp_space_within_template_argsIn declarations - Within angle brackets in template arguments (C++)
cpp_space_within_template_paramsIn declarations - Within angle brackets in template parameters (C++)
cpp_tab_widthTabs and indents - Tab width (C++)
cpp_toplevel_function_declaration_return_type_stylePlace on new line - Break line after top-level function declaration return type (C++)
cpp_toplevel_function_definition_return_type_stylePlace on new line - Break line after top-level function definition return type (C++)
cpp_type_declaration_bracesBraces layout - Type declaration (C++)
cpp_use_continuous_line_indent_in_expression_bracesIndentation - Use continuous line indent in initializer lists (C++)
cpp_use_continuous_line_indent_in_method_parsIndentation - Use continuous line indent in function declaration and invocation parentheses (C++)
cpp_wrap_after_declaration_lparLine wrapping - Prefer wrap after "(" in declaration (C++)
cpp_wrap_after_expression_lbraceLine wrapping - Prefer wrap after "{" in initializer lists (C++)
cpp_wrap_after_invocation_lparLine wrapping - Prefer wrap after "(" in invocation (C++)
cpp_wrap_arguments_styleLine wrapping - Wrap invocation arguments (C++)
cpp_wrap_base_clause_styleLine wrapping - Wrap base classes list (C++)
cpp_wrap_before_colonLine wrapping - Prefer wrap before ":" (C++)
cpp_wrap_before_commaLine wrapping - Prefer wrap before "," (C++)
cpp_wrap_before_comma_in_base_clauseLine wrapping - Prefer wrap before "," in base clause (C++)
cpp_wrap_before_declaration_lparLine wrapping - Prefer wrap before "(" in declaration (C++)
cpp_wrap_before_declaration_rparLine wrapping - Prefer wrap before ")" in declaration (C++)
cpp_wrap_before_expression_rbraceLine wrapping - Prefer wrap before "}" in initializer lists (C++)
cpp_wrap_before_first_type_parameter_constraintLine wrapping - Prefer wrap before first C++/CLI generic constraint (C++)
cpp_wrap_before_invocation_lparLine wrapping - Prefer wrap before "(" in invocation (C++)
cpp_wrap_before_invocation_rparLine wrapping - Prefer wrap before ")" in invocation (C++)
cpp_wrap_before_ternary_opsignsLine wrapping - Prefer wrap before "?" and ":" in ternary expressions (C++)
cpp_wrap_braced_init_list_styleLine wrapping - Wrap braced initializer list (C++)
cpp_wrap_ctor_initializer_styleLine wrapping - Wrap constructor initializer (C++)
cpp_wrap_enumeration_styleLine wrapping - Wrap enum definition (C++)
cpp_wrap_multiple_type_parameter_constraints_styleLine wrapping - Wrap multiple C++/CLI generic constraints (C++)
cpp_wrap_parameters_styleLine wrapping - Wrap formal parameters (C++)
cpp_wrap_ternary_expr_styleLine wrapping - Wrap ternary expression (C++)
csharp_accessor_declaration_bracesBraces layout - Accessor declaration (C#)
csharp_accessor_owner_bodyCode body - Properties, indexers and events (C#)
csharp_accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
csharp_add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
csharp_align_first_arg_by_parenAlign multiline constructs - Call arguments by '(' (C#)
csharp_align_linq_queryAlign multiline constructs - LINQ query (C#)
csharp_align_multiline_argumentAlign multiline constructs - Call arguments (C#)
csharp_align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
csharp_align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions (C#)
csharp_align_multiline_calls_chainAlign multiline constructs - Chained method calls (C#)
csharp_align_multiline_expressionAlign multiline constructs - Other expressions (C#)
csharp_align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces (C#)
csharp_align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
csharp_align_multiline_parameterAlign multiline constructs - Method parameters (C#)
csharp_align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
csharp_align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
csharp_align_multiple_declarationAlign multiline constructs - Multiple declarations (C#)
csharp_align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
csharp_align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
csharp_align_tuple_componentsAlign multiline constructs - Tuple components (C#)
csharp_alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents (C#)
csharp_allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts (C#)
csharp_allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
csharp_allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large (C#)
csharp_anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration) (C#)
csharp_arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
csharp_arguments_literalArguments - Literal values (C#)
csharp_arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
csharp_arguments_otherArguments - Other (C#)
csharp_arguments_skip_singleArguments - Skip single arguments (C#)
csharp_arguments_string_literalArguments - String literal values (C#)
csharp_blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
csharp_blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
csharp_blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
csharp_blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
csharp_blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
csharp_blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
csharp_blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
csharp_blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
csharp_blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
csharp_blank_lines_around_fieldBlank lines in declarations - Around field (C#)
csharp_blank_lines_around_invocableBlank lines in declarations - Around method (C#)
csharp_blank_lines_around_local_methodBlank lines in code - Around local function (C#)
csharp_blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
csharp_blank_lines_around_namespaceBlank lines in declarations - Around namespace (C#)
csharp_blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
csharp_blank_lines_around_regionGeneral - Around region (C#)
csharp_blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
csharp_blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
csharp_blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field (C#)
csharp_blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method (C#)
csharp_blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
csharp_blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
csharp_blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
csharp_blank_lines_around_typeBlank lines in declarations - Around type (C#)
csharp_blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
csharp_blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
csharp_blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
csharp_blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
csharp_blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
csharp_blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
csharp_blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
csharp_blank_lines_inside_regionGeneral - Inside region (C#)
csharp_blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
csharp_brace_styleBraces layout style (generalized)
csharp_braces_for_dowhileBraces - In "do-while" statement (C#)
csharp_braces_for_fixedBraces - In "fixed" statement (C#)
csharp_braces_for_forBraces - In "for" statement (C#)
csharp_braces_for_foreachBraces - In "foreach" statement (C#)
csharp_braces_for_ifelseBraces - In "if" statement (C#)
csharp_braces_for_lockBraces - In "lock" statement (C#)
csharp_braces_for_usingBraces - In "using" statement (C#)
csharp_braces_for_whileBraces - In "while" statement (C#)
csharp_braces_redundantBraces - Remove redundant (C#)
csharp_builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
csharp_builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
csharp_can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
csharp_case_block_bracesBraces layout - Block under "case" label (C#)
csharp_constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
csharp_continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
csharp_default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
csharp_default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
csharp_default_value_when_type_evidentDefault value - When type is evident from usage (C#)
csharp_default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
csharp_empty_block_styleBraces layout - Empty braces formatting (C#)
csharp_extra_spacesPreserve 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_styleAttributes - Join or separate attributes in section (C#)
csharp_force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
csharp_force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
csharp_force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
csharp_indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
csharp_indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
csharp_indent_invocation_parsParenthesis - Indent method calls' parenthesis (C#)
csharp_indent_method_decl_parsParenthesis - Indent method declarations' parenthesis (C#)
csharp_indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
csharp_indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
csharp_indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
csharp_indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
csharp_indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
csharp_indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
csharp_indent_parsParenthesis - Indent other parenthesis and brackets (C#)
csharp_indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
csharp_indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
csharp_indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
csharp_indent_sizeGeneral - Indent size (C#)
csharp_indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis (C#)
csharp_indent_styleGeneral - Indent style (C#)
csharp_indent_switch_labelsOther indents - Indent "case" from "switch" (C#)
csharp_indent_type_constraintsOther indents - Indent type constraints (C#)
csharp_indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
csharp_indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
csharp_initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
csharp_insert_final_newlineGeneral - Line feed at end of file (C#)
csharp_instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
csharp_instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
csharp_int_alignAlign similar code in columns (generalized)
csharp_int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
csharp_int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
csharp_int_align_commentsAlign similar code in columns - End comments (C#)
csharp_int_align_fieldsAlign similar code in columns - Fields and constants (C#)
csharp_int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines (C#)
csharp_int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
csharp_int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
csharp_int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
csharp_int_align_parametersAlign similar code in columns - Multiline method signature (C#)
csharp_int_align_propertiesAlign similar code in columns - Properties and events (C#)
csharp_int_align_property_patternsAlign similar code in columns - Property patterns (C#)
csharp_int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
csharp_int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
csharp_int_align_variablesAlign similar code in columns - Variables and local constants (C#)
csharp_invocable_declaration_bracesBraces layout - Method declaration (C#)
csharp_keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code (C#)
csharp_keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations (C#)
csharp_keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
csharp_keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
csharp_keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
csharp_keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
csharp_keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
csharp_keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
csharp_keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
csharp_keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
csharp_keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
csharp_keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
csharp_keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
csharp_keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
csharp_keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
csharp_keep_user_linebreaksGeneral - Keep existing line breaks (C#)
csharp_local_function_bodyCode body - Local functions (C#)
csharp_max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
csharp_max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
csharp_max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
csharp_max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
csharp_max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
csharp_max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
csharp_max_line_lengthGeneral - Hard wrap at (C#)
csharp_method_or_operator_bodyCode body - Methods and operators (C#)
csharp_modifiers_orderModifiers - Modifiers order (C#)
csharp_nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
csharp_new_line_before_catchArrangement of statements - (C#)
csharp_new_line_before_elseArrangement of statements - (C#)
csharp_new_line_before_finallyArrangement of statements - (C#)
csharp_new_line_before_whileArrangement of statements - Place "while" on new line (C#)
csharp_object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
csharp_object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
csharp_old_engineOther - Revert to old formatting engine (C#)
csharp_other_bracesBraces layout - Other (C#)
csharp_outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
csharp_outdent_commasAlign multiline constructs - Outdent commas (C#)
csharp_outdent_dotsAlign multiline constructs - Outdent dots in chained method calls (C#)
csharp_parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
csharp_parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
csharp_parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
csharp_place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
csharp_place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
csharp_place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
csharp_place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
csharp_place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
csharp_place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
csharp_place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
csharp_place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
csharp_place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
csharp_place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
csharp_place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
csharp_place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
csharp_place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
csharp_place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
csharp_place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
csharp_place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
csharp_place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
csharp_place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
csharp_place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
csharp_place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
csharp_place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
csharp_place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
csharp_place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
csharp_place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
csharp_place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
csharp_place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
csharp_place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
csharp_place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line (C#)
csharp_prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
csharp_prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references (C#)
csharp_prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
csharp_qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
csharp_remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
csharp_remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
csharp_sort_usings_with_system_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
csharp_space_after_ampersand_opAfter unary operators - Unsafe addressof operator (&) (C#)
csharp_space_after_asterik_opAfter unary operators - Unsafe asterisk operator (*) (C#)
csharp_space_after_attribute_colonAround colon - After other colons (C#)
csharp_space_after_attributesAttributes - After attributes (C#)
csharp_space_after_castOther - (C#)
csharp_space_after_colonAround colon - After other colons (C#)
csharp_space_after_colon_in_caseAround colon - After colon in "case" statement (C#)
csharp_space_after_colon_in_inheritance_clauseAround colon - After base types list colon (C#)
csharp_space_after_commaAround comma and semicolon - (C#)
csharp_space_after_keywords_in_control_flow_statementsSpace before parenthesis of control flow statements (generalized)
csharp_space_after_logical_not_opAfter unary operators - Logical not operator (!) (C#)
csharp_space_after_operator_keywordOther - After operator keyword (C#)
csharp_space_after_semicolon_in_for_statementAround comma and semicolon - (C#)
csharp_space_after_ternary_colonIn ternary operator - After ':' (C#)
csharp_space_after_ternary_questIn ternary operator - After '?' (C#)
csharp_space_after_type_parameter_constraint_colonAround colon - After type parameter constraint colon (C#)
csharp_space_after_unary_minus_opAfter unary operators - Unary minus operator (-) (C#)
csharp_space_after_unary_operatorSpace after unary operators (!, -, ~,...) (generalized)
csharp_space_after_unary_plus_opAfter unary operators - Unary plus operator (+) (C#)
csharp_space_around_additive_opAround binary operators - Additive operators (+,-) (C#)
csharp_space_around_alias_eqOther - Around '=' in namespace alias directive (C#)
csharp_space_around_arrow_opAround binary operators - Unsafe arrow operator (->) (C#)
csharp_space_around_assignment_opAround binary operators - Assignment operators (=,+=,...) (C#)
csharp_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
csharp_space_around_bitwise_opAround binary operators - Bitwise operators (&,|,^) (C#)
csharp_space_around_dotOther - Around dot (C#)
csharp_space_around_equality_opAround binary operators - Equality operators (==,!=) (C#)
csharp_space_around_lambda_arrowOther - Around lambda arrow (C#)
csharp_space_around_logical_opAround binary operators - Logical operators (&&,||) (C#)
csharp_space_around_member_access_operatorSpace around member access operators (., ->, ...) (generalized)
csharp_space_around_multiplicative_opAround binary operators - Multiplicative operators (*,/,%) (C#)
csharp_space_around_nullcoalescing_opAround binary operators - Null coalescing operator (??) (C#)
csharp_space_around_relational_opAround binary operators - Relational operators (<,>,<=,>=) (C#)
csharp_space_around_shift_opAround binary operators - Shift operators (<<,>>) (C#)
csharp_space_around_ternary_operatorSpace around ternary operators (?, :) (generalized)
csharp_space_before_array_access_bracketsAround array brackets - Before array access brackets (C#)
csharp_space_before_array_rank_bracketsAround array brackets - Before array rank brackets (C#)
csharp_space_before_attribute_colonAround colon - Before other colons (C#)
csharp_space_before_catch_parenthesesBefore parentheses in statements - "catch" parentheses (C#)
csharp_space_before_checked_parenthesesBefore other parentheses - "checked" and "unchecked" parentheses (C#)
csharp_space_before_colonAround colon - Before other colons (C#)
csharp_space_before_colon_in_caseAround colon - Before colon in "case" statement (C#)
csharp_space_before_colon_in_inheritance_clauseAround colon - Before base types list colon (C#)
csharp_space_before_commaAround comma and semicolon - (C#)
csharp_space_before_default_parenthesesBefore other parentheses - "default" parentheses (C#)
csharp_space_before_empty_method_call_parenthesesBefore other parentheses - Method call empty parentheses (C#)
csharp_space_before_empty_method_parenthesesBefore other parentheses - Method declaration empty parentheses (C#)
csharp_space_before_fixed_parenthesesBefore parentheses in statements - "fixed" parentheses (C#)
csharp_space_before_for_parenthesesBefore parentheses in statements - "for" parentheses (C#)
csharp_space_before_foreach_parenthesesBefore parentheses in statements - "foreach" parentheses (C#)
csharp_space_before_if_parenthesesBefore parentheses in statements - "if" parentheses (C#)
csharp_space_before_lock_parenthesesBefore parentheses in statements - "lock" parentheses (C#)
csharp_space_before_method_call_parenthesesBefore other parentheses - Method call parentheses (C#)
csharp_space_before_method_parenthesesBefore other parentheses - Method declaration parentheses (C#)
csharp_space_before_nameof_parenthesesBefore other parentheses - "nameof" parentheses (C#)
csharp_space_before_nullable_markOther - Before nullable mark (C#)
csharp_space_before_open_square_bracketsSpace before brackets (generalized)
csharp_space_before_pointer_asterik_declarationOther - Before unsafe pointer declaration (C#)
csharp_space_before_semicolonAround comma and semicolon - Before semicolon (C#)
csharp_space_before_semicolon_in_for_statementAround comma and semicolon - (C#)
csharp_space_before_singleline_accessorholderAround braces - Before single line accessors block (C#)
csharp_space_before_sizeof_parenthesesBefore other parentheses - "sizeof" parentheses (C#)
csharp_space_before_switch_parenthesesBefore parentheses in statements - "switch" parentheses (C#)
csharp_space_before_ternary_colonIn ternary operator - Before ':' (C#)
csharp_space_before_ternary_questIn ternary operator - Before '?' (C#)
csharp_space_before_trailing_commentOther - Before end of line comment (C#)
csharp_space_before_type_argument_angleAround angle brackets - Before type argument list angle (C#)
csharp_space_before_type_parameter_angleAround angle brackets - Before type parameter list angle (C#)
csharp_space_before_type_parameter_constraint_colonAround colon - Before type parameter constraint colon (C#)
csharp_space_before_typeof_parenthesesBefore other parentheses - "typeof" parentheses (C#)
csharp_space_before_using_parenthesesBefore parentheses in statements - "using" parentheses (C#)
csharp_space_before_while_parenthesesBefore parentheses in statements - "while" parentheses (C#)
csharp_space_between_accessors_in_singleline_propertyAround braces - Between accessors in single line property/event (C#)
csharp_space_between_attribute_sectionsAttributes - Between attribute sections (C#)
csharp_space_between_empty_square_bracketsAround array brackets - Within array rank empty brackets (C#)
csharp_space_between_keyword_and_expressionBefore other parentheses - Between keyword and expression (C#)
csharp_space_between_keyword_and_typeBefore other parentheses - Between keyword and type (C#)
csharp_space_between_method_call_empty_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
csharp_space_between_method_call_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_declaration_empty_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
csharp_space_between_method_declaration_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_parentheses_of_control_flow_statementsSpace within parenthesis of control flow statements (generalized)
csharp_space_between_square_bracketsSpace within brackets (generalized)
csharp_space_between_typecast_parenthesesWithin other parentheses - Type cast parentheses (C#)
csharp_space_in_singleline_accessorholderAround braces - Within single line accessor (C#)
csharp_space_in_singleline_anonymous_methodAround braces - Within single line anonymous method (C#)
csharp_space_in_singleline_methodAround braces - Within single line method (C#)
csharp_space_near_postfix_and_prefix_opAfter unary operators - Before/after ++ and -- (C#)
csharp_space_within_array_access_bracketsAround array brackets - Within array access brackets (C#)
csharp_space_within_array_rank_bracketsAround array brackets - Within array rank brackets (C#)
csharp_space_within_array_rank_empty_bracketsAround array brackets - Within array rank empty brackets (C#)
csharp_space_within_attribute_bracketsAttributes - Within attribute brackets (C#)
csharp_space_within_catch_parenthesesWithin parentheses in statements - "catch" parentheses (C#)
csharp_space_within_checked_parenthesesWithin other parentheses - "checked" and "unchecked" parentheses (C#)
csharp_space_within_default_parenthesesWithin other parentheses - "default" parentheses (C#)
csharp_space_within_empty_bracesAround braces - Space between empty braces (C#)
csharp_space_within_fixed_parenthesesWithin parentheses in statements - "fixed" parentheses (C#)
csharp_space_within_for_parenthesesWithin parentheses in statements - "for" parentheses (C#)
csharp_space_within_foreach_parenthesesWithin parentheses in statements - "foreach" parentheses (C#)
csharp_space_within_if_parenthesesWithin parentheses in statements - "if" parentheses (C#)
csharp_space_within_lock_parenthesesWithin parentheses in statements - "lock" parentheses (C#)
csharp_space_within_nameof_parenthesesWithin other parentheses - "nameof" parentheses (C#)
csharp_space_within_parenthesesWithin other parentheses - Parentheses (C#)
csharp_space_within_single_line_array_initializer_bracesAround braces - Within single-line expression braces (C#)
csharp_space_within_sizeof_parenthesesWithin other parentheses - "sizeof" parentheses (C#)
csharp_space_within_switch_parenthesesWithin parentheses in statements - "switch" parentheses (C#)
csharp_space_within_type_argument_anglesAround angle brackets - Type argument angles (C#)
csharp_space_within_type_parameter_anglesAround angle brackets - Type parameter angles (C#)
csharp_space_within_typeof_parenthesesWithin other parentheses - "typeof" parentheses (C#)
csharp_space_within_using_parenthesesWithin parentheses in statements - "using" parentheses (C#)
csharp_space_within_while_parenthesesWithin parentheses in statements - "while" parentheses (C#)
csharp_special_else_if_treatmentGeneral - Special "else if" treatment (C#)
csharp_static_members_qualify_membersStatic members qualification - Members to qualify (C#)
csharp_static_members_qualify_withStatic members qualification - Qualify with the name of (C#)
csharp_stick_commentOther indents - Don't indent comments started at first column (C#)
csharp_tab_widthGeneral - Tab width (C#)
csharp_trailing_comma_in_multiline_listsTrailing comma - Before a new line in multiline lists (C#)
csharp_trailing_comma_in_singleline_listsTrailing comma - When the last element is not followed by a new line (C#)
csharp_type_declaration_bracesBraces layout - Type and namespace declaration (C#)
csharp_use_continuous_indent_inside_initializer_bracesBraces layout - Use continuous line indent inside expression braces (C#)
csharp_use_continuous_indent_inside_parensParenthesis - Use continuous line indent inside parenthesis (C#)
csharp_use_heuristics_for_body_styleCode body - Apply style heuristics (C#)
csharp_use_indent_from_previous_elementOther indents - Use previous element's indent on partial format (C#)
csharp_use_roslyn_logic_for_evident_types'var' usage in declarations - Prefer Roslyn (Visual Studio) logic for type evidence (C#)
csharp_wrap_after_declaration_lparArrangement of method signatures - Prefer wrap after "(" in declaration (C#)
csharp_wrap_after_dot_in_method_callsArrangement of member access expressions - Prefer wrap after "." (C#)
csharp_wrap_after_invocation_lparArrangement of invocations - Prefer wrap after "(" in invocation (C#)
csharp_wrap_arguments_styleArrangement of invocations - Wrap invocation arguments (C#)
csharp_wrap_array_initializer_styleArrangement of initializers - Wrap array initializer (C#)
csharp_wrap_before_arrow_with_expressionsArrangement of expression bodied members - Prefer wrap before "=>" followed by expressions (C#)
csharp_wrap_before_binary_opsignArrangement of binary expressions - Prefer wrap before operator in binary expression (C#)
csharp_wrap_before_commaGeneral - Prefer wrap before "," (C#)
csharp_wrap_before_declaration_lparArrangement of method signatures - Prefer wrap before "(" in declaration (C#)
csharp_wrap_before_declaration_rparArrangement of method signatures - Prefer wrap before ")" in declaration (C#)
csharp_wrap_before_extends_colonArrangement of type parameters, constraints and base types - Prefer wrap before ":" (C#)
csharp_wrap_before_first_type_parameter_constraintArrangement of type parameters, constraints and base types - Prefer wrap before first constraint (C#)
csharp_wrap_before_invocation_lparArrangement of invocations - Prefer wrap before "(" in invocation (C#)
csharp_wrap_before_invocation_rparArrangement of invocations - Prefer wrap before ")" in invocation (C#)
csharp_wrap_before_linq_expressionArrangement of LINQ expressions - Prefer wrap before multiline LINQ expressions (C#)
csharp_wrap_before_ternary_opsignsArrangement of ternary expressions - Prefer wrap before "?" and ":" in ternary expressions (C#)
csharp_wrap_before_type_parameter_langleArrangement of type parameters, constraints and base types - Prefer wrap before type parameters opening angle (C#)
csharp_wrap_chained_binary_expressionsArrangement of binary expressions - Wrap chained binary expressions (C#)
csharp_wrap_chained_method_callsArrangement of member access expressions - Wrap chained method calls (C#)
csharp_wrap_enum_declarationArrangement of enumerations - Wrap enumeration declaration (C#)
csharp_wrap_extends_list_styleArrangement of type parameters, constraints and base types - Wrap extends/implements list (C#)
csharp_wrap_for_stmt_header_styleArrangement of statements - Wrap "for" statement header (C#)
csharp_wrap_linq_expressionsArrangement of LINQ expressions - Wrap LINQ expressions (C#)
csharp_wrap_multiple_declaration_styleArrangement of statements - Wrap multiple declaration (C#)
csharp_wrap_multiple_type_parameter_constraints_styleArrangement of type parameters, constraints and base types - Wrap multiple type parameter constraints (C#)
csharp_wrap_object_and_collection_initializer_styleArrangement of initializers - Wrap object and collection initializer (C#)
csharp_wrap_parameters_styleArrangement of method signatures - Wrap formal parameters (C#)
csharp_wrap_property_patternArrangement of property patterns - Wrap property pattern (C#)
csharp_wrap_switch_expressionArrangement of switch expressions - Wrap switch expression (C#)
csharp_wrap_ternary_expr_styleArrangement of ternary expressions - Wrap ternary expression (C#)
csharp_wrap_verbatim_interpolated_stringsArrangement of interpolated strings - Wrap verbatim interpolated strings (C#)
css_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (Css)
css_brace_styleCode layout - Braces (Css)
css_declarations_styleCode layout - Declarations (Css)
css_indent_sizeTabs and indents - Indent size (Css)
css_indent_styleTabs and indents - Indent style (Css)
css_insert_final_newlineOther - Line feed at end of file (Css)
css_keep_blank_lines_between_declarationsBlank lines - Max blank lines between declarations (Css)
css_keep_user_linebreaksBlank lines - Keep existing line breaks (Css)
css_media_query_styleCode layout - Media query (Css)
css_min_blank_lines_between_declarationsBlank lines - Min blank lines between declarations (Css)
css_properties_styleCode layout - Properties (Css)
css_selector_styleCode layout - Selector (Css)
css_space_after_commaExpression - After comma (Css)
css_space_after_function_commaFunction - After comma (Css)
css_space_after_media_colonMedia query - After colon (Css)
css_space_after_media_commaMedia query - After comma (Css)
css_space_after_property_colonProperty - After colon (Css)
css_space_after_property_semicolonProperty - After semicolon (Css)
css_space_after_selector_commaSelector - After comma (Css)
css_space_after_separatorExpression - After separator (Css)
css_space_around_attribute_match_operatorAttribute selector - Around match operator (Css)
css_space_around_operatorExpression - Around operator (Css)
css_space_around_selector_operatorSelector - Around operator (Css)
css_space_before_commaExpression - Before comma (Css)
css_space_before_function_commaFunction - Before comma (Css)
css_space_before_media_colonMedia query - Before colon (Css)
css_space_before_media_commaMedia query - Before comma (Css)
css_space_before_property_colonProperty - Before colon (Css)
css_space_before_property_semicolonProperty - Before semicolon (Css)
css_space_before_selector_commaSelector - Before comma (Css)
css_space_before_separatorExpression - Before separator (Css)
css_space_within_attribute_match_bracketsAttribute selector - Within brackets (Css)
css_space_within_expression_parenthesesExpression - Within parentheses (Css)
css_space_within_function_parenthesesFunction - Within parentheses (Css)
css_space_within_media_blockMedia query - Within block (Css)
css_space_within_media_parenthesesMedia query - Within parentheses (Css)
css_space_within_property_blockProperty - Within block (Css)
css_tab_widthTabs and indents - Tab width (Css)
declarations_styleCode layout - Declarations (Css)
default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
default_value_when_type_evidentDefault value - When type is evident from usage (C#)
default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
delete_quotes_from_solid_valuesQuotes - Remove attribute quotes where values do not contain spaces (HTML)
disable_space_changes_before_trailing_commentOther - Preserve spaces before end of line comment (C++)
dotnet_sort_system_directives_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
empty_block_styleBraces layout - Empty braces formatting, available for: C#, C++, JavaScript, Protobuf
expression_bracesBraces layout - Other braces (C++)
extra_spacesPreserve 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_styleAttributes - Join or separate attributes in section (C#)
force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
force_control_statements_bracesForce braces - Braces in statements (JavaScript)
function_bracesBraces layout - Function (JavaScript)
function_declaration_return_type_stylePlace on new line - Break line after member function declaration return type (C++)
function_definition_return_type_stylePlace on new line - Break line after member function definition return type (C++)
function_in_invocation_bracesBraces layout - Functions passed as parameters to other function calls (JavaScript)
html_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (HTML)
html_allow_far_alignmentTabs and indents - Align even if the resulting indentation is too large (HTML)
html_attribute_indentInside of tag header - Attributes indenting (HTML)
html_attribute_styleInside of tag header - Attributes format (HTML)
html_blank_line_after_piProcessing instructions - Blank line after processing instructions (HTML)
html_blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
html_blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
html_blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
html_delete_quotes_from_solid_valuesQuotes - Remove attribute quotes where values do not contain spaces (HTML)
html_extra_spacesOther - Extra spaces inside (HTML)
html_indent_sizeTabs and indents - Indent size (HTML)
html_indent_styleTabs and indents - Indent style (HTML)
html_insert_final_newlineOther - Line feed at end of file (HTML)
html_linebreak_before_all_elementsAround tags - Place all elements on new line (HTML)
html_linebreak_before_elementsAround tags - Place these elements on new line (HTML)
html_linebreak_before_multiline_elementsAround tags - Place multiline elements on new line (HTML)
html_linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
html_linebreaks_inside_tags_for_elements_with_child_elementsAround 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_elementsAround tags - Line breaks after start-tag and before end-tag in multiline elements (HTML)
html_max_blank_lines_between_tagsAround tags - Maximum blank lines between tags (HTML)
html_no_indent_inside_elementsAround tags - Do not indent children of (HTML)
html_no_indent_inside_if_element_longer_thanAround tags - Do not indent children if element has more lines than (HTML)
html_normalize_tag_namesOther - Normalize tag names (HTML)
html_pi_attribute_styleProcessing instructions - Attributes format (HTML)
html_pi_attributes_indentProcessing instructions - Attributes indenting (HTML)
html_preserve_spaces_inside_tagsAround tags - Keep white spaces inside (HTML)
html_quote_styleQuotes - Quote style (HTML)
html_sort_attributesInside of tag header - Sort attributes (HTML)
html_sort_class_selectorsInside of tag header - Sort class selectors (HTML)
html_space_after_last_attributeInside of tag header - Space after last attribute (HTML)
html_space_after_last_pi_attributeProcessing instructions - Space after last attribute (HTML)
html_space_before_self_closingInside of tag header - Space before '/>' (HTML)
html_spaces_around_eq_in_attributeInside of tag header - Spaces around '=' in attribute (HTML)
html_spaces_around_eq_in_pi_attributeProcessing instructions - Spaces around '=' in attribute (HTML)
html_tab_widthTabs and indents - Tab width (HTML)
indent_access_specifiers_from_classIndentation - Indent access specifier from class (C++)
indent_aligned_ternaryAlign multiline construct - Indent aligned ?: operator (C++)
indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
indent_case_from_selectOther - Indent "case" from "select" (VB.NET)
indent_child_elementsTag content - Indent inside element that doesn't contain text, available for: XML, XMLDOC
indent_class_members_from_access_specifiersIndentation - Indent class member from access specifier (C++)
indent_commentIndentation - Indent comments started at the first column (C++)
indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
indent_invocation_parsParenthesis - Indent method calls' parenthesis, available for: C#, C++
indent_method_decl_parsParenthesis - Indent method declarations' parenthesis, available for: C#, C++
indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
indent_parsParenthesis - Indent other parenthesis and brackets, available for: C#, JavaScript
indent_preprocessor_directivesIndentation - Preprocessor directives indenting (C++)
indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
indent_sizeGeneral - Indent size, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC
indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis, available for: C#, C++
indent_styleGeneral - Indent style, available for: C#, C++, Css, HTML, JavaScript, Protobuf, VB.NET, XML, XMLDOC
indent_switch_labelsOther indents - Indent "case" from "switch", available for: C#, C++, JavaScript
indent_textTag content - Indent inside element that contain text, available for: XML, XMLDOC
indent_type_constraintsOther indents - Indent type constraints, available for: C#, C++
indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
indent_wrapped_function_namesIndentation - Indent if a function definition or declaration is wrapped after the type (C++)
initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
insert_final_newlineGeneral - Line feed at end of file, available for: C#, Css, HTML, JavaScript, XML
instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
int_alignAlign similar code in columns (generalized)
int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
int_align_commentsAlign similar code in columns - End comments, available for: C#, C++
int_align_declaration_namesAlign similar code in columns - Declaration names (C++)
int_align_eqAlign similar code in columns - Assignments (C++)
int_align_fieldsAlign similar code in columns - Fields and constants (C#)
int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines, available for: C#, C++
int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
int_align_parametersAlign similar code in columns - Multiline method signature (C#)
int_align_propertiesAlign similar code in columns - Properties and events (C#)
int_align_property_patternsAlign similar code in columns - Property patterns (C#)
int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
int_align_variablesAlign similar code in columns - Variables and local constants (C#)
invocable_declaration_bracesBraces layout - Method declaration, available for: C#, C++
js_align_multiline_parameterAlign multiline constructs - Method parameters (JavaScript)
js_align_multiple_declarationAlign multiline constructs - Multiple declarations (JavaScript)
js_align_ternaryAlign multiline constructs - Align ?: operator (JavaScript)
js_align_union_type_usageAlign multiline constructs - Union type usage (TypeScript)
js_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (JavaScript)
js_allow_far_alignmentTabs and indents - Align even if the resulting indentation is too large (JavaScript)
js_brace_styleBraces layout style (generalized)
js_control_statements_bracesBraces layout - Control statements (JavaScript)
js_empty_block_styleBraces layout - Empty braces formatting (JavaScript)
js_extra_spacesPreserve existing formatting - Extra spaces inside (JavaScript)
js_force_control_statements_bracesForce braces - Braces in statements (JavaScript)
js_function_bracesBraces layout - Function (JavaScript)
js_function_in_invocation_bracesBraces layout - Functions passed as parameters to other function calls (JavaScript)
js_indent_parsBraces layout - Indent parenthesis, brackets and expression braces (JavaScript)
js_indent_sizeTabs and indents - Indent size (JavaScript)
js_indent_styleTabs and indents - Indent style (JavaScript)
js_indent_switch_labelsCase statement - Indent "case" from "switch" (JavaScript)
js_insert_final_newlineOther - Line feed at end of file (JavaScript)
js_keep_blank_lines_between_declarationsBlank lines - Max blank lines between declarations (JavaScript)
js_keep_blank_lines_in_codeBlank lines - Max blank lines in code (JavaScript)
js_max_line_lengthWrapping and chopping - Hard wrap at (JavaScript)
js_min_blank_lines_after_importsBlank lines - Min blank lines after imports (JavaScript)
js_min_blank_lines_around_fieldsBlank lines - Min blank lines around fields and signature declarations (TypeScript)
js_min_blank_lines_around_functionsBlank lines - Min blank lines around functions (JavaScript)
js_min_blank_lines_around_typesBlank lines - Min blank lines around types and modules (TypeScript)
js_new_line_before_catchPlace on a new line - Place "catch" on a new line (JavaScript)
js_new_line_before_elsePlace on a new line - Place "else" on a new line (JavaScript)
js_new_line_before_finallyPlace on a new line - Place "finally" on a new line (JavaScript)
js_new_line_before_whilePlace on a new line - Place "while" on a new line (JavaScript)
js_place_class_decorator_on_the_same_linePlace on a new line - Class decorators on the same line with class (TypeScript)
js_place_each_decorator_on_new_linePlace on a new line - Place each decorator on a new line (TypeScript)
js_place_field_decorator_on_the_same_linePlace on a new line - Field decorators on the same line with field (TypeScript)
js_place_method_decorator_on_the_same_linePlace on a new line - Method decorators on the same line with signature (TypeScript)
js_place_property_decorator_on_the_same_linePlace on a new line - Property decorators on the same line with property (TypeScript)
js_place_template_args_on_new_linePlace on a new line - Place template literal arguments on a new line (JavaScript)
js_quote_styleQuotes - Quote style (JavaScript)
js_simple_embedded_statement_styleLine breaks - Simple embedded statement (JavaScript)
js_single_statement_function_styleLine breaks - Single-statement function (JavaScript)
js_space_after_arrowLambdas - After '=>' in lambda expressions (JavaScript)
js_space_after_colon_in_type_annotationType annotations - After ':' (TypeScript)
js_space_after_commaCommas - After comma (JavaScript)
js_space_after_keywords_in_control_flow_statementsIn control statements - Before parentheses (JavaScript)
js_space_after_property_colonIn object expressions - After ':' (JavaScript)
js_space_after_semicolon_in_for_statementSemicolons - After semicolon in for statement (JavaScript)
js_space_after_ternary_colonIn ternary operators '? :' - After ':' (JavaScript)
js_space_after_ternary_questIn ternary operators '? :' - After '?' (JavaScript)
js_space_around_assignment_operatorIn expressions - Around assignment operator (JavaScript)
js_space_around_binary_operatorIn expressions - Around binary operator (JavaScript)
js_space_around_dotIn expressions - Around dot (JavaScript)
js_space_around_member_access_operatorIn expressions - Around dot (JavaScript)
js_space_around_pipe_or_amper_in_type_usageUnion and intersection types - Around '|' or '&' in type usage (TypeScript)
js_space_before_array_access_bracketsIn index expressions - Before brackets (JavaScript)
js_space_before_arrowLambdas - Before '=>' (JavaScript)
js_space_before_colon_in_caseCase statements - Before colon (JavaScript)
js_space_before_colon_in_type_annotationType annotations - Before ':' (TypeScript)
js_space_before_commaCommas - Before comma (JavaScript)
js_space_before_empty_method_call_parenthesesIn function invocations - Before empty parentheses (JavaScript)
js_space_before_method_call_parenthesesIn function invocations - Before parentheses (JavaScript)
js_space_before_method_parenthesesIn function declarations - Before parentheses (JavaScript)
js_space_before_method_parentheses_anonymousIn function declarations - Before parentheses of anonymous method (JavaScript)
js_space_before_open_square_bracketsIn index expressions - Before brackets (JavaScript)
js_space_before_property_colonIn object expressions - Before ':' (JavaScript)
js_space_before_semicolonSemicolons - Before semicolon (JavaScript)
js_space_before_semicolon_in_for_statementSemicolons - Before semicolon in for statement (JavaScript)
js_space_before_ternary_colonIn ternary operators '? :' - Before ':' (JavaScript)
js_space_before_ternary_questIn ternary operators '? :' - In ternary operator '? :' (JavaScript)
js_space_before_type_parameters_bracketsType parameters and arguments - Before brackets (TypeScript)
js_space_between_empty_square_bracketsIn array literals - Within empty brackets (JavaScript)
js_space_between_method_call_empty_parameter_list_parenthesesIn function invocations - Within empty parentheses (JavaScript)
js_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
js_space_between_method_call_parameter_list_parenthesesIn function invocations - Within parentheses (JavaScript)
js_space_between_method_declaration_empty_parameter_list_parenthesesIn function declarations - Within empty parentheses (JavaScript)
js_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
js_space_between_method_declaration_parameter_list_parenthesesIn function declarations - Within parentheses (JavaScript)
js_space_between_parentheses_of_control_flow_statementsIn control statements - Within parentheses (JavaScript)
js_space_between_square_bracketsSpace within brackets (generalized)
js_space_within_array_access_bracketsIn index expressions - Within brackets (JavaScript)
js_space_within_array_literal_bracketsIn array literals - Within brackets (JavaScript)
js_space_within_empty_array_literal_bracketsIn array literals - Within empty brackets (JavaScript)
js_space_within_empty_object_literal_bracesIn object expressions - Within empty braces (JavaScript)
js_space_within_import_bracesIn import declarations - Within braces (JavaScript)
js_space_within_object_literal_bracesIn object expressions - Within braces (JavaScript)
js_space_within_parenthesesIn expressions - Within parentheses (JavaScript)
js_space_within_template_argumentTemplate literals - Within braces around template argument (JavaScript)
js_space_within_type_parameters_bracketsType parameters and arguments - Within brackets (TypeScript)
js_special_else_if_treatmentLine breaks - Special "else if" treatment (JavaScript)
js_stick_commentOther - Don't indent comments started at first column (JavaScript)
js_tab_widthTabs and indents - Tab width (JavaScript)
js_termination_styleStatements - Defines how statements are terminated (JavaScript)
js_types_bracesBraces layout - Types and modules (TypeScript)
js_wrap_after_declaration_lparWrapping and chopping - Prefer wrap after "(" in declaration (JavaScript)
js_wrap_after_invocation_lparWrapping and chopping - Prefer wrap after "(" in invocation (JavaScript)
js_wrap_arguments_styleWrapping and chopping - Wrap invocation arguments (JavaScript)
js_wrap_array_literalsWrapping and chopping - Wrap array literals (JavaScript)
js_wrap_before_binary_opsignWrapping and chopping - Prefer wrap before operator in binary expression (JavaScript)
js_wrap_before_commaWrapping and chopping - Prefer wrap before comma (JavaScript)
js_wrap_before_declaration_lparWrapping and chopping - Prefer wrap before "(" in declaration (JavaScript)
js_wrap_before_dotWrapping and chopping - Prefer wrap before "." (JavaScript)
js_wrap_before_invocation_lparWrapping and chopping - Prefer wrap before "(" in invocation (JavaScript)
js_wrap_before_ternary_opsignsWrapping and chopping - Prefer wrap before "?" and ":" in ternary expressions (JavaScript)
js_wrap_chained_binary_expressionsWrapping and chopping - Wrap chained binary expressions (JavaScript)
js_wrap_chained_method_callsWrapping and chopping - Wrap chained method calls (JavaScript)
js_wrap_enum_styleLine breaks - Enumerations (TypeScript)
js_wrap_for_stmt_header_styleWrapping and chopping - Wrap "for" statement header (JavaScript)
js_wrap_importsWrapping and chopping - Wrap import declaration (JavaScript)
js_wrap_multiple_declaration_styleWrapping and chopping - Wrap multiple declaration (JavaScript)
js_wrap_object_literalsWrapping and chopping - Wrap object literals (JavaScript)
js_wrap_parameters_styleWrapping and chopping - Wrap formal parameters (JavaScript)
js_wrap_ternary_expr_styleWrapping and chopping - Wrap ternary expression (JavaScript)
js_wrap_union_type_usageWrapping and chopping - Wrap union type usage (TypeScript)
keep_blank_lines_between_declarationsBlank lines - Max blank lines between declarations, available for: Css, JavaScript
keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code, available for: C#, C++, JavaScript, VB.NET
keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations, available for: C#, C++, VB.NET
keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
keep_user_linebreaksGeneral - Keep existing line breaks, available for: C#, C++, Css, VB.NET, XML, XMLDOC
line_break_after_colon_in_member_initializer_listsPlace on new line - Break line after colon in member initializer lists (C++)
line_break_after_comma_in_member_initializer_listsPlace on new line - Break line after comma in member initializer lists (C++)
line_break_before_comma_in_member_initializer_listsPlace on new line - Break line before comma in member initializer lists (C++)
linebreak_before_all_elementsAround tags - Place all elements on new line (HTML)
linebreak_before_elementsAround tags - Place these elements on new line, available for: HTML, XMLDOC
linebreak_before_multiline_elementsAround tags - Place multiline elements on new line, available for: HTML, XML, XMLDOC
linebreak_before_singleline_elementsAround tags - Place singleline elements on new line, available for: XML, XMLDOC
linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
linebreaks_inside_tags_for_elements_longer_thanTag 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_elementsAround 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_elementsAround tags - Line breaks after start-tag and before end-tag in multiline elements, available for: HTML, XML, XMLDOC
linkage_specification_bracesBraces layout - Linkage specifications (C++)
linkage_specification_indentationIndentation - Indent linkage specification block members (C++)
local_function_bodyCode body - Local functions (C#)
max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
max_blank_lines_between_tagsAround tags - Maximum blank lines between tags, available for: HTML, XML, XMLDOC
max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
max_line_lengthGeneral - Hard wrap at, available for: C#, C++, JavaScript, Protobuf, VB.NET, XML, XMLDOC
media_query_styleCode layout - Media query (Css)
member_initializer_list_stylePlace on new line - Break line before colon in member initializer lists (C++)
method_or_operator_bodyCode body - Methods and operators (C#)
min_blank_lines_after_importsBlank lines - Min blank lines after imports (JavaScript)
min_blank_lines_around_fieldsBlank lines - Min blank lines around fields and signature declarations (TypeScript)
min_blank_lines_around_functionsBlank lines - Min blank lines around functions (JavaScript)
min_blank_lines_around_typesBlank lines - Min blank lines around types and modules (TypeScript)
min_blank_lines_between_declarationsBlank lines - Min blank lines between declarations (Css)
modifiers_orderModifiers - Modifiers order (C#)
namespace_declaration_bracesBraces layout - Namespace declaration (C++)
namespace_indentationIndentation - Indent namespace members (C++)
nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
new_line_before_catchArrangement of statements - , available for: C#, C++, JavaScript
new_line_before_elseArrangement of statements - , available for: C#, C++, JavaScript
new_line_before_finallyArrangement of statements - , available for: C#, JavaScript
new_line_before_whileArrangement of statements - Place "while" on new line, available for: C#, C++, JavaScript
no_indent_inside_elementsAround tags - Do not indent children of (HTML)
no_indent_inside_if_element_longer_thanAround tags - Do not indent children if element has more lines than (HTML)
normalize_tag_namesOther - Normalize tag names (HTML)
not_options_bracesIndenting options - Curly braces not in options (Protobuf)
object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
old_engineOther - Revert to old formatting engine (C#)
options_bracesIndenting options - Curly/pointy braces in aggregate values in options (Protobuf)
options_braces_pointyOther - Use pointy braces in aggregate options (Protobuf)
other_bracesBraces layout - Other, available for: C#, C++
outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
outdent_commasAlign multiline constructs - Outdent commas, available for: C#, C++
outdent_dotsAlign multiline constructs - Outdent dots in chained method calls, available for: C#, C++
parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
pi_attribute_styleProcessing instructions - Attributes format, available for: HTML, XML, XMLDOC
pi_attributes_indentProcessing instructions - Attributes indenting, available for: HTML, XML, XMLDOC
place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
place_class_decorator_on_the_same_linePlace on a new line - Class decorators on the same line with class (TypeScript)
place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
place_each_decorator_on_new_linePlace on a new line - Place each decorator on a new line (TypeScript)
place_event_attribute_on_same_lineAttributes - Place event attribute on the same line (VB.NET)
place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
place_field_decorator_on_the_same_linePlace on a new line - Field decorators on the same line with field (TypeScript)
place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
place_method_decorator_on_the_same_linePlace on a new line - Method decorators on the same line with signature (TypeScript)
place_namespace_definitions_on_same_lineBraces layout - Place namespace definitions on the same line (C++)
place_property_attribute_on_same_lineAttributes - Place property attribute on the same line (VB.NET)
place_property_decorator_on_the_same_linePlace on a new line - Property decorators on the same line with property (TypeScript)
place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
place_template_args_on_new_linePlace on a new line - Place template literal arguments on a new line (JavaScript)
place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line, available for: C#, C++
prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references, available for: C#, Razor CSharp, VB.NET
prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
preserve_spaces_inside_tagsAround tags - Keep white spaces inside (HTML)
properties_styleCode layout - Properties (Css)
protobuf_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (Protobuf)
protobuf_allow_far_alignmentTabs and indents - Align even if the resulting indentation is too large (Protobuf)
protobuf_brace_styleBraces layout style (generalized)
protobuf_empty_block_styleIndenting options - Empty block style (Protobuf)
protobuf_indent_sizeTabs and indents - Indent size (Protobuf)
protobuf_indent_styleTabs and indents - Indent style (Protobuf)
protobuf_max_line_lengthWrapping and chopping - Hard wrap at (Protobuf)
protobuf_not_options_bracesIndenting options - Curly braces not in options (Protobuf)
protobuf_options_bracesIndenting options - Curly/pointy braces in aggregate values in options (Protobuf)
protobuf_options_braces_pointyOther - Use pointy braces in aggregate options (Protobuf)
protobuf_space_colon_afterSpaces - After : in aggregate options (Protobuf)
protobuf_space_colon_beforeSpaces - Before : in aggregate options (Protobuf)
protobuf_space_commaSpaces - After comma in options (Protobuf)
protobuf_space_equalsSpaces - Around = in fields and options (Protobuf)
protobuf_tab_widthTabs and indents - Tab width (Protobuf)
qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
quote_styleQuotes - Quote style, available for: HTML, JavaScript
razor_always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
razor_prefer_qualified_referenceUse fully qualified names for @inherits and @model directives (Razor CSharp)
razor_remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
razor_remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
requires_expression_bracesBraces layout - Requires expressions (C++)
resharper_abstract_class_constructor_can_be_made_protected_highlightingCode Inspection: Constructor of an abstract class can be made protected
resharper_access_rights_in_text_highlightingCode Inspection: Cannot access symbol in text argument
resharper_access_to_disposed_closure_highlightingCode Inspection: Access to disposed captured variable
resharper_access_to_for_each_variable_in_closure_highlightingCode Inspection: Access to foreach variable in closure
resharper_access_to_modified_closure_highlightingCode Inspection: Access to modified captured variable
resharper_access_to_static_member_via_derived_type_highlightingCode Inspection: Access to a static member of a type via a derived type
resharper_accessor_declaration_bracesBraces layout - Accessor declaration (C#)
resharper_accessor_owner_bodyCode body - Properties, indexers and events (C#)
resharper_accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
resharper_add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
resharper_address_of_marshal_by_ref_object_highlightingCode Inspection: Captured field reference of a marshal-by-reference class may cause a runtime exception
resharper_align_first_arg_by_parenAlign multiline constructs - Call arguments by '(', available for: C#, C++
resharper_align_linq_queryAlign multiline constructs - LINQ query (C#)
resharper_align_multiline_argumentAlign multiline constructs - Call arguments, available for: C#, C++, VB.NET
resharper_align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
resharper_align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
resharper_align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions, available for: C#, C++
resharper_align_multiline_calls_chainAlign multiline constructs - Chained method calls, available for: C#, C++
resharper_align_multiline_ctor_initAlign multiline construct - Member initializers in member initializer lists (C++)
resharper_align_multiline_expressionAlign multiline constructs - Other expressions, available for: C#, VB.NET
resharper_align_multiline_expression_bracesAlign multiline construct - Initializer list arguments (C++)
resharper_align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces, available for: C#, C++
resharper_align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
resharper_align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
resharper_align_multiline_parameterAlign multiline constructs - Method parameters, available for: C#, C++, JavaScript, VB.NET
resharper_align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
resharper_align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
resharper_align_multiline_type_argumentAlign multiline construct - Template arguments (C++)
resharper_align_multiline_type_parameterAlign multiline construct - Template parameters in template declaration (C++)
resharper_align_multiple_declarationAlign multiline constructs - Multiple declarations, available for: C#, C++, JavaScript, VB.NET
resharper_align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
resharper_align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
resharper_align_ternaryAlign multiline construct - ?: operator, available for: C++, JavaScript
resharper_align_tuple_componentsAlign multiline constructs - Tuple components (C#)
resharper_align_union_type_usageAlign multiline constructs - Union type usage (TypeScript)
resharper_alignment_tab_fill_styleAlign 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_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts, available for: C#, VB.NET
resharper_allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
resharper_allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large, available for: C#, C++, HTML, JavaScript, Protobuf, XML, XMLDOC
resharper_always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
resharper_amd_dependency_path_problem_highlightingCode Inspection: Check 'amd-dependency' the same way as require() argument
resharper_amd_external_module_highlightingCode Inspection: AMD module may be converted to external module
resharper_angular_html_banana_highlightingCode Inspection: 'Banana in a box' [()] violation in Angular 2 binding
resharper_annotate_can_be_null_parameter_highlightingCode Inspection: Declaration nullability inferred (parameter is inferred to be nullable)
resharper_annotate_can_be_null_type_member_highlightingCode Inspection: Declaration nullability inferred (type member is inferred to be nullable)
resharper_annotate_not_null_parameter_highlightingCode Inspection: Declaration nullability inferred (parameter is inferred to be not null)
resharper_annotate_not_null_type_member_highlightingCode Inspection: Declaration nullability inferred (type member is inferred to be not null)
resharper_annotation_conflict_in_hierarchy_highlightingCode Inspection: Annotation conflict in hierarchy
resharper_annotation_redundancy_at_value_type_highlightingCode Inspection: Nullability attribute usage with declaration of void or value type
resharper_annotation_redundancy_in_hierarchy_highlightingCode Inspection: Annotation duplicate in hierarchy
resharper_anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration), available for: C#, C++
resharper_arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
resharper_arguments_literalArguments - Literal values (C#)
resharper_arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
resharper_arguments_otherArguments - Other (C#)
resharper_arguments_skip_singleArguments - Skip single arguments (C#)
resharper_arguments_string_literalArguments - String literal values (C#)
resharper_arguments_style_anonymous_function_highlightingCode Inspection: Use preferred argument style for anonymous functions
resharper_arguments_style_literal_highlightingCode Inspection: Use preferred argument style for literal values
resharper_arguments_style_named_expression_highlightingCode Inspection: Use preferred argument style for named expressions
resharper_arguments_style_other_highlightingCode Inspection: Use preferred argument style
resharper_arguments_style_string_literal_highlightingCode Inspection: Use preferred argument style for string literal values
resharper_arrange_accessor_owner_body_highlightingCode Inspection: Use preferred body style (convert to property, indexer or event with preferred body style)
resharper_arrange_attributes_highlightingCode Inspection: Join or separate attributes in section
resharper_arrange_constructor_or_destructor_body_highlightingCode Inspection: Use preferred body style (convert to constructor or destructor with preferred body style)
resharper_arrange_default_value_when_type_evident_highlightingCode Inspection: Use preferred style of default value expression when type is evident
resharper_arrange_default_value_when_type_not_evident_highlightingCode Inspection: Use preferred style of default value expression when type is not evident
resharper_arrange_local_function_body_highlightingCode Inspection: Use preferred body style (convert to local function with preferred body style)
resharper_arrange_method_or_operator_body_highlightingCode Inspection: Use preferred body style (convert to method or operator with preferred body style)
resharper_arrange_missing_parentheses_highlightingCode Inspection: Add parentheses to avoid non-obvious precedence
resharper_arrange_modifiers_order_highlightingCode Inspection: Adjust modifiers declaration order
resharper_arrange_object_creation_when_type_evident_highlightingCode Inspection: Use preferred style of 'new' expression when created type is evident
resharper_arrange_object_creation_when_type_not_evident_highlightingCode Inspection: Use preferred style of 'new' expression when created type is not evident
resharper_arrange_redundant_parentheses_highlightingCode Inspection: Remove redundant parentheses
resharper_arrange_static_member_qualifier_highlightingCode Inspection: Add/remove qualifier for static members
resharper_arrange_this_qualifier_highlightingCode Inspection: Add/remove 'this.' qualifier
resharper_arrange_trailing_comma_in_multiline_lists_highlightingCode Inspection: Use preferred style for trailing comma before new line in multiline lists
resharper_arrange_trailing_comma_in_singleline_lists_highlightingCode Inspection: Use preferred style for trailing comma when the last element is not followed by a new line
resharper_arrange_type_member_modifiers_highlightingCode Inspection: Use explicit or implicit modifier definition for type members
resharper_arrange_type_modifiers_highlightingCode Inspection: Use explicit or implicit modifier definition for types
resharper_arrange_var_keywords_in_deconstructing_declaration_highlightingCode Inspection: Join or separate 'var' in deconstruction declarations
resharper_asp_content_placeholder_not_resolved_highlightingCode Inspection: Unknown content placeholder
resharper_asp_custom_page_parser_filter_type_highlightingCode Inspection: Unsupported pageParserFilterType
resharper_asp_dead_code_highlightingCode Inspection: ASP.NET Dead Code
resharper_asp_entity_highlightingCode Inspection: Unknown HTML entity
resharper_asp_image_highlightingCode Inspection: Wrong image size
resharper_asp_invalid_control_type_highlightingCode Inspection: Invalid control type
resharper_asp_not_resolved_highlightingCode Inspection: Unknown symbol
resharper_asp_ods_method_reference_resolve_error_highlightingCode Inspection: Object data source method resolve problem
resharper_asp_resolve_warning_highlightingCode Inspection: ASP.NET Resolve Warning
resharper_asp_skin_not_resolved_highlightingCode Inspection: Unknown skin
resharper_asp_tag_attribute_with_optional_value_highlightingCode Inspection: Attribute with optional value problem
resharper_asp_theme_not_resolved_highlightingCode Inspection: Unknown theme
resharper_asp_unused_register_directive_highlighting_highlightingCode Inspection: Unused register directive
resharper_asp_warning_highlightingCode Inspection: ASP.NET Warning
resharper_assign_null_to_not_null_attribute_highlightingCode Inspection: Possible 'null' assignment to non-nullable entity
resharper_assign_to_constant_highlightingCode Inspection: Assignment to constant
resharper_assign_to_implicit_global_in_function_scope_highlightingCode Inspection: Assignment to an implicitly declared global variable
resharper_assigned_value_is_never_used_highlightingCode Inspection: Assigned value is never used
resharper_assigned_value_wont_be_assigned_to_corresponding_field_highlightingCode Inspection: Parameter-property value assigned inside constructor won't be assigned to class property
resharper_assignment_in_condition_expression_highlightingCode Inspection: Assignment to a variable inside a conditional statement
resharper_assignment_in_conditional_expression_highlightingCode Inspection: Assignment in conditional expression
resharper_assignment_is_fully_discarded_highlightingCode Inspection: Assignment results are fully discarded
resharper_asxx_path_error_highlightingCode Inspection: Path error
resharper_async_iterator_invocation_without_await_foreach_highlightingCode Inspection: Async iterator invocation without 'await foreach'
resharper_attribute_indentInside of tag header - Attributes indenting, available for: HTML, XML, XMLDOC
resharper_attribute_styleInside of tag header - Attributes format, available for: HTML, XML, XMLDOC
resharper_auto_property_can_be_made_get_only_global_highlightingCode Inspection: Auto-property can be made get-only (non-private accessibility)
resharper_auto_property_can_be_made_get_only_local_highlightingCode Inspection: Auto-property can be made get-only (private accessibility)
resharper_bad_attribute_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around attributes)
resharper_bad_braces_spaces_highlightingCode Inspection: Incorrect spacing (around braces)
resharper_bad_child_statement_indent_highlightingCode Inspection: Incorrect indent (around child statement)
resharper_bad_colon_spaces_highlightingCode Inspection: Incorrect spacing (around colon)
resharper_bad_comma_spaces_highlightingCode Inspection: Incorrect spacing (around comma)
resharper_bad_control_braces_indent_highlightingCode Inspection: Incorrect indent (around statement braces)
resharper_bad_control_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around statement braces)
resharper_bad_declaration_braces_indent_highlightingCode Inspection: Incorrect indent (around declaration braces)
resharper_bad_declaration_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around declaration braces)
resharper_bad_empty_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around empty braces)
resharper_bad_expression_braces_indent_highlightingCode Inspection: Incorrect indent (around expression braces)
resharper_bad_expression_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around expression braces)
resharper_bad_generic_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around generic brackets)
resharper_bad_indent_highlightingCode Inspection: Incorrect indent (line indent should not be changed relative to the previous line elsewhere)
resharper_bad_linq_line_breaks_highlightingCode Inspection: Incorrect line breaks (around LINQ queries)
resharper_bad_list_line_breaks_highlightingCode Inspection: Incorrect line breaks (around comma in lists)
resharper_bad_member_access_spaces_highlightingCode Inspection: Incorrect spacing (around member access symbols)
resharper_bad_namespace_braces_indent_highlightingCode Inspection: Incorrect indent (around namespace braces)
resharper_bad_parens_line_breaks_highlightingCode Inspection: Incorrect line breaks (around parenthesis)
resharper_bad_parens_spaces_highlightingCode Inspection: Incorrect spacing (around parenthesis)
resharper_bad_preprocessor_indent_highlightingCode Inspection: Incorrect indent (around preprocessor directive)
resharper_bad_semicolon_spaces_highlightingCode Inspection: Incorrect spacing (around semicolon)
resharper_bad_spaces_after_keyword_highlightingCode Inspection: Incorrect spacing (between keyword and parenthesis)
resharper_bad_square_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around square brackets within a statement)
resharper_bad_switch_braces_indent_highlightingCode Inspection: Incorrect indent (around switch statement)
resharper_bad_symbol_spaces_highlightingCode Inspection: Incorrect spacing (around operator symbols)
resharper_base_member_has_params_highlightingCode Inspection: Base member has 'params' parameter, but overrider hasn't
resharper_base_method_call_with_default_parameter_highlightingCode Inspection: Call to base member with implicit default parameters
resharper_base_object_equals_is_object_equals_highlightingCode Inspection: Call to 'base.Equals(...)' is reference equality
resharper_base_object_get_hash_code_call_in_get_hash_code_highlightingCode Inspection: Overridden GetHashCode calls base 'Object.GetHashCode()'
resharper_bitwise_operator_on_enum_without_flags_highlightingCode Inspection: Bitwise operation on enum which is not marked by [Flags] attribute
resharper_blank_line_after_piProcessing instructions - Blank line after processing instructions, available for: HTML, XML, XMLDOC
resharper_blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
resharper_blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
resharper_blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
resharper_blank_lines_after_importsBlank lines - After imports section (VB.NET)
resharper_blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
resharper_blank_lines_after_optionsBlank lines - After file options section (VB.NET)
resharper_blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
resharper_blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
resharper_blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
resharper_blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
resharper_blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
resharper_blank_lines_around_class_definitionBlank lines - Around class/struct/enum definition (C++)
resharper_blank_lines_around_fieldBlank lines in declarations - Around field, available for: C#, VB.NET
resharper_blank_lines_around_function_declarationBlank lines - Around function declarations (C++)
resharper_blank_lines_around_function_definitionBlank lines - Around function definitions (C++)
resharper_blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
resharper_blank_lines_around_invocableBlank lines in declarations - Around method, available for: C#, VB.NET
resharper_blank_lines_around_local_methodBlank lines in code - Around local function (C#)
resharper_blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
resharper_blank_lines_around_namespaceBlank lines in declarations - Around namespace, available for: C#, C++, VB.NET
resharper_blank_lines_around_other_declarationBlank lines - Around other definitions and declarations (C++)
resharper_blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
resharper_blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
resharper_blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
resharper_blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
resharper_blank_lines_around_regionGeneral - Around region, available for: C#, VB.NET
resharper_blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
resharper_blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
resharper_blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field, available for: C#, VB.NET
resharper_blank_lines_around_single_line_function_definitionBlank lines - Around single line function definitions (C++)
resharper_blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method, available for: C#, VB.NET
resharper_blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
resharper_blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
resharper_blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
resharper_blank_lines_around_typeBlank lines in declarations - Around type, available for: C#, VB.NET
resharper_blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
resharper_blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
resharper_blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
resharper_blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
resharper_blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
resharper_blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
resharper_blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
resharper_blank_lines_inside_regionGeneral - Inside region, available for: C#, VB.NET
resharper_blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
resharper_block_scope_redeclaration_highlightingCode Inspection: Redeclaration of let/const
resharper_brace_styleBraces layout style (generalized)
resharper_braces_for_dowhileBraces - In "do-while" statement (C#)
resharper_braces_for_fixedBraces - In "fixed" statement (C#)
resharper_braces_for_forBraces - In "for" statement (C#)
resharper_braces_for_foreachBraces - In "foreach" statement (C#)
resharper_braces_for_ifelseBraces - In "if" statement (C#)
resharper_braces_for_lockBraces - In "lock" statement (C#)
resharper_braces_for_usingBraces - In "using" statement (C#)
resharper_braces_for_whileBraces - In "while" statement (C#)
resharper_braces_redundantBraces - Remove redundant (C#)
resharper_break_template_declarationPlace on new line - Break line after the template<...> of a template declaration (C++)
resharper_built_in_type_reference_style_for_member_access_highlightingCode 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_highlightingCode Inspection: Replace built-in type reference with a CLR type name or a keyword
resharper_builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
resharper_builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
resharper_by_ref_argument_is_volatile_field_highlightingCode Inspection: Captured reference to 'volatile' field will not be treated as 'volatile'
resharper_c_declaration_with_implicit_int_type_highlightingCode Inspection: Type-specifier missing, defaults to int
resharper_c_sharp_warnings_cs0078_highlightingCode Inspection: The 'l' suffix is easily confused with the digit '1'
resharper_c_sharp_warnings_cs0108_cs0114_highlightingCode Inspection: Keyword 'new' is required
resharper_c_sharp_warnings_cs0109_highlightingCode Inspection: Keyword 'new' is redundant
resharper_c_sharp_warnings_cs0162_highlightingCode Inspection: Code is unreachable
resharper_c_sharp_warnings_cs0183_highlightingCode Inspection: Given expression is always of the provided type
resharper_c_sharp_warnings_cs0184_highlightingCode Inspection: Given expression is never of the provided type
resharper_c_sharp_warnings_cs0197_highlightingCode Inspection: Taking address of marshal-by-reference class field
resharper_c_sharp_warnings_cs0252_cs0253_highlightingCode Inspection: Possible unintended reference comparison
resharper_c_sharp_warnings_cs0420_highlightingCode Inspection: Reference to a volatile field will not be treated as volatile
resharper_c_sharp_warnings_cs0465_highlightingCode Inspection: Introducing a 'Finalize' method can interfere with destructor invocation
resharper_c_sharp_warnings_cs0469_highlightingCode Inspection: 'goto case' value is not implicitly convertible to required type
resharper_c_sharp_warnings_cs0612_highlightingCode Inspection: Use of obsolete symbol (without message)
resharper_c_sharp_warnings_cs0618_highlightingCode Inspection: Use of obsolete symbol
resharper_c_sharp_warnings_cs0628_highlightingCode Inspection: Declaring new protected member in sealed class is the same as declaring it as private
resharper_c_sharp_warnings_cs0642_highlightingCode Inspection: Possible mistaken empty statement
resharper_c_sharp_warnings_cs0657_highlightingCode 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_highlightingCode Inspection: 'attribute modifier' is not a recognized attribute location. All attributes in this block will be ignored
resharper_c_sharp_warnings_cs0659_highlightingCode Inspection: Class overrides Object.Equals(object o) but not Object.GetHashCode()
resharper_c_sharp_warnings_cs0660_cs0661_highlightingCode Inspection: Operator '==' or operator '!=' with 'Object.Equals(object o)' and 'Object.GetHashCode()' not overridden
resharper_c_sharp_warnings_cs0665_highlightingCode Inspection: Assignment in conditional expression
resharper_c_sharp_warnings_cs0672_highlightingCode Inspection: Member overrides obsolete member
resharper_c_sharp_warnings_cs0693_highlightingCode Inspection: Type parameter has the same name as a type parameter from the outer type
resharper_c_sharp_warnings_cs1030_highlightingCode Inspection: '#warning' directive
resharper_c_sharp_warnings_cs1058_highlightingCode Inspection: A previous catch clause already catches all exceptions
resharper_c_sharp_warnings_cs1066_highlightingCode 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_highlightingCode Inspection: Empty switch block
resharper_c_sharp_warnings_cs1570_highlightingCode Inspection: Invalid XML in XML comment
resharper_c_sharp_warnings_cs1571_highlightingCode Inspection: Duplicate param tag in XML comment
resharper_c_sharp_warnings_cs1572_highlightingCode Inspection: XML comment has a 'param' tag for 'Parameter', but there is no parameter by that name
resharper_c_sharp_warnings_cs1573_highlightingCode Inspection: Parameter has no matching param tag in the XML comment
resharper_c_sharp_warnings_cs1574_cs1584_cs1581_cs1580_highlightingCode Inspection: Cannot resolve reference in XML comment
resharper_c_sharp_warnings_cs1574_highlightingCode Inspection: Ambiguous reference in XML comment
resharper_c_sharp_warnings_cs1580_highlightingCode Inspection: Incorrect signature in XML comment
resharper_c_sharp_warnings_cs1584_highlightingCode Inspection: Syntax error in XML comment
resharper_c_sharp_warnings_cs1587_highlightingCode Inspection: XML comment is not placed on a valid language element
resharper_c_sharp_warnings_cs1589_highlightingCode Inspection: Unable to include XML fragment
resharper_c_sharp_warnings_cs1590_highlightingCode Inspection: Invalid XML include element
resharper_c_sharp_warnings_cs1591_highlightingCode Inspection: Missing XML comment for publicly visible type or member
resharper_c_sharp_warnings_cs1592_highlightingCode Inspection: Badly formed XML in included comments file
resharper_c_sharp_warnings_cs1710_highlightingCode Inspection: Duplicate typeparam tag in XML comment
resharper_c_sharp_warnings_cs1711_highlightingCode Inspection: XML comment has a 'typeparam' tag for 'TypeParameter', but there is no type parameter by that name
resharper_c_sharp_warnings_cs1712_highlightingCode Inspection: Type parameter has no matching typeparam tag in the XML comment
resharper_c_sharp_warnings_cs1717_highlightingCode Inspection: Assignment made to same variable
resharper_c_sharp_warnings_cs1723_highlightingCode Inspection: XML comment has cref attribute that refers to a type parameter
resharper_c_sharp_warnings_cs1911_highlightingCode 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_highlightingCode Inspection: Multiple override candidates at run-time
resharper_c_sharp_warnings_cs1981_highlightingCode 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_highlightingCode Inspection: Async function without await expression
resharper_c_sharp_warnings_cs4014_highlightingCode Inspection: Async method invocation without await expression
resharper_c_sharp_warnings_cs7022_highlightingCode Inspection: The 'Main' method will not be used as an entry point because compilation unit with top-level statements was found.
resharper_c_sharp_warnings_cs7095_highlightingCode Inspection: Filter expression is a constant, consider removing the filter
resharper_c_sharp_warnings_cs8094_highlightingCode Inspection: Alignment value 'value' has a magnitude greater than 'magnitude limit' and may result in a large formatted string.
resharper_c_sharp_warnings_cs8123_highlightingCode 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_highlightingCode 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_cs8416_highlightingCode Inspection: The given expression never matches the provided pattern.
resharper_c_sharp_warnings_cs8417_highlightingCode Inspection: The given expression always matches the provided constant.
resharper_c_sharp_warnings_cs8424_highlightingCode Inspection: The 'EnumeratorCancellation' attribute is only effective on a parameter of type 'CancellationToken' in an async-iterator method returning 'IAsyncEnumerable<>'.
resharper_c_sharp_warnings_cs8425_highlightingCode Inspection: Async-iterator has one or more parameters of type 'CancellationToken' but none of them is annotated with the 'EnumeratorCancellation' attribute.
resharper_c_sharp_warnings_cs8509_highlightingCode Inspection: The switch expression does not handle all possible inputs (it is not exhaustive).
resharper_c_sharp_warnings_cs8597_highlightingCode Inspection: Thrown value may be null.
resharper_c_sharp_warnings_cs8600_highlightingCode Inspection: Converting null literal or possible null value to non-nullable type.
resharper_c_sharp_warnings_cs8601_highlightingCode Inspection: Possible null reference assignment.
resharper_c_sharp_warnings_cs8602_highlightingCode Inspection: Dereference of a possibly null reference.
resharper_c_sharp_warnings_cs8603_highlightingCode Inspection: Possible null reference return.
resharper_c_sharp_warnings_cs8604_highlightingCode Inspection: Possible null reference argument for a parameter.
resharper_c_sharp_warnings_cs8605_highlightingCode Inspection: Unboxing a possibly null value.
resharper_c_sharp_warnings_cs8607_highlightingCode Inspection: A possible null value may not be used for a type marked with [NotNull] or [DisallowNull].
resharper_c_sharp_warnings_cs8608_highlightingCode Inspection: Nullability of reference types in type doesn't match overridden member.
resharper_c_sharp_warnings_cs8609_highlightingCode Inspection: Nullability of reference types in return type doesn't match overridden member.
resharper_c_sharp_warnings_cs8610_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match overridden member.
resharper_c_sharp_warnings_cs8611_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match partial method declaration.
resharper_c_sharp_warnings_cs8612_highlightingCode Inspection: Nullability of reference types in type doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8613_highlightingCode Inspection: Nullability of reference types in return type doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8614_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8615_highlightingCode Inspection: Nullability of reference types in type doesn't match implemented member.
resharper_c_sharp_warnings_cs8616_highlightingCode Inspection: Nullability of reference types in return type doesn't match implemented member.
resharper_c_sharp_warnings_cs8617_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match implemented member.
resharper_c_sharp_warnings_cs8618_highlightingCode Inspection: Non-nullable member is uninitialized.
resharper_c_sharp_warnings_cs8619_highlightingCode Inspection: Nullability of reference types in source type doesn't match target type.
resharper_c_sharp_warnings_cs8620_highlightingCode Inspection: Argument cannot be used for corresponding parameter due to differences in the nullability of reference types.
resharper_c_sharp_warnings_cs8621_highlightingCode Inspection: Nullability of reference types in return type doesn't match the target delegate.
resharper_c_sharp_warnings_cs8622_highlightingCode Inspection: Nullability of reference types in type of a parameter doesn't match the target delegate.
resharper_c_sharp_warnings_cs8624_highlightingCode Inspection: Argument cannot be used as an output for parameter due to differences in the nullability of reference types.
resharper_c_sharp_warnings_cs8625_highlightingCode Inspection: Cannot convert null literal to non-nullable reference type.
resharper_c_sharp_warnings_cs8629_highlightingCode Inspection: Nullable value type may be null.
resharper_c_sharp_warnings_cs8631_highlightingCode Inspection: Nullability of type argument doesn't match constraint type.
resharper_c_sharp_warnings_cs8632_highlightingCode Inspection: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
resharper_c_sharp_warnings_cs8633_highlightingCode Inspection: Nullability mismatch in constraints for type parameter.
resharper_c_sharp_warnings_cs8634_highlightingCode Inspection: Nullability of type argument doesn't match 'class' constraint.
resharper_c_sharp_warnings_cs8643_highlightingCode Inspection: Nullability of reference types in explicit interface specifier doesn't match interface implemented by the type.
resharper_c_sharp_warnings_cs8644_highlightingCode Inspection: Nullability of reference types in interface implemented by the base type doesn't match.
resharper_c_sharp_warnings_cs8645_highlightingCode Inspection: Type is already listed in the interface list with different nullability of reference types.
resharper_c_sharp_warnings_cs8655_highlightingCode Inspection: The switch expression does not handle some null inputs (it is not exhaustive).
resharper_c_sharp_warnings_cs8656_highlightingCode Inspection: Call to a non-readonly member from a 'readonly' member results in an implicit copy of 'this'
resharper_c_sharp_warnings_cs8667_highlightingCode Inspection: Partial method declarations have inconsistent nullability for type parameter.
resharper_c_sharp_warnings_cs8669_highlightingCode Inspection: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
resharper_c_sharp_warnings_cs8670_highlightingCode Inspection: Object or collection initializer implicitly dereferences possibly null member.
resharper_c_sharp_warnings_cs8714_highlightingCode Inspection: Nullability of type argument doesn't match 'notnull' constraint.
resharper_c_sharp_warnings_cs8762_highlightingCode Inspection: Parameter must conditionally have a non-null value when exiting a function.
resharper_c_sharp_warnings_cs8763_highlightingCode Inspection: A method marked [DoesNotReturn] should not return.
resharper_c_sharp_warnings_cs8764_highlightingCode Inspection: Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8765_highlightingCode Inspection: Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8766_highlightingCode Inspection: Nullability of return type doesn't match implicitly implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8767_highlightingCode Inspection: Nullability of type of parameter doesn't match implicitly implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8768_highlightingCode Inspection: Nullability of return type doesn't match implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8769_highlightingCode Inspection: Nullability of type of parameter doesn't match implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8770_highlightingCode Inspection: Method lacks '[DoesNotReturn]' annotation in order to match implemented or overridden member.
resharper_c_sharp_warnings_cs8774_highlightingCode Inspection: Member must have a non-null value when exiting.
resharper_c_sharp_warnings_cs8775_highlightingCode Inspection: Member must conditionally have a non-null value when exiting a function.
resharper_c_sharp_warnings_cs8776_highlightingCode Inspection: Member cannot be used in this attribute.
resharper_c_sharp_warnings_cs8777_highlightingCode Inspection: Parameter must have a non-null value when exiting.
resharper_c_sharp_warnings_cs8794_highlightingCode Inspection: Given expression always matches the provided pattern
resharper_c_sharp_warnings_cs8819_highlightingCode Inspection: Nullability of reference types in return type doesn't match partial method declaration.
resharper_c_sharp_warnings_cs8824_highlightingCode Inspection: Parameter must have a non-null value when exiting because parameter mentioned in [NotNullIfNotNull] annotation is non-null.
resharper_c_sharp_warnings_cs8825_highlightingCode Inspection: Return value must be non-null because parameter mentioned in [NotNullIfNotNull] annotation is non-null.
resharper_c_sharp_warnings_cs8851_highlightingCode Inspection: Record defined 'Equals' but not 'GetHashCode'
resharper_c_sharp_warnings_cs8860_highlightingCode Inspection: Types and aliases should not be named 'record'
resharper_c_sharp_warnings_cs8892_highlightingCode Inspection: Asynchronous 'Main' method will not be used as an entry point because a synchronous entry point was found.
resharper_c_sharp_warnings_wme006_highlightingCode Inspection: Namespace should be default namespace of this project
resharper_caller_callee_using_error_highlightingCode Inspection: Using of 'arguments.caller' and 'arguments.callee' in 'strict mode'
resharper_caller_callee_using_highlightingCode Inspection: Using of 'arguments.caller' and 'arguments.callee'
resharper_can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
resharper_cannot_apply_equality_operator_to_type_highlightingCode Inspection: Compare with '==' types marked by 'CannotApplyEqualityOperatorAttribute'
resharper_case_block_bracesBraces layout - Block under "case" label, available for: C#, C++
resharper_center_tag_is_obsolete_highlightingCode Inspection: Obsolete tags and attributes (<center> is obsolete)
resharper_check_for_reference_equality_instead_1_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_2_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_3_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_4_highlightingCode Inspection: Check for reference equality instead
resharper_check_namespace_highlightingCode Inspection: Namespace does not correspond to file location
resharper_class_can_be_sealed_global_highlightingCode Inspection: Class can be made sealed (non-inheritable) (non-private accessibility)
resharper_class_can_be_sealed_local_highlightingCode Inspection: Class can be made sealed (non-inheritable) (private accessibility)
resharper_class_cannot_be_instantiated_highlightingCode Inspection: Class cannot be instantiated
resharper_class_highlightingCode Inspection: Class emulation may be converted to class
resharper_class_never_instantiated_global_highlightingCode Inspection: Class is never instantiated (non-private accessibility)
resharper_class_never_instantiated_local_highlightingCode Inspection: Class is never instantiated (private accessibility)
resharper_class_with_virtual_members_never_inherited_global_highlightingCode Inspection: Class with virtual (overridable) members never inherited (non-private accessibility)
resharper_class_with_virtual_members_never_inherited_local_highlightingCode Inspection: Class with virtual (overridable) members never inherited (private accessibility)
resharper_clear_attribute_is_obsolete_all_highlightingCode Inspection: Obsolete tags and attributes (attribute 'clear' is obsolete)
resharper_clear_attribute_is_obsolete_highlightingCode Inspection: Obsolete tags and attributes (attribute 'clear' is obsolete)
resharper_closure_on_modified_variable_highlightingCode Inspection: Closure on a variable modified in loop of outer scope
resharper_co_variant_array_conversion_highlightingCode Inspection: Co-variant array conversion
resharper_coerced_equals_using_highlightingCode Inspection: Using of coerced equality (using of coerced equality operator)
resharper_coerced_equals_using_with_null_undefined_highlightingCode Inspection: Using of coerced equality (using of coerced equality operator with 'null' or 'undefined')
resharper_collection_never_queried_global_highlightingCode Inspection: Collection's content is never queried (non-private accessibility)
resharper_collection_never_queried_local_highlightingCode Inspection: Collection's content is never queried (private accessibility)
resharper_collection_never_updated_global_highlightingCode Inspection: Collection is never updated (non-private accessibility)
resharper_collection_never_updated_local_highlightingCode Inspection: Collection is never updated (private accessibility)
resharper_comma_not_valid_here_highlightingCode Inspection: Comma is not valid here
resharper_comment_typo_highlightingCode Inspection: Typo in comment
resharper_common_js_external_module_highlightingCode Inspection: CommonJs module may be converted to external module
resharper_compare_non_constrained_generic_with_null_highlightingCode Inspection: Possible comparison of value type with 'null'
resharper_compare_of_floats_by_equality_operator_highlightingCode Inspection: Equality comparison of floating point numbers
resharper_condition_is_always_const_highlightingCode Inspection: Condition is always constant
resharper_condition_is_always_true_or_false_highlightingCode Inspection: Expression is always 'true' or always 'false'
resharper_conditional_ternary_equal_branch_highlightingCode Inspection: '?:' expression has identical true and false branches
resharper_confusing_char_as_integer_in_constructor_highlightingCode Inspection: Char is possibly unintentionally used as integer
resharper_constant_conditional_access_qualifier_highlightingCode Inspection: Conditional access qualifier expression is known to be null or not null
resharper_constant_null_coalescing_condition_highlightingCode Inspection: '??' condition is known to be null or not null
resharper_constructor_call_not_used_highlightingCode Inspection: Constructor call is not used or possibly used for side-effects
resharper_constructor_initializer_loop_highlightingCode Inspection: Possible cyclic constructor call
resharper_constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
resharper_container_annotation_redundancy_highlightingCode Inspection: Container nullability attribute usage with declaration of non-container type
resharper_continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
resharper_continuous_line_indentIndentation - Continuous line indent (C++)
resharper_contract_annotation_not_parsed_highlightingCode Inspection: Problem in contract annotation definition
resharper_control_statements_bracesBraces layout - Control statements (JavaScript)
resharper_convert_closure_to_method_group_highlightingCode Inspection: Convert lambda expression to method group
resharper_convert_conditional_ternary_expression_to_switch_expression_highlightingCode Inspection: Use switch expression
resharper_convert_if_do_to_while_highlightingCode Inspection: Convert 'if do while' to 'while
resharper_convert_if_statement_to_conditional_ternary_expression_highlightingCode Inspection: 'if' statement can be re-written as '?:' expression
resharper_convert_if_statement_to_null_coalescing_assignment_highlightingCode Inspection: 'if' statement can be re-written as '??=' assignment
resharper_convert_if_statement_to_null_coalescing_expression_highlightingCode Inspection: 'if' statement can be re-written as '??' expression
resharper_convert_if_statement_to_return_statement_highlightingCode Inspection: 'if-return' statement can be re-written as 'return' statement
resharper_convert_if_statement_to_switch_expression_highlightingCode Inspection: Convert 'if' statement to 'switch' expression
resharper_convert_if_statement_to_switch_statement_highlightingCode Inspection: Convert 'if' statement to 'switch' statement
resharper_convert_if_to_or_expression_highlightingCode Inspection: Convert 'if' to '||'
resharper_convert_nullable_to_short_form_highlightingCode Inspection: Convert 'Nullable<T>' to 'T?'
resharper_convert_switch_statement_to_switch_expression_highlightingCode Inspection: Use switch expression
resharper_convert_to_auto_property_highlightingCode Inspection: Convert property to auto-property
resharper_convert_to_auto_property_when_possible_highlightingCode Inspection: Convert property to auto-property (when possible)
resharper_convert_to_auto_property_with_private_setter_highlightingCode Inspection: Convert property to auto-property with private setter
resharper_convert_to_compound_assignment_highlightingCode Inspection: Use compound assignment
resharper_convert_to_constant_global_highlightingCode Inspection: Convert local variable or field to constant (non-private accessibility)
resharper_convert_to_constant_local_highlightingCode Inspection: Convert local variable or field to constant (private accessibility)
resharper_convert_to_lambda_expression_highlightingCode Inspection: Convert to lambda expression
resharper_convert_to_lambda_expression_when_possible_highlightingCode Inspection: Convert to lambda expression (when possible)
resharper_convert_to_local_function_highlightingCode Inspection: Convert delegate variable to local function
resharper_convert_to_null_coalescing_compound_assignment_highlightingCode Inspection: Use compound assignment
resharper_convert_to_static_class_highlightingCode Inspection: Convert to static class
resharper_convert_to_using_declaration_highlightingCode Inspection: Convert to 'using' declaration
resharper_convert_to_vb_auto_property_highlightingCode Inspection: Convert property to auto-property
resharper_convert_to_vb_auto_property_when_possible_highlightingCode Inspection: Convert property to auto-property when possible
resharper_convert_to_vb_auto_property_with_private_setter_highlightingCode Inspection: Convert property to auto-property with private setter
resharper_cpp_abstract_class_without_specifier_highlightingCode Inspection: Class is abstract but not explicitly declared as such
resharper_cpp_abstract_virtual_function_call_in_ctor_highlightingCode 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_highlightingCode Inspection: Access specifier does not affect any declaration
resharper_cpp_align_first_arg_by_parenAlign multiline construct - First call argument by '(' (C++)
resharper_cpp_align_multiline_argumentAlign multiline construct - Call arguments (C++)
resharper_cpp_align_multiline_binary_expressions_chainAlign multiline construct - Chained binary expressions (C++)
resharper_cpp_align_multiline_calls_chainAlign multiline construct - Chained method calls (C++)
resharper_cpp_align_multiline_ctor_initAlign multiline construct - Member initializers in member initializer lists (C++)
resharper_cpp_align_multiline_expression_bracesAlign multiline construct - Initializer list arguments (C++)
resharper_cpp_align_multiline_extends_listAlign multiline construct - Base classes in class base clause (C++)
resharper_cpp_align_multiline_parameterAlign multiline construct - Function parameters (C++)
resharper_cpp_align_multiline_type_argumentAlign multiline construct - Template arguments (C++)
resharper_cpp_align_multiline_type_parameterAlign multiline construct - Template parameters in template declaration (C++)
resharper_cpp_align_multiple_declarationAlign multiline construct - Declarators in declaration (C++)
resharper_cpp_align_ternaryAlign multiline construct - ?: operator (C++)
resharper_cpp_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (C++)
resharper_cpp_allow_far_alignmentTabs and indents - Align even if the resulting indentation is too large (C++)
resharper_cpp_anonymous_method_declaration_bracesBraces layout - Anonymous method declaration (C++)
resharper_cpp_assigned_value_is_never_used_highlightingCode Inspection: Assigned value is never used
resharper_cpp_awaiter_type_is_not_class_highlightingCode Inspection: Awaiter type is not a class
resharper_cpp_bad_angle_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around angle brackets)
resharper_cpp_bad_braces_spaces_highlightingCode Inspection: Incorrect spacing (around braces)
resharper_cpp_bad_child_statement_indent_highlightingCode Inspection: Incorrect indent (around child statement)
resharper_cpp_bad_colon_spaces_highlightingCode Inspection: Incorrect spacing (around colon)
resharper_cpp_bad_comma_spaces_highlightingCode Inspection: Incorrect spacing (around comma)
resharper_cpp_bad_control_braces_indent_highlightingCode Inspection: Incorrect indent (around statement braces)
resharper_cpp_bad_control_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around statement braces)
resharper_cpp_bad_declaration_braces_indent_highlightingCode Inspection: Incorrect indent (around declaration braces)
resharper_cpp_bad_declaration_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around declaration braces)
resharper_cpp_bad_empty_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around empty braces)
resharper_cpp_bad_expression_braces_indent_highlightingCode Inspection: Incorrect indent (around expression braces)
resharper_cpp_bad_expression_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around expression braces)
resharper_cpp_bad_indent_highlightingCode Inspection: Incorrect indent (line indent should not be changed relative to the previous line elsewhere)
resharper_cpp_bad_list_line_breaks_highlightingCode Inspection: Incorrect line breaks (around comma in lists)
resharper_cpp_bad_member_access_spaces_highlightingCode Inspection: Incorrect spacing (around member access symbols)
resharper_cpp_bad_namespace_braces_indent_highlightingCode Inspection: Incorrect indent (around namespace braces)
resharper_cpp_bad_parens_line_breaks_highlightingCode Inspection: Incorrect line breaks (around parenthesis)
resharper_cpp_bad_parens_spaces_highlightingCode Inspection: Incorrect spacing (around parenthesis)
resharper_cpp_bad_semicolon_spaces_highlightingCode Inspection: Incorrect spacing (around semicolon)
resharper_cpp_bad_spaces_after_keyword_highlightingCode Inspection: Incorrect spacing (between keyword and parenthesis)
resharper_cpp_bad_square_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around square brackets within a statement)
resharper_cpp_bad_switch_braces_indent_highlightingCode Inspection: Incorrect indent (around switch statement)
resharper_cpp_bad_symbol_spaces_highlightingCode Inspection: Incorrect spacing (around operator symbols)
resharper_cpp_blank_lines_around_class_definitionBlank lines - Around class/struct/enum definition (C++)
resharper_cpp_blank_lines_around_function_declarationBlank lines - Around function declarations (C++)
resharper_cpp_blank_lines_around_function_definitionBlank lines - Around function definitions (C++)
resharper_cpp_blank_lines_around_namespaceBlank lines - Around namespaces (C++)
resharper_cpp_blank_lines_around_other_declarationBlank lines - Around other definitions and declarations (C++)
resharper_cpp_blank_lines_around_single_line_function_definitionBlank lines - Around single line function definitions (C++)
resharper_cpp_boolean_increment_expression_highlightingCode Inspection: Incrementing expression of type bool
resharper_cpp_boost_format_bad_code_highlightingCode Inspection: Bad format code for boost::format
resharper_cpp_boost_format_legacy_code_highlightingCode Inspection: Legacy format code for boost::format
resharper_cpp_boost_format_mixed_args_highlightingCode Inspection: Mixed serial and positional arguments for boost::format
resharper_cpp_boost_format_too_few_args_highlightingCode Inspection: Not enough arguments in a call to boost::format
resharper_cpp_boost_format_too_many_args_highlightingCode Inspection: Too many arguments in a call to boost::format
resharper_cpp_brace_styleBraces layout style (generalized)
resharper_cpp_break_template_declarationPlace on new line - Break line after the template<...> of a template declaration (C++)
resharper_cpp_c_style_cast_highlightingCode Inspection: C-style cast is used instead of a C++ cast
resharper_cpp_case_block_bracesBraces layout - Block under "case" label (C++)
resharper_cpp_clang_tidy_abseil_duration_addition_highlightingCode Inspection: abseil-duration-addition clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_comparison_highlightingCode Inspection: abseil-duration-comparison clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_conversion_cast_highlightingCode Inspection: abseil-duration-conversion-cast clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_division_highlightingCode Inspection: abseil-duration-division clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_factory_float_highlightingCode Inspection: abseil-duration-factory-float clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_factory_scale_highlightingCode Inspection: abseil-duration-factory-scale clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_subtraction_highlightingCode Inspection: abseil-duration-subtraction clang-tidy check
resharper_cpp_clang_tidy_abseil_duration_unnecessary_conversion_highlightingCode Inspection: abseil-duration-unnecessary-conversion clang-tidy check
resharper_cpp_clang_tidy_abseil_faster_strsplit_delimiter_highlightingCode Inspection: abseil-faster-strsplit-delimiter clang-tidy check
resharper_cpp_clang_tidy_abseil_no_internal_dependencies_highlightingCode Inspection: abseil-no-internal-dependencies clang-tidy check
resharper_cpp_clang_tidy_abseil_no_namespace_highlightingCode Inspection: abseil-no-namespace clang-tidy check
resharper_cpp_clang_tidy_abseil_redundant_strcat_calls_highlightingCode Inspection: abseil-redundant-strcat-calls clang-tidy check
resharper_cpp_clang_tidy_abseil_str_cat_append_highlightingCode Inspection: abseil-str-cat-append clang-tidy check
resharper_cpp_clang_tidy_abseil_string_find_startswith_highlightingCode Inspection: abseil-string-find-startswith clang-tidy check
resharper_cpp_clang_tidy_abseil_string_find_str_contains_highlightingCode Inspection: abseil-string-find-str-contains clang-tidy check
resharper_cpp_clang_tidy_abseil_time_comparison_highlightingCode Inspection: abseil-time-comparison clang-tidy check
resharper_cpp_clang_tidy_abseil_time_subtraction_highlightingCode Inspection: abseil-time-subtraction clang-tidy check
resharper_cpp_clang_tidy_abseil_upgrade_duration_conversions_highlightingCode Inspection: abseil-upgrade-duration-conversions clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_accept_highlightingCode Inspection: android-cloexec-accept clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_accept4_highlightingCode Inspection: android-cloexec-accept4 clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_creat_highlightingCode Inspection: android-cloexec-creat clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_dup_highlightingCode Inspection: android-cloexec-dup clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_epoll_create_highlightingCode Inspection: android-cloexec-epoll-create clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_epoll_create1_highlightingCode Inspection: android-cloexec-epoll-create1 clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_fopen_highlightingCode Inspection: android-cloexec-fopen clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_inotify_init_highlightingCode Inspection: android-cloexec-inotify-init clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_inotify_init1_highlightingCode Inspection: android-cloexec-inotify-init1 clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_memfd_create_highlightingCode Inspection: android-cloexec-memfd-create clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_open_highlightingCode Inspection: android-cloexec-open clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_pipe_highlightingCode Inspection: android-cloexec-pipe clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_pipe2_highlightingCode Inspection: android-cloexec-pipe2 clang-tidy check
resharper_cpp_clang_tidy_android_cloexec_socket_highlightingCode Inspection: android-cloexec-socket clang-tidy check
resharper_cpp_clang_tidy_android_comparison_in_temp_failure_retry_highlightingCode Inspection: android-comparison-in-temp-failure-retry clang-tidy check
resharper_cpp_clang_tidy_boost_use_to_string_highlightingCode Inspection: boost-use-to-string clang-tidy check
resharper_cpp_clang_tidy_bugprone_argument_comment_highlightingCode Inspection: bugprone-argument-comment clang-tidy check
resharper_cpp_clang_tidy_bugprone_assert_side_effect_highlightingCode Inspection: bugprone-assert-side-effect clang-tidy check
resharper_cpp_clang_tidy_bugprone_bad_signal_to_kill_thread_highlightingCode Inspection: bugprone-bad-signal-to-kill-thread clang-tidy check
resharper_cpp_clang_tidy_bugprone_bool_pointer_implicit_conversion_highlightingCode Inspection: bugprone-bool-pointer-implicit-conversion clang-tidy check
resharper_cpp_clang_tidy_bugprone_branch_clone_highlightingCode Inspection: bugprone-branch-clone clang-tidy check
resharper_cpp_clang_tidy_bugprone_copy_constructor_init_highlightingCode Inspection: bugprone-copy-constructor-init clang-tidy check
resharper_cpp_clang_tidy_bugprone_dangling_handle_highlightingCode Inspection: bugprone-dangling-handle clang-tidy check
resharper_cpp_clang_tidy_bugprone_dynamic_static_initializers_highlightingCode Inspection: bugprone-dynamic-static-initializers clang-tidy check
resharper_cpp_clang_tidy_bugprone_exception_escape_highlightingCode Inspection: bugprone-exception-escape clang-tidy check
resharper_cpp_clang_tidy_bugprone_fold_init_type_highlightingCode Inspection: bugprone-fold-init-type clang-tidy check
resharper_cpp_clang_tidy_bugprone_forward_declaration_namespace_highlightingCode Inspection: bugprone-forward-declaration-namespace clang-tidy check
resharper_cpp_clang_tidy_bugprone_forwarding_reference_overload_highlightingCode Inspection: bugprone-forwarding-reference-overload clang-tidy check
resharper_cpp_clang_tidy_bugprone_inaccurate_erase_highlightingCode Inspection: bugprone-inaccurate-erase clang-tidy check
resharper_cpp_clang_tidy_bugprone_incorrect_roundings_highlightingCode Inspection: bugprone-incorrect-roundings clang-tidy check
resharper_cpp_clang_tidy_bugprone_infinite_loop_highlightingCode Inspection: bugprone-infinite-loop clang-tidy check
resharper_cpp_clang_tidy_bugprone_integer_division_highlightingCode Inspection: bugprone-integer-division clang-tidy check
resharper_cpp_clang_tidy_bugprone_lambda_function_name_highlightingCode Inspection: bugprone-lambda-function-name clang-tidy check
resharper_cpp_clang_tidy_bugprone_macro_parentheses_highlightingCode Inspection: bugprone-macro-parentheses clang-tidy check
resharper_cpp_clang_tidy_bugprone_macro_repeated_side_effects_highlightingCode Inspection: bugprone-macro-repeated-side-effects clang-tidy check
resharper_cpp_clang_tidy_bugprone_misplaced_operator_in_strlen_in_alloc_highlightingCode Inspection: bugprone-misplaced-operator-in-strlen-in-alloc clang-tidy check
resharper_cpp_clang_tidy_bugprone_misplaced_pointer_arithmetic_in_alloc_highlightingCode Inspection: bugprone-misplaced-pointer-arithmetic-in-alloc clang-tidy check
resharper_cpp_clang_tidy_bugprone_misplaced_widening_cast_highlightingCode Inspection: bugprone-misplaced-widening-cast clang-tidy check
resharper_cpp_clang_tidy_bugprone_move_forwarding_reference_highlightingCode Inspection: bugprone-move-forwarding-reference clang-tidy check
resharper_cpp_clang_tidy_bugprone_multiple_statement_macro_highlightingCode Inspection: bugprone-multiple-statement-macro clang-tidy check
resharper_cpp_clang_tidy_bugprone_narrowing_conversions_highlightingCode Inspection: bugprone-narrowing-conversions clang-tidy check
resharper_cpp_clang_tidy_bugprone_no_escape_highlightingCode Inspection: bugprone-no-escape clang-tidy check
resharper_cpp_clang_tidy_bugprone_not_null_terminated_result_highlightingCode Inspection: bugprone-not-null-terminated-result clang-tidy check
resharper_cpp_clang_tidy_bugprone_parent_virtual_call_highlightingCode Inspection: bugprone-parent-virtual-call clang-tidy check
resharper_cpp_clang_tidy_bugprone_posix_return_highlightingCode Inspection: bugprone-posix-return clang-tidy check
resharper_cpp_clang_tidy_bugprone_reserved_identifier_highlightingCode Inspection: bugprone-reserved-identifier clang-tidy check
resharper_cpp_clang_tidy_bugprone_signed_char_misuse_highlightingCode Inspection: bugprone-signed-char-misuse clang-tidy check
resharper_cpp_clang_tidy_bugprone_sizeof_container_highlightingCode Inspection: bugprone-sizeof-container clang-tidy check
resharper_cpp_clang_tidy_bugprone_sizeof_expression_highlightingCode Inspection: bugprone-sizeof-expression clang-tidy check
resharper_cpp_clang_tidy_bugprone_spuriously_wake_up_functions_highlightingCode Inspection: bugprone-spuriously-wake-up-functions clang-tidy check
resharper_cpp_clang_tidy_bugprone_string_constructor_highlightingCode Inspection: bugprone-string-constructor clang-tidy check
resharper_cpp_clang_tidy_bugprone_string_integer_assignment_highlightingCode Inspection: bugprone-string-integer-assignment clang-tidy check
resharper_cpp_clang_tidy_bugprone_string_literal_with_embedded_nul_highlightingCode Inspection: bugprone-string-literal-with-embedded-nul clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_enum_usage_highlightingCode Inspection: bugprone-suspicious-enum-usage clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_include_highlightingCode Inspection: bugprone-suspicious-include clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_memset_usage_highlightingCode Inspection: bugprone-suspicious-memset-usage clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_missing_comma_highlightingCode Inspection: bugprone-suspicious-missing-comma clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_semicolon_highlightingCode Inspection: bugprone-suspicious-semicolon clang-tidy check
resharper_cpp_clang_tidy_bugprone_suspicious_string_compare_highlightingCode Inspection: bugprone-suspicious-string-compare clang-tidy check
resharper_cpp_clang_tidy_bugprone_swapped_arguments_highlightingCode Inspection: bugprone-swapped-arguments clang-tidy check
resharper_cpp_clang_tidy_bugprone_terminating_continue_highlightingCode Inspection: bugprone-terminating-continue clang-tidy check
resharper_cpp_clang_tidy_bugprone_throw_keyword_missing_highlightingCode Inspection: bugprone-throw-keyword-missing clang-tidy check
resharper_cpp_clang_tidy_bugprone_too_small_loop_variable_highlightingCode Inspection: bugprone-too-small-loop-variable clang-tidy check
resharper_cpp_clang_tidy_bugprone_undefined_memory_manipulation_highlightingCode Inspection: bugprone-undefined-memory-manipulation clang-tidy check
resharper_cpp_clang_tidy_bugprone_undelegated_constructor_highlightingCode Inspection: bugprone-undelegated-constructor clang-tidy check
resharper_cpp_clang_tidy_bugprone_unhandled_self_assignment_highlightingCode Inspection: bugprone-unhandled-self-assignment clang-tidy check
resharper_cpp_clang_tidy_bugprone_unused_raii_highlightingCode Inspection: bugprone-unused-raii clang-tidy check
resharper_cpp_clang_tidy_bugprone_unused_return_value_highlightingCode Inspection: bugprone-unused-return-value clang-tidy check
resharper_cpp_clang_tidy_bugprone_use_after_move_highlightingCode Inspection: bugprone-use-after-move clang-tidy check
resharper_cpp_clang_tidy_bugprone_virtual_near_miss_highlightingCode Inspection: bugprone-virtual-near-miss clang-tidy check
resharper_cpp_clang_tidy_cert_con36_c_highlightingCode Inspection: cert-con36-c clang-tidy check
resharper_cpp_clang_tidy_cert_con54_cpp_highlightingCode Inspection: cert-con54-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl03_c_highlightingCode Inspection: cert-dcl03-c clang-tidy check
resharper_cpp_clang_tidy_cert_dcl16_c_highlightingCode Inspection: cert-dcl16-c clang-tidy check
resharper_cpp_clang_tidy_cert_dcl21_cpp_highlightingCode Inspection: cert-dcl21-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl37_c_highlightingCode Inspection: cert-dcl37-c clang-tidy check
resharper_cpp_clang_tidy_cert_dcl50_cpp_highlightingCode Inspection: cert-dcl50-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl51_cpp_highlightingCode Inspection: cert-dcl51-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl54_cpp_highlightingCode Inspection: cert-dcl54-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl58_cpp_highlightingCode Inspection: cert-dcl58-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_dcl59_cpp_highlightingCode Inspection: cert-dcl59-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_env33_c_highlightingCode Inspection: cert-env33-c clang-tidy check
resharper_cpp_clang_tidy_cert_err09_cpp_highlightingCode Inspection: cert-err09-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_err34_c_highlightingCode Inspection: cert-err34-c clang-tidy check
resharper_cpp_clang_tidy_cert_err52_cpp_highlightingCode Inspection: cert-err52-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_err58_cpp_highlightingCode Inspection: cert-err58-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_err60_cpp_highlightingCode Inspection: cert-err60-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_err61_cpp_highlightingCode Inspection: cert-err61-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_fio38_c_highlightingCode Inspection: cert-fio38-c clang-tidy check
resharper_cpp_clang_tidy_cert_flp30_c_highlightingCode Inspection: cert-flp30-c clang-tidy check
resharper_cpp_clang_tidy_cert_mem57_cpp_highlightingCode Inspection: cert-mem57-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_msc30_c_highlightingCode Inspection: cert-msc30-c clang-tidy check
resharper_cpp_clang_tidy_cert_msc32_c_highlightingCode Inspection: cert-msc32-c clang-tidy check
resharper_cpp_clang_tidy_cert_msc50_cpp_highlightingCode Inspection: cert-msc50-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_msc51_cpp_highlightingCode Inspection: cert-msc51-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_oop11_cpp_highlightingCode Inspection: cert-oop11-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_oop54_cpp_highlightingCode Inspection: cert-oop54-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_oop57_cpp_highlightingCode Inspection: cert-oop57-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_oop58_cpp_highlightingCode Inspection: cert-oop58-cpp clang-tidy check
resharper_cpp_clang_tidy_cert_pos44_c_highlightingCode Inspection: cert-pos44-c clang-tidy check
resharper_cpp_clang_tidy_cert_str34_c_highlightingCode Inspection: cert-str34-c clang-tidy check
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_google_g_test_highlightingCode Inspection: apiModeling.google.GTest clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_llvm_cast_value_highlightingCode Inspection: apiModeling.llvm.CastValue clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_llvm_return_value_highlightingCode Inspection: apiModeling.llvm.ReturnValue clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_std_c_library_functions_highlightingCode Inspection: apiModeling.StdCLibraryFunctions clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_api_modeling_trust_nonnull_highlightingCode Inspection: apiModeling.TrustNonnull clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_builtin_builtin_functions_highlightingCode Inspection: core.builtin.BuiltinFunctions clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_builtin_no_return_functions_highlightingCode Inspection: core.builtin.NoReturnFunctions clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_call_and_message_highlightingCode Inspection: core.CallAndMessage clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_call_and_message_modeling_highlightingCode Inspection: core.CallAndMessageModeling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_divide_zero_highlightingCode Inspection: core.DivideZero clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_dynamic_type_propagation_highlightingCode Inspection: core.DynamicTypePropagation clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_non_null_param_checker_highlightingCode Inspection: core.NonNullParamChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_nonnil_string_constants_highlightingCode Inspection: core.NonnilStringConstants clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_null_dereference_highlightingCode Inspection: core.NullDereference clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_stack_addr_escape_base_highlightingCode Inspection: core.StackAddrEscapeBase clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_stack_address_escape_highlightingCode Inspection: core.StackAddressEscape clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_undefined_binary_operator_result_highlightingCode Inspection: core.UndefinedBinaryOperatorResult clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_array_subscript_highlightingCode Inspection: core.uninitialized.ArraySubscript clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_assign_highlightingCode Inspection: core.uninitialized.Assign clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_branch_highlightingCode Inspection: core.uninitialized.Branch clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_captured_block_variable_highlightingCode Inspection: core.uninitialized.CapturedBlockVariable clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_uninitialized_undef_return_highlightingCode Inspection: core.uninitialized.UndefReturn clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_core_vla_size_highlightingCode Inspection: core.VLASize clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_inner_pointer_highlightingCode Inspection: cplusplus.InnerPointer clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_move_highlightingCode Inspection: cplusplus.Move clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_new_delete_highlightingCode Inspection: cplusplus.NewDelete clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_new_delete_leaks_highlightingCode Inspection: cplusplus.NewDeleteLeaks clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_placement_new_highlightingCode Inspection: cplusplus.PlacementNew clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_pure_virtual_call_highlightingCode Inspection: cplusplus.PureVirtualCall clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_self_assignment_highlightingCode Inspection: cplusplus.SelfAssignment clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_smart_ptr_modeling_highlightingCode Inspection: cplusplus.SmartPtrModeling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_cplusplus_virtual_call_modeling_highlightingCode Inspection: cplusplus.VirtualCallModeling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_deadcode_dead_stores_highlightingCode Inspection: deadcode.DeadStores clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_fuchsia_handle_checker_highlightingCode Inspection: fuchsia.HandleChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_null_passed_to_nonnull_highlightingCode Inspection: nullability.NullPassedToNonnull clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_null_returned_from_nonnull_highlightingCode Inspection: nullability.NullReturnedFromNonnull clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullability_base_highlightingCode Inspection: nullability.NullabilityBase clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_dereferenced_highlightingCode Inspection: nullability.NullableDereferenced clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_passed_to_nonnull_highlightingCode Inspection: nullability.NullablePassedToNonnull clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_nullability_nullable_returned_from_nonnull_highlightingCode Inspection: nullability.NullableReturnedFromNonnull clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_cplusplus_uninitialized_object_highlightingCode Inspection: optin.cplusplus.UninitializedObject clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_cplusplus_virtual_call_highlightingCode Inspection: optin.cplusplus.VirtualCall clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_mpi_mpi_checker_highlightingCode Inspection: optin.mpi.MPI-Checker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_osx_cocoa_localizability_empty_localization_context_checker_highlightingCode Inspection: optin.osx.cocoa.localizability.EmptyLocalizationContextChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_osx_cocoa_localizability_non_localized_string_checker_highlightingCode Inspection: optin.osx.cocoa.localizability.NonLocalizedStringChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_osx_os_object_c_style_cast_highlightingCode Inspection: optin.osx.OSObjectCStyleCast clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_performance_gcd_antipattern_highlightingCode Inspection: optin.performance.GCDAntipattern clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_performance_padding_highlightingCode Inspection: optin.performance.Padding clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_optin_portability_unix_api_highlightingCode Inspection: optin.portability.UnixAPI clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_api_highlightingCode Inspection: osx.API clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_at_sync_highlightingCode Inspection: osx.cocoa.AtSync clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_autorelease_write_highlightingCode Inspection: osx.cocoa.AutoreleaseWrite clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_class_release_highlightingCode Inspection: osx.cocoa.ClassRelease clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_dealloc_highlightingCode Inspection: osx.cocoa.Dealloc clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_incompatible_method_types_highlightingCode Inspection: osx.cocoa.IncompatibleMethodTypes clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_loops_highlightingCode Inspection: osx.cocoa.Loops clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_missing_super_call_highlightingCode Inspection: osx.cocoa.MissingSuperCall clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_nil_arg_highlightingCode Inspection: osx.cocoa.NilArg clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_non_nil_return_value_highlightingCode Inspection: osx.cocoa.NonNilReturnValue clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_ns_autorelease_pool_highlightingCode Inspection: osx.cocoa.NSAutoreleasePool clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_ns_error_highlightingCode Inspection: osx.cocoa.NSError clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_obj_c_generics_highlightingCode Inspection: osx.cocoa.ObjCGenerics clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_retain_count_base_highlightingCode Inspection: osx.cocoa.RetainCountBase clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_retain_count_highlightingCode Inspection: osx.cocoa.RetainCount clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_run_loop_autorelease_leak_highlightingCode Inspection: osx.cocoa.RunLoopAutoreleaseLeak clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_self_init_highlightingCode Inspection: osx.cocoa.SelfInit clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_super_dealloc_highlightingCode Inspection: osx.cocoa.SuperDealloc clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_unused_ivars_highlightingCode Inspection: osx.cocoa.UnusedIvars clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_cocoa_variadic_method_types_highlightingCode Inspection: osx.cocoa.VariadicMethodTypes clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_error_highlightingCode Inspection: osx.coreFoundation.CFError clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_number_highlightingCode Inspection: osx.coreFoundation.CFNumber clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_cf_retain_release_highlightingCode Inspection: osx.coreFoundation.CFRetainRelease clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_containers_out_of_bounds_highlightingCode Inspection: osx.coreFoundation.containers.OutOfBounds clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_core_foundation_containers_pointer_sized_values_highlightingCode Inspection: osx.coreFoundation.containers.PointerSizedValues clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_mig_highlightingCode Inspection: osx.MIG clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_ns_or_cf_error_deref_checker_highlightingCode Inspection: osx.NSOrCFErrorDerefChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_number_object_conversion_highlightingCode Inspection: osx.NumberObjectConversion clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_obj_c_property_highlightingCode Inspection: osx.ObjCProperty clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_os_object_retain_count_highlightingCode Inspection: osx.OSObjectRetainCount clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_osx_sec_keychain_api_highlightingCode Inspection: osx.SecKeychainAPI clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_float_loop_counter_highlightingCode Inspection: security.FloatLoopCounter clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_bcmp_highlightingCode Inspection: security.insecureAPI.bcmp clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_bcopy_highlightingCode Inspection: security.insecureAPI.bcopy clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_bzero_highlightingCode Inspection: security.insecureAPI.bzero clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_decode_value_of_obj_c_type_highlightingCode Inspection: security.insecureAPI.decodeValueOfObjCType clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_deprecated_or_unsafe_buffer_handling_highlightingCode Inspection: security.insecureAPI.DeprecatedOrUnsafeBufferHandling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_getpw_highlightingCode Inspection: security.insecureAPI.getpw clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_gets_highlightingCode Inspection: security.insecureAPI.gets clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_mkstemp_highlightingCode Inspection: security.insecureAPI.mkstemp clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_mktemp_highlightingCode Inspection: security.insecureAPI.mktemp clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_rand_highlightingCode Inspection: security.insecureAPI.rand clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_security_syntax_checker_highlightingCode Inspection: security.insecureAPI.SecuritySyntaxChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_strcpy_highlightingCode Inspection: security.insecureAPI.strcpy clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_unchecked_return_highlightingCode Inspection: security.insecureAPI.UncheckedReturn clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_security_insecure_api_vfork_highlightingCode Inspection: security.insecureAPI.vfork clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_api_highlightingCode Inspection: unix.API clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_cstring_bad_size_arg_highlightingCode Inspection: unix.cstring.BadSizeArg clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_cstring_c_string_modeling_highlightingCode Inspection: unix.cstring.CStringModeling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_cstring_null_arg_highlightingCode Inspection: unix.cstring.NullArg clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_dynamic_memory_modeling_highlightingCode Inspection: unix.DynamicMemoryModeling clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_malloc_highlightingCode Inspection: unix.Malloc clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_malloc_sizeof_highlightingCode Inspection: unix.MallocSizeof clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_mismatched_deallocator_highlightingCode Inspection: unix.MismatchedDeallocator clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_unix_vfork_highlightingCode Inspection: unix.Vfork clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_valist_copy_to_self_highlightingCode Inspection: valist.CopyToSelf clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_valist_uninitialized_highlightingCode Inspection: valist.Uninitialized clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_valist_unterminated_highlightingCode Inspection: valist.Unterminated clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_valist_valist_base_highlightingCode Inspection: valist.ValistBase clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_webkit_no_uncounted_member_checker_highlightingCode Inspection: webkit.NoUncountedMemberChecker clang static analyzer check
resharper_cpp_clang_tidy_clang_analyzer_webkit_ref_cntbl_base_virtual_dtor_highlightingCode Inspection: webkit.RefCntblBaseVirtualDtor clang static analyzer check
resharper_cpp_clang_tidy_clang_diagnostic_absolute_value_highlightingCode Inspection: absolute-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_abstract_final_class_highlightingCode Inspection: abstract-final-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_abstract_vbase_init_highlightingCode Inspection: abstract-vbase-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_address_of_packed_member_highlightingCode Inspection: address-of-packed-member clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_address_of_temporary_highlightingCode Inspection: address-of-temporary clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_alloca_highlightingCode Inspection: alloca clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_alloca_with_align_alignof_highlightingCode Inspection: alloca-with-align-alignof clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_delete_highlightingCode Inspection: ambiguous-delete clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_ellipsis_highlightingCode Inspection: ambiguous-ellipsis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_macro_highlightingCode Inspection: ambiguous-macro clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_member_template_highlightingCode Inspection: ambiguous-member-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ambiguous_reversed_operator_highlightingCode Inspection: ambiguous-reversed-operator clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_analyzer_incompatible_plugin_highlightingCode Inspection: analyzer-incompatible-plugin clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_anon_enum_enum_conversion_highlightingCode Inspection: anon-enum-enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_anonymous_pack_parens_highlightingCode Inspection: anonymous-pack-parens clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_bridge_casts_disallowed_in_nonarc_highlightingCode Inspection: arc-bridge-casts-disallowed-in-nonarc clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_maybe_repeated_use_of_weak_highlightingCode Inspection: arc-maybe-repeated-use-of-weak clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_non_pod_memaccess_highlightingCode Inspection: arc-non-pod-memaccess clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_perform_selector_leaks_highlightingCode Inspection: arc-performSelector-leaks clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_repeated_use_of_weak_highlightingCode Inspection: arc-repeated-use-of-weak clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_retain_cycles_highlightingCode Inspection: arc-retain-cycles clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_arc_unsafe_retained_assign_highlightingCode Inspection: arc-unsafe-retained-assign clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_argument_outside_range_highlightingCode Inspection: argument-outside-range clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_array_bounds_highlightingCode Inspection: array-bounds clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_array_bounds_pointer_arithmetic_highlightingCode Inspection: array-bounds-pointer-arithmetic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_asm_operand_widths_highlightingCode Inspection: asm-operand-widths clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_assign_enum_highlightingCode Inspection: assign-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_assume_highlightingCode Inspection: assume clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_at_protocol_highlightingCode Inspection: at-protocol clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_atimport_in_framework_header_highlightingCode Inspection: atimport-in-framework-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_atomic_alignment_highlightingCode Inspection: atomic-alignment clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_atomic_implicit_seq_cst_highlightingCode Inspection: atomic-implicit-seq-cst clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_atomic_memory_ordering_highlightingCode Inspection: atomic-memory-ordering clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_atomic_property_with_user_defined_accessor_highlightingCode Inspection: atomic-property-with-user-defined-accessor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_attribute_packed_for_bitfield_highlightingCode Inspection: attribute-packed-for-bitfield clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_auto_disable_vptr_sanitizer_highlightingCode Inspection: auto-disable-vptr-sanitizer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_auto_import_highlightingCode Inspection: auto-import clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_auto_storage_class_highlightingCode Inspection: auto-storage-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_auto_var_id_highlightingCode Inspection: auto-var-id clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_availability_highlightingCode Inspection: availability clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_avr_rtlib_linking_quirks_highlightingCode Inspection: avr-rtlib-linking-quirks clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_backslash_newline_escape_highlightingCode Inspection: backslash-newline-escape clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bad_function_cast_highlightingCode Inspection: bad-function-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bind_to_temporary_copy_highlightingCode Inspection: bind-to-temporary-copy clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_binding_in_condition_highlightingCode Inspection: binding-in-condition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_constant_conversion_highlightingCode Inspection: bitfield-constant-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_enum_conversion_highlightingCode Inspection: bitfield-enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bitfield_width_highlightingCode Inspection: bitfield-width clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bitwise_conditional_parentheses_highlightingCode Inspection: bitwise-conditional-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bitwise_op_parentheses_highlightingCode Inspection: bitwise-op-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_block_capture_autoreleasing_highlightingCode Inspection: block-capture-autoreleasing clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bool_conversion_highlightingCode Inspection: bool-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bool_operation_highlightingCode Inspection: bool-operation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_braced_scalar_init_highlightingCode Inspection: braced-scalar-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_bridge_cast_highlightingCode Inspection: bridge-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_builtin_assume_aligned_alignment_highlightingCode Inspection: builtin-assume-aligned-alignment clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_builtin_macro_redefined_highlightingCode Inspection: builtin-macro-redefined clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_builtin_memcpy_chk_size_highlightingCode Inspection: builtin-memcpy-chk-size clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_builtin_requires_header_highlightingCode Inspection: builtin-requires-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_c11_extensions_highlightingCode Inspection: c11-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_c2x_extensions_highlightingCode Inspection: c2x-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_c99_compat_highlightingCode Inspection: c99-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_c99_designator_highlightingCode Inspection: c99-designator clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_c99_extensions_highlightingCode Inspection: c99-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_call_to_pure_virtual_from_ctor_dtor_highlightingCode Inspection: call-to-pure-virtual-from-ctor-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cast_align_highlightingCode Inspection: cast-align clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cast_calling_convention_highlightingCode Inspection: cast-calling-convention clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cast_of_sel_type_highlightingCode Inspection: cast-of-sel-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cast_qual_highlightingCode Inspection: cast-qual clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cast_qual_unrelated_highlightingCode Inspection: cast-qual-unrelated clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cf_string_literal_highlightingCode Inspection: CFString-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_char_subscripts_highlightingCode Inspection: char-subscripts clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_clang_cl_pch_highlightingCode Inspection: clang-cl-pch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_class_varargs_highlightingCode Inspection: class-varargs clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cmse_union_leak_highlightingCode Inspection: cmse-union-leak clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_comma_highlightingCode Inspection: comma clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_comment_highlightingCode Inspection: comment clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_compare_distinct_pointer_types_highlightingCode Inspection: compare-distinct-pointer-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_complex_component_init_highlightingCode Inspection: complex-component-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_concepts_ts_compat_highlightingCode Inspection: concepts-ts-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_conditional_type_mismatch_highlightingCode Inspection: conditional-type-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_conditional_uninitialized_highlightingCode Inspection: conditional-uninitialized clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_config_macros_highlightingCode Inspection: config-macros clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_constant_conversion_highlightingCode Inspection: constant-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_constant_evaluated_highlightingCode Inspection: constant-evaluated clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_constant_logical_operand_highlightingCode Inspection: constant-logical-operand clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_constexpr_not_const_highlightingCode Inspection: constexpr-not-const clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_consumed_highlightingCode Inspection: consumed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_conversion_highlightingCode Inspection: conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_coroutine_missing_unhandled_exception_highlightingCode Inspection: coroutine-missing-unhandled-exception clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_covered_switch_default_highlightingCode Inspection: covered-switch-default clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp_compat_highlightingCode Inspection: c++-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_deprecated_writable_strings_highlightingCode Inspection: c++11-compat-deprecated-writable-strings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_highlightingCode Inspection: c++11-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_compat_reserved_user_defined_literal_highlightingCode Inspection: c++11-compat-reserved-user-defined-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_extensions_highlightingCode Inspection: c++11-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_extra_semi_highlightingCode Inspection: c++11-extra-semi clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_inline_namespace_highlightingCode Inspection: c++11-inline-namespace clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_long_long_highlightingCode Inspection: c++11-long-long clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp11_narrowing_highlightingCode Inspection: c++11-narrowing clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp14_binary_literal_highlightingCode Inspection: c++14-binary-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp14_compat_highlightingCode Inspection: c++14-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp14_extensions_highlightingCode Inspection: c++14-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp17_compat_highlightingCode Inspection: c++17-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp17_compat_mangling_highlightingCode Inspection: c++17-compat-mangling clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp17_extensions_highlightingCode Inspection: c++17-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp20_compat_highlightingCode Inspection: c++20-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp20_designator_highlightingCode Inspection: c++20-designator clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp20_extensions_highlightingCode Inspection: c++20-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp2a_extensions_highlightingCode Inspection: c++2a-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_bind_to_temporary_copy_highlightingCode Inspection: c++98-compat-bind-to-temporary-copy clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_extra_semi_highlightingCode Inspection: c++98-compat-extra-semi clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_highlightingCode Inspection: c++98-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_local_type_template_args_highlightingCode Inspection: c++98-compat-local-type-template-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_pedantic_highlightingCode Inspection: c++98-compat-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_compat_unnamed_type_template_args_highlightingCode Inspection: c++98-compat-unnamed-type-template-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_binary_literal_highlightingCode Inspection: c++98-c++11-compat-binary-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_highlightingCode Inspection: c++98-c++11-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_compat_pedantic_highlightingCode Inspection: c++98-c++11-compat-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_compat_highlightingCode Inspection: c++98-c++11-c++14-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_compat_pedantic_highlightingCode Inspection: c++98-c++11-c++14-compat-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_cpp17_compat_highlightingCode Inspection: c++98-c++11-c++14-c++17-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cpp98_cpp11_cpp14_cpp17_compat_pedantic_highlightingCode Inspection: c++98-c++11-c++14-c++17-compat-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cstring_format_directive_highlightingCode Inspection: cstring-format-directive clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ctad_maybe_unsupported_highlightingCode Inspection: ctad-maybe-unsupported clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ctu_highlightingCode Inspection: ctu clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_cuda_compat_highlightingCode Inspection: cuda-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_custom_atomic_properties_highlightingCode Inspection: custom-atomic-properties clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dangling_else_highlightingCode Inspection: dangling-else clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dangling_field_highlightingCode Inspection: dangling-field clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dangling_gsl_highlightingCode Inspection: dangling-gsl clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dangling_highlightingCode Inspection: dangling clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dangling_initializer_list_highlightingCode Inspection: dangling-initializer-list clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_darwin_sdk_settings_highlightingCode Inspection: darwin-sdk-settings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_date_time_highlightingCode Inspection: date-time clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dealloc_in_category_highlightingCode Inspection: dealloc-in-category clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_debug_compression_unavailable_highlightingCode Inspection: debug-compression-unavailable clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_declaration_after_statement_highlightingCode Inspection: declaration-after-statement clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_defaulted_function_deleted_highlightingCode Inspection: defaulted-function-deleted clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_delegating_ctor_cycles_highlightingCode Inspection: delegating-ctor-cycles clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_delete_abstract_non_virtual_dtor_highlightingCode Inspection: delete-abstract-non-virtual-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_delete_incomplete_highlightingCode Inspection: delete-incomplete clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_delete_non_abstract_non_virtual_dtor_highlightingCode Inspection: delete-non-abstract-non-virtual-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_delete_non_virtual_dtor_highlightingCode Inspection: delete-non-virtual-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_anon_enum_enum_conversion_highlightingCode Inspection: deprecated-anon-enum-enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_array_compare_highlightingCode Inspection: deprecated-array-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_attributes_highlightingCode Inspection: deprecated-attributes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_comma_subscript_highlightingCode Inspection: deprecated-comma-subscript clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_copy_dtor_highlightingCode Inspection: deprecated-copy-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_copy_highlightingCode Inspection: deprecated-copy clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_declarations_highlightingCode Inspection: deprecated-declarations clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_dynamic_exception_spec_highlightingCode Inspection: deprecated-dynamic-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_enum_compare_conditional_highlightingCode Inspection: deprecated-enum-compare-conditional clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_enum_compare_highlightingCode Inspection: deprecated-enum-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_enum_enum_conversion_highlightingCode Inspection: deprecated-enum-enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_enum_float_conversion_highlightingCode Inspection: deprecated-enum-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_highlightingCode Inspection: deprecated clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_implementations_highlightingCode Inspection: deprecated-implementations clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_increment_bool_highlightingCode Inspection: deprecated-increment-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_isa_usage_highlightingCode Inspection: deprecated-objc-isa-usage clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_pointer_introspection_highlightingCode Inspection: deprecated-objc-pointer-introspection clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_objc_pointer_introspection_perform_selector_highlightingCode Inspection: deprecated-objc-pointer-introspection-performSelector clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_register_highlightingCode Inspection: deprecated-register clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_this_capture_highlightingCode Inspection: deprecated-this-capture clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_deprecated_volatile_highlightingCode Inspection: deprecated-volatile clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_direct_ivar_access_highlightingCode Inspection: direct-ivar-access clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_disabled_macro_expansion_highlightingCode Inspection: disabled-macro-expansion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_distributed_object_modifiers_highlightingCode Inspection: distributed-object-modifiers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_division_by_zero_highlightingCode Inspection: division-by-zero clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dll_attribute_on_redeclaration_highlightingCode Inspection: dll-attribute-on-redeclaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dllexport_explicit_instantiation_decl_highlightingCode Inspection: dllexport-explicit-instantiation-decl clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dllimport_static_field_def_highlightingCode Inspection: dllimport-static-field-def clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_documentation_deprecated_sync_highlightingCode Inspection: documentation-deprecated-sync clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_documentation_highlightingCode Inspection: documentation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_documentation_html_highlightingCode Inspection: documentation-html clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_documentation_pedantic_highlightingCode Inspection: documentation-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_documentation_unknown_command_highlightingCode Inspection: documentation-unknown-command clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dollar_in_identifier_extension_highlightingCode Inspection: dollar-in-identifier-extension clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_double_promotion_highlightingCode Inspection: double-promotion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dtor_name_highlightingCode Inspection: dtor-name clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dtor_typedef_highlightingCode Inspection: dtor-typedef clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_decl_specifier_highlightingCode Inspection: duplicate-decl-specifier clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_enum_highlightingCode Inspection: duplicate-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_method_arg_highlightingCode Inspection: duplicate-method-arg clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_method_match_highlightingCode Inspection: duplicate-method-match clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_duplicate_protocol_highlightingCode Inspection: duplicate-protocol clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dynamic_class_memaccess_highlightingCode Inspection: dynamic-class-memaccess clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_dynamic_exception_spec_highlightingCode Inspection: dynamic-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_embedded_directive_highlightingCode Inspection: embedded-directive clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_empty_body_highlightingCode Inspection: empty-body clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_empty_decomposition_highlightingCode Inspection: empty-decomposition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_empty_init_stmt_highlightingCode Inspection: empty-init-stmt clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_empty_translation_unit_highlightingCode Inspection: empty-translation-unit clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_encode_type_highlightingCode Inspection: encode-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_compare_conditional_highlightingCode Inspection: enum-compare-conditional clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_compare_highlightingCode Inspection: enum-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_compare_switch_highlightingCode Inspection: enum-compare-switch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_conversion_highlightingCode Inspection: enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_enum_conversion_highlightingCode Inspection: enum-enum-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_float_conversion_highlightingCode Inspection: enum-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_enum_too_large_highlightingCode Inspection: enum-too-large clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_error_highlightingCode Inspection: Clang compiler error
resharper_cpp_clang_tidy_clang_diagnostic_exceptions_highlightingCode Inspection: exceptions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_excess_initializers_highlightingCode Inspection: excess-initializers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_exit_time_destructors_highlightingCode Inspection: exit-time-destructors clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_expansion_to_defined_highlightingCode Inspection: expansion-to-defined clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_explicit_initialize_call_highlightingCode Inspection: explicit-initialize-call clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_explicit_ownership_type_highlightingCode Inspection: explicit-ownership-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_export_unnamed_highlightingCode Inspection: export-unnamed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_export_using_directive_highlightingCode Inspection: export-using-directive clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extern_c_compat_highlightingCode Inspection: extern-c-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extern_initializer_highlightingCode Inspection: extern-initializer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extra_qualification_highlightingCode Inspection: extra-qualification clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extra_semi_highlightingCode Inspection: extra-semi clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extra_semi_stmt_highlightingCode Inspection: extra-semi-stmt clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_extra_tokens_highlightingCode Inspection: extra-tokens clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_fallback_highlightingCode Inspection: fallback clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_final_dtor_non_final_class_highlightingCode Inspection: final-dtor-non-final-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_fixed_enum_extension_highlightingCode Inspection: fixed-enum-extension clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_flag_enum_highlightingCode Inspection: flag-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_flexible_array_extensions_highlightingCode Inspection: flexible-array-extensions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_float_conversion_highlightingCode Inspection: float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_float_equal_highlightingCode Inspection: float-equal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_float_overflow_conversion_highlightingCode Inspection: float-overflow-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_float_zero_conversion_highlightingCode Inspection: float-zero-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_for_loop_analysis_highlightingCode Inspection: for-loop-analysis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_extra_args_highlightingCode Inspection: format-extra-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_highlightingCode Inspection: format clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_invalid_specifier_highlightingCode Inspection: format-invalid-specifier clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_non_iso_highlightingCode Inspection: format-non-iso clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_nonliteral_highlightingCode Inspection: format-nonliteral clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_pedantic_highlightingCode Inspection: format-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_security_highlightingCode Inspection: format-security clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_type_confusion_highlightingCode Inspection: format-type-confusion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_format_zero_length_highlightingCode Inspection: format-zero-length clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_fortify_source_highlightingCode Inspection: fortify-source clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_four_char_constants_highlightingCode Inspection: four-char-constants clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_frame_address_highlightingCode Inspection: frame-address clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_frame_larger_than_eq_highlightingCode Inspection: frame-larger-than= clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_framework_include_private_from_public_highlightingCode Inspection: framework-include-private-from-public clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_function_def_in_objc_container_highlightingCode Inspection: function-def-in-objc-container clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_function_multiversion_highlightingCode Inspection: function-multiversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gcc_compat_highlightingCode Inspection: gcc-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_global_constructors_highlightingCode Inspection: global-constructors clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_global_isel_highlightingCode Inspection: global-isel clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_alignof_expression_highlightingCode Inspection: gnu-alignof-expression clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_anonymous_struct_highlightingCode Inspection: gnu-anonymous-struct clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_array_member_paren_init_highlightingCode Inspection: gnu-array-member-paren-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_auto_type_highlightingCode Inspection: gnu-auto-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_binary_literal_highlightingCode Inspection: gnu-binary-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_case_range_highlightingCode Inspection: gnu-case-range clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_complex_integer_highlightingCode Inspection: gnu-complex-integer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_compound_literal_initializer_highlightingCode Inspection: gnu-compound-literal-initializer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_conditional_omitted_operand_highlightingCode Inspection: gnu-conditional-omitted-operand clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_designator_highlightingCode Inspection: gnu-designator clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_empty_initializer_highlightingCode Inspection: gnu-empty-initializer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_empty_struct_highlightingCode Inspection: gnu-empty-struct clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_flexible_array_initializer_highlightingCode Inspection: gnu-flexible-array-initializer clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_flexible_array_union_member_highlightingCode Inspection: gnu-flexible-array-union-member clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_folding_constant_highlightingCode Inspection: gnu-folding-constant clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_imaginary_constant_highlightingCode Inspection: gnu-imaginary-constant clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_include_next_highlightingCode Inspection: gnu-include-next clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_inline_cpp_without_extern_highlightingCode Inspection: gnu-inline-cpp-without-extern clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_label_as_value_highlightingCode Inspection: gnu-label-as-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_redeclared_enum_highlightingCode Inspection: gnu-redeclared-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_statement_expression_highlightingCode Inspection: gnu-statement-expression clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_static_float_init_highlightingCode Inspection: gnu-static-float-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_string_literal_operator_template_highlightingCode Inspection: gnu-string-literal-operator-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_union_cast_highlightingCode Inspection: gnu-union-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_variable_sized_type_not_at_end_highlightingCode Inspection: gnu-variable-sized-type-not-at-end clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_gnu_zero_variadic_macro_arguments_highlightingCode Inspection: gnu-zero-variadic-macro-arguments clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_header_guard_highlightingCode Inspection: header-guard clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_header_hygiene_highlightingCode Inspection: header-hygiene clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_hip_only_highlightingCode Inspection: hip-only clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_idiomatic_parentheses_highlightingCode Inspection: idiomatic-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_attributes_highlightingCode Inspection: ignored-attributes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_optimization_argument_highlightingCode Inspection: ignored-optimization-argument clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_pragma_intrinsic_highlightingCode Inspection: ignored-pragma-intrinsic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_pragma_optimize_highlightingCode Inspection: ignored-pragma-optimize clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_pragmas_highlightingCode Inspection: ignored-pragmas clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ignored_qualifiers_highlightingCode Inspection: ignored-qualifiers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_atomic_properties_highlightingCode Inspection: implicit-atomic-properties clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_const_int_float_conversion_highlightingCode Inspection: implicit-const-int-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_conversion_floating_point_to_bool_highlightingCode Inspection: implicit-conversion-floating-point-to-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_exception_spec_mismatch_highlightingCode Inspection: implicit-exception-spec-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_fallthrough_highlightingCode Inspection: implicit-fallthrough clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_fallthrough_per_function_highlightingCode Inspection: implicit-fallthrough-per-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_fixed_point_conversion_highlightingCode Inspection: implicit-fixed-point-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_float_conversion_highlightingCode Inspection: implicit-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_function_declaration_highlightingCode Inspection: implicit-function-declaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_int_conversion_highlightingCode Inspection: implicit-int-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_int_float_conversion_highlightingCode Inspection: implicit-int-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_int_highlightingCode Inspection: implicit-int clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicit_retain_self_highlightingCode Inspection: implicit-retain-self clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_implicitly_unsigned_literal_highlightingCode Inspection: implicitly-unsigned-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_import_preprocessor_directive_pedantic_highlightingCode Inspection: import-preprocessor-directive-pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inaccessible_base_highlightingCode Inspection: inaccessible-base clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_include_next_absolute_path_highlightingCode Inspection: include-next-absolute-path clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_include_next_outside_header_highlightingCode Inspection: include-next-outside-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_exception_spec_highlightingCode Inspection: incompatible-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_function_pointer_types_highlightingCode Inspection: incompatible-function-pointer-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_library_redeclaration_highlightingCode Inspection: incompatible-library-redeclaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_ms_struct_highlightingCode Inspection: incompatible-ms-struct clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_pointer_types_discards_qualifiers_highlightingCode Inspection: incompatible-pointer-types-discards-qualifiers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_pointer_types_highlightingCode Inspection: incompatible-pointer-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_property_type_highlightingCode Inspection: incompatible-property-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incompatible_sysroot_highlightingCode Inspection: incompatible-sysroot clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_framework_module_declaration_highlightingCode Inspection: incomplete-framework-module-declaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_implementation_highlightingCode Inspection: incomplete-implementation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_module_highlightingCode Inspection: incomplete-module clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_setjmp_declaration_highlightingCode Inspection: incomplete-setjmp-declaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_incomplete_umbrella_highlightingCode Inspection: incomplete-umbrella clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_dllimport_highlightingCode Inspection: inconsistent-dllimport clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_missing_destructor_override_highlightingCode Inspection: inconsistent-missing-destructor-override clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inconsistent_missing_override_highlightingCode Inspection: inconsistent-missing-override clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_increment_bool_highlightingCode Inspection: increment-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_independent_class_attribute_highlightingCode Inspection: IndependentClass-attribute clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_infinite_recursion_highlightingCode Inspection: infinite-recursion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_initializer_overrides_highlightingCode Inspection: initializer-overrides clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_injected_class_name_highlightingCode Inspection: injected-class-name clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inline_asm_highlightingCode Inspection: inline-asm clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_inline_new_delete_highlightingCode Inspection: inline-new-delete clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_instantiation_after_specialization_highlightingCode Inspection: instantiation-after-specialization clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_int_conversion_highlightingCode Inspection: int-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_int_in_bool_context_highlightingCode Inspection: int-in-bool-context clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_int_to_pointer_cast_highlightingCode Inspection: int-to-pointer-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_int_to_void_pointer_cast_highlightingCode Inspection: int-to-void-pointer-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_integer_overflow_highlightingCode Inspection: integer-overflow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_constexpr_highlightingCode Inspection: invalid-constexpr clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_iboutlet_highlightingCode Inspection: invalid-iboutlet clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_initializer_from_system_header_highlightingCode Inspection: invalid-initializer-from-system-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_ios_deployment_target_highlightingCode Inspection: invalid-ios-deployment-target clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_no_builtin_names_highlightingCode Inspection: invalid-no-builtin-names clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_noreturn_highlightingCode Inspection: invalid-noreturn clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_offsetof_highlightingCode Inspection: invalid-offsetof clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_or_nonexistent_directory_highlightingCode Inspection: invalid-or-nonexistent-directory clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_partial_specialization_highlightingCode Inspection: invalid-partial-specialization clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_pp_token_highlightingCode Inspection: invalid-pp-token clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_source_encoding_highlightingCode Inspection: invalid-source-encoding clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_invalid_token_paste_highlightingCode Inspection: invalid-token-paste clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_jump_seh_finally_highlightingCode Inspection: jump-seh-finally clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_keyword_compat_highlightingCode Inspection: keyword-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_keyword_macro_highlightingCode Inspection: keyword-macro clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_knr_promoted_parameter_highlightingCode Inspection: knr-promoted-parameter clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_language_extension_token_highlightingCode Inspection: language-extension-token clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_large_by_value_copy_highlightingCode Inspection: large-by-value-copy clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_literal_conversion_highlightingCode Inspection: literal-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_literal_range_highlightingCode Inspection: literal-range clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_local_type_template_args_highlightingCode Inspection: local-type-template-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_logical_not_parentheses_highlightingCode Inspection: logical-not-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_logical_op_parentheses_highlightingCode Inspection: logical-op-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_long_long_highlightingCode Inspection: long-long clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_macro_redefined_highlightingCode Inspection: macro-redefined clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_main_highlightingCode Inspection: main clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_main_return_type_highlightingCode Inspection: main-return-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_malformed_warning_check_highlightingCode Inspection: malformed-warning-check clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_many_braces_around_scalar_init_highlightingCode Inspection: many-braces-around-scalar-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_max_tokens_highlightingCode Inspection: max-tokens clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_max_unsigned_zero_highlightingCode Inspection: max-unsigned-zero clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_memset_transposed_args_highlightingCode Inspection: memset-transposed-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_memsize_comparison_highlightingCode Inspection: memsize-comparison clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_method_signatures_highlightingCode Inspection: method-signatures clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_anon_tag_highlightingCode Inspection: microsoft-anon-tag clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_cast_highlightingCode Inspection: microsoft-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_charize_highlightingCode Inspection: microsoft-charize clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_comment_paste_highlightingCode Inspection: microsoft-comment-paste clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_const_init_highlightingCode Inspection: microsoft-const-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_cpp_macro_highlightingCode Inspection: microsoft-cpp-macro clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_default_arg_redefinition_highlightingCode Inspection: microsoft-default-arg-redefinition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_drectve_section_highlightingCode Inspection: microsoft-drectve-section clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_end_of_file_highlightingCode Inspection: microsoft-end-of-file clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_enum_forward_reference_highlightingCode Inspection: microsoft-enum-forward-reference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_enum_value_highlightingCode Inspection: microsoft-enum-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_exception_spec_highlightingCode Inspection: microsoft-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_exists_highlightingCode Inspection: microsoft-exists clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_explicit_constructor_call_highlightingCode Inspection: microsoft-explicit-constructor-call clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_extra_qualification_highlightingCode Inspection: microsoft-extra-qualification clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_fixed_enum_highlightingCode Inspection: microsoft-fixed-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_flexible_array_highlightingCode Inspection: microsoft-flexible-array clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_goto_highlightingCode Inspection: microsoft-goto clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_inaccessible_base_highlightingCode Inspection: microsoft-inaccessible-base clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_include_highlightingCode Inspection: microsoft-include clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_mutable_reference_highlightingCode Inspection: microsoft-mutable-reference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_pure_definition_highlightingCode Inspection: microsoft-pure-definition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_redeclare_static_highlightingCode Inspection: microsoft-redeclare-static clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_sealed_highlightingCode Inspection: microsoft-sealed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_template_highlightingCode Inspection: microsoft-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_template_shadow_highlightingCode Inspection: microsoft-template-shadow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_union_member_reference_highlightingCode Inspection: microsoft-union-member-reference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_unqualified_friend_highlightingCode Inspection: microsoft-unqualified-friend clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_using_decl_highlightingCode Inspection: microsoft-using-decl clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_microsoft_void_pseudo_dtor_highlightingCode Inspection: microsoft-void-pseudo-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_misexpect_highlightingCode Inspection: misexpect clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_misleading_indentation_highlightingCode Inspection: misleading-indentation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_new_delete_highlightingCode Inspection: mismatched-new-delete clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_parameter_types_highlightingCode Inspection: mismatched-parameter-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_return_types_highlightingCode Inspection: mismatched-return-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_mismatched_tags_highlightingCode Inspection: mismatched-tags clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_braces_highlightingCode Inspection: missing-braces clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_constinit_highlightingCode Inspection: missing-constinit clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_declarations_highlightingCode Inspection: missing-declarations clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_exception_spec_highlightingCode Inspection: missing-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_field_initializers_highlightingCode Inspection: missing-field-initializers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_method_return_type_highlightingCode Inspection: missing-method-return-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_noescape_highlightingCode Inspection: missing-noescape clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_noreturn_highlightingCode Inspection: missing-noreturn clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_prototype_for_cc_highlightingCode Inspection: missing-prototype-for-cc clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_prototypes_highlightingCode Inspection: missing-prototypes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_selector_name_highlightingCode Inspection: missing-selector-name clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_sysroot_highlightingCode Inspection: missing-sysroot clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_missing_variable_declarations_highlightingCode Inspection: missing-variable-declarations clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_module_conflict_highlightingCode Inspection: module-conflict clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_module_file_config_mismatch_highlightingCode Inspection: module-file-config-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_module_file_extension_highlightingCode Inspection: module-file-extension clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_module_import_in_extern_c_highlightingCode Inspection: module-import-in-extern-c clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_modules_ambiguous_internal_linkage_highlightingCode Inspection: modules-ambiguous-internal-linkage clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_modules_import_nested_redundant_highlightingCode Inspection: modules-import-nested-redundant clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_msvc_not_found_highlightingCode Inspection: msvc-not-found clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_multichar_highlightingCode Inspection: multichar clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_multiple_move_vbase_highlightingCode Inspection: multiple-move-vbase clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nested_anon_types_highlightingCode Inspection: nested-anon-types clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_new_returns_null_highlightingCode Inspection: new-returns-null clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_newline_eof_highlightingCode Inspection: newline-eof clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_noderef_highlightingCode Inspection: noderef clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_c_typedef_for_linkage_highlightingCode Inspection: non-c-typedef-for-linkage clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_literal_null_conversion_highlightingCode Inspection: non-literal-null-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_modular_include_in_framework_module_highlightingCode Inspection: non-modular-include-in-framework-module clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_modular_include_in_module_highlightingCode Inspection: non-modular-include-in-module clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_pod_varargs_highlightingCode Inspection: non-pod-varargs clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_power_of_two_alignment_highlightingCode Inspection: non-power-of-two-alignment clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_non_virtual_dtor_highlightingCode Inspection: non-virtual-dtor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nonnull_highlightingCode Inspection: nonnull clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_include_path_highlightingCode Inspection: nonportable-include-path clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_system_include_path_highlightingCode Inspection: nonportable-system-include-path clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nonportable_vector_initialization_highlightingCode Inspection: nonportable-vector-initialization clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nontrivial_memaccess_highlightingCode Inspection: nontrivial-memaccess clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ns_object_attribute_highlightingCode Inspection: NSObject-attribute clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nsconsumed_mismatch_highlightingCode Inspection: nsconsumed-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nsreturns_mismatch_highlightingCode Inspection: nsreturns-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_null_arithmetic_highlightingCode Inspection: null-arithmetic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_null_character_highlightingCode Inspection: null-character clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_null_conversion_highlightingCode Inspection: null-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_null_dereference_highlightingCode Inspection: null-dereference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_null_pointer_arithmetic_highlightingCode Inspection: null-pointer-arithmetic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_completeness_highlightingCode Inspection: nullability-completeness clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_completeness_on_arrays_highlightingCode Inspection: nullability-completeness-on-arrays clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_declspec_highlightingCode Inspection: nullability-declspec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_extension_highlightingCode Inspection: nullability-extension clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_highlightingCode Inspection: nullability clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullability_inferred_on_nested_type_highlightingCode Inspection: nullability-inferred-on-nested-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_nullable_to_nonnull_conversion_highlightingCode Inspection: nullable-to-nonnull-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_autosynthesis_property_ivar_name_match_highlightingCode Inspection: objc-autosynthesis-property-ivar-name-match clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_bool_constant_conversion_highlightingCode Inspection: objc-bool-constant-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_boxing_highlightingCode Inspection: objc-boxing clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_circular_container_highlightingCode Inspection: objc-circular-container clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_designated_initializers_highlightingCode Inspection: objc-designated-initializers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_flexible_array_highlightingCode Inspection: objc-flexible-array clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_forward_class_redefinition_highlightingCode Inspection: objc-forward-class-redefinition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_interface_ivars_highlightingCode Inspection: objc-interface-ivars clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_literal_compare_highlightingCode Inspection: objc-literal-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_literal_conversion_highlightingCode Inspection: objc-literal-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_macro_redefinition_highlightingCode Inspection: objc-macro-redefinition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_messaging_id_highlightingCode Inspection: objc-messaging-id clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_method_access_highlightingCode Inspection: objc-method-access clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_missing_property_synthesis_highlightingCode Inspection: objc-missing-property-synthesis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_missing_super_calls_highlightingCode Inspection: objc-missing-super-calls clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_multiple_method_names_highlightingCode Inspection: objc-multiple-method-names clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_noncopy_retain_block_property_highlightingCode Inspection: objc-noncopy-retain-block-property clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_nonunified_exceptions_highlightingCode Inspection: objc-nonunified-exceptions clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_assign_on_object_type_highlightingCode Inspection: objc-property-assign-on-object-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_implementation_highlightingCode Inspection: objc-property-implementation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_implicit_mismatch_highlightingCode Inspection: objc-property-implicit-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_matches_cocoa_ownership_rule_highlightingCode Inspection: objc-property-matches-cocoa-ownership-rule clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_no_attribute_highlightingCode Inspection: objc-property-no-attribute clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_property_synthesis_highlightingCode Inspection: objc-property-synthesis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_method_implementation_highlightingCode Inspection: objc-protocol-method-implementation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_property_synthesis_highlightingCode Inspection: objc-protocol-property-synthesis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_protocol_qualifiers_highlightingCode Inspection: objc-protocol-qualifiers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_readonly_with_setter_property_highlightingCode Inspection: objc-readonly-with-setter-property clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_redundant_literal_use_highlightingCode Inspection: objc-redundant-literal-use clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_root_class_highlightingCode Inspection: objc-root-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_signed_char_bool_highlightingCode Inspection: objc-signed-char-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_signed_char_bool_implicit_float_conversion_highlightingCode Inspection: objc-signed-char-bool-implicit-float-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_signed_char_bool_implicit_int_conversion_highlightingCode Inspection: objc-signed-char-bool-implicit-int-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_string_compare_highlightingCode Inspection: objc-string-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_string_concatenation_highlightingCode Inspection: objc-string-concatenation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_objc_unsafe_perform_selector_highlightingCode Inspection: objc-unsafe-perform-selector clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_odr_highlightingCode Inspection: odr clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_old_style_cast_highlightingCode Inspection: old-style-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_opencl_unsupported_rgba_highlightingCode Inspection: opencl-unsupported-rgba clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_openmp_clauses_highlightingCode Inspection: openmp-clauses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_openmp_loop_form_highlightingCode Inspection: openmp-loop-form clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_openmp_mapping_highlightingCode Inspection: openmp-mapping clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_openmp_target_highlightingCode Inspection: openmp-target clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_option_ignored_highlightingCode Inspection: option-ignored clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_ordered_compare_function_pointers_highlightingCode Inspection: ordered-compare-function-pointers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_out_of_line_declaration_highlightingCode Inspection: out-of-line-declaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_out_of_scope_function_highlightingCode Inspection: out-of-scope-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_over_aligned_highlightingCode Inspection: over-aligned clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_overlength_strings_highlightingCode Inspection: overlength-strings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_overloaded_shift_op_parentheses_highlightingCode Inspection: overloaded-shift-op-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_overloaded_virtual_highlightingCode Inspection: overloaded-virtual clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_override_init_highlightingCode Inspection: override-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_override_module_highlightingCode Inspection: override-module clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_overriding_method_mismatch_highlightingCode Inspection: overriding-method-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_overriding_t_option_highlightingCode Inspection: overriding-t-option clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_packed_highlightingCode Inspection: packed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_padded_highlightingCode Inspection: padded clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_parentheses_equality_highlightingCode Inspection: parentheses-equality clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_parentheses_highlightingCode Inspection: parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pass_failed_highlightingCode Inspection: pass-failed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pch_date_time_highlightingCode Inspection: pch-date-time clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pedantic_core_features_highlightingCode Inspection: pedantic-core-features clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pedantic_highlightingCode Inspection: pedantic clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pessimizing_move_highlightingCode Inspection: pessimizing-move clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_arith_highlightingCode Inspection: pointer-arith clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_bool_conversion_highlightingCode Inspection: pointer-bool-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_compare_highlightingCode Inspection: pointer-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_integer_compare_highlightingCode Inspection: pointer-integer-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_sign_highlightingCode Inspection: pointer-sign clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_to_enum_cast_highlightingCode Inspection: pointer-to-enum-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_to_int_cast_highlightingCode Inspection: pointer-to-int-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pointer_type_mismatch_highlightingCode Inspection: pointer-type-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_poison_system_directories_highlightingCode Inspection: poison-system-directories clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_potentially_evaluated_expression_highlightingCode Inspection: potentially-evaluated-expression clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_clang_attribute_highlightingCode Inspection: pragma-clang-attribute clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_messages_highlightingCode Inspection: #pragma-messages clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_once_outside_header_highlightingCode Inspection: pragma-once-outside-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_pack_highlightingCode Inspection: pragma-pack clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_pack_suspicious_include_highlightingCode Inspection: pragma-pack-suspicious-include clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragma_system_header_outside_header_highlightingCode Inspection: pragma-system-header-outside-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_pragmas_highlightingCode Inspection: pragmas clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_predefined_identifier_outside_function_highlightingCode Inspection: predefined-identifier-outside-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_private_extern_highlightingCode Inspection: private-extern clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_private_header_highlightingCode Inspection: private-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_private_module_highlightingCode Inspection: private-module clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_missing_highlightingCode Inspection: profile-instr-missing clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_out_of_date_highlightingCode Inspection: profile-instr-out-of-date clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_profile_instr_unprofiled_highlightingCode Inspection: profile-instr-unprofiled clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_property_access_dot_syntax_highlightingCode Inspection: property-access-dot-syntax clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_property_attribute_mismatch_highlightingCode Inspection: property-attribute-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_protocol_highlightingCode Inspection: protocol clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_protocol_property_synthesis_ambiguity_highlightingCode Inspection: protocol-property-synthesis-ambiguity clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_qualified_void_return_type_highlightingCode Inspection: qualified-void-return-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_quoted_include_in_framework_header_highlightingCode Inspection: quoted-include-in-framework-header clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_range_loop_analysis_highlightingCode Inspection: range-loop-analysis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_range_loop_bind_reference_highlightingCode Inspection: range-loop-bind-reference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_range_loop_construct_highlightingCode Inspection: range-loop-construct clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_readonly_iboutlet_property_highlightingCode Inspection: readonly-iboutlet-property clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_receiver_expr_highlightingCode Inspection: receiver-expr clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_receiver_forward_class_highlightingCode Inspection: receiver-forward-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_redeclared_class_member_highlightingCode Inspection: redeclared-class-member clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_redundant_move_highlightingCode Inspection: redundant-move clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_redundant_parens_highlightingCode Inspection: redundant-parens clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_register_highlightingCode Inspection: register clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reinterpret_base_class_highlightingCode Inspection: reinterpret-base-class clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reorder_ctor_highlightingCode Inspection: reorder-ctor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reorder_highlightingCode Inspection: reorder clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reorder_init_list_highlightingCode Inspection: reorder-init-list clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_requires_expression_highlightingCode Inspection: requires-expression clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_requires_super_attribute_highlightingCode Inspection: requires-super-attribute clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reserved_id_macro_highlightingCode Inspection: reserved-id-macro clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_reserved_user_defined_literal_highlightingCode Inspection: reserved-user-defined-literal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_retained_language_linkage_highlightingCode Inspection: retained-language-linkage clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_return_stack_address_highlightingCode Inspection: return-stack-address clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_return_std_move_highlightingCode Inspection: return-std-move clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_return_std_move_in_cpp11_highlightingCode Inspection: return-std-move-in-c++11 clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_return_type_c_linkage_highlightingCode Inspection: return-type-c-linkage clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_return_type_highlightingCode Inspection: return-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_rewrite_not_bool_highlightingCode Inspection: rewrite-not-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_section_highlightingCode Inspection: section clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_selector_highlightingCode Inspection: selector clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_selector_type_mismatch_highlightingCode Inspection: selector-type-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_self_assign_field_highlightingCode Inspection: self-assign-field clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_self_assign_highlightingCode Inspection: self-assign clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_self_assign_overloaded_highlightingCode Inspection: self-assign-overloaded clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_self_move_highlightingCode Inspection: self-move clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_semicolon_before_method_body_highlightingCode Inspection: semicolon-before-method-body clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sentinel_highlightingCode Inspection: sentinel clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_serialized_diagnostics_highlightingCode Inspection: serialized-diagnostics clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_highlightingCode Inspection: shadow-field clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_in_constructor_highlightingCode Inspection: shadow-field-in-constructor clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_field_in_constructor_modified_highlightingCode Inspection: shadow-field-in-constructor-modified clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_highlightingCode Inspection: shadow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_ivar_highlightingCode Inspection: shadow-ivar clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shadow_uncaptured_local_highlightingCode Inspection: shadow-uncaptured-local clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_count_negative_highlightingCode Inspection: shift-count-negative clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_count_overflow_highlightingCode Inspection: shift-count-overflow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_negative_value_highlightingCode Inspection: shift-negative-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_op_parentheses_highlightingCode Inspection: shift-op-parentheses clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_overflow_highlightingCode Inspection: shift-overflow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shift_sign_overflow_highlightingCode Inspection: shift-sign-overflow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_shorten64_to32_highlightingCode Inspection: shorten-64-to-32 clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sign_compare_highlightingCode Inspection: sign-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sign_conversion_highlightingCode Inspection: sign-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_signed_enum_bitfield_highlightingCode Inspection: signed-enum-bitfield clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_signed_unsigned_wchar_highlightingCode Inspection: signed-unsigned-wchar clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_array_argument_highlightingCode Inspection: sizeof-array-argument clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_array_decay_highlightingCode Inspection: sizeof-array-decay clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_array_div_highlightingCode Inspection: sizeof-array-div clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_pointer_div_highlightingCode Inspection: sizeof-pointer-div clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sizeof_pointer_memaccess_highlightingCode Inspection: sizeof-pointer-memaccess clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_slash_u_filename_highlightingCode Inspection: slash-u-filename clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sometimes_uninitialized_highlightingCode Inspection: sometimes-uninitialized clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_source_uses_openmp_highlightingCode Inspection: source-uses-openmp clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_spir_compat_highlightingCode Inspection: spir-compat clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_static_float_init_highlightingCode Inspection: static-float-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_static_in_inline_highlightingCode Inspection: static-in-inline clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_static_inline_explicit_instantiation_highlightingCode Inspection: static-inline-explicit-instantiation clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_static_local_in_inline_highlightingCode Inspection: static-local-in-inline clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_static_self_init_highlightingCode Inspection: static-self-init clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_stdlibcxx_not_found_highlightingCode Inspection: stdlibcxx-not-found clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_strict_prototypes_highlightingCode Inspection: strict-prototypes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_strict_selector_match_highlightingCode Inspection: strict-selector-match clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_string_compare_highlightingCode Inspection: string-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_string_conversion_highlightingCode Inspection: string-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_string_plus_char_highlightingCode Inspection: string-plus-char clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_string_plus_int_highlightingCode Inspection: string-plus-int clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_strlcpy_strlcat_size_highlightingCode Inspection: strlcpy-strlcat-size clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_strncat_size_highlightingCode Inspection: strncat-size clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_super_class_method_mismatch_highlightingCode Inspection: super-class-method-mismatch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_suspicious_bzero_highlightingCode Inspection: suspicious-bzero clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_switch_bool_highlightingCode Inspection: switch-bool clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_switch_enum_highlightingCode Inspection: switch-enum clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_switch_highlightingCode Inspection: switch clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_sync_fetch_and_nand_semantics_changed_highlightingCode Inspection: sync-fetch-and-nand-semantics-changed clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_bitwise_compare_highlightingCode Inspection: tautological-bitwise-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_compare_highlightingCode Inspection: tautological-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_compare_highlightingCode Inspection: tautological-constant-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_in_range_compare_highlightingCode Inspection: tautological-constant-in-range-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_constant_out_of_range_compare_highlightingCode Inspection: tautological-constant-out-of-range-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_objc_bool_compare_highlightingCode Inspection: tautological-objc-bool-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_overlap_compare_highlightingCode Inspection: tautological-overlap-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_pointer_compare_highlightingCode Inspection: tautological-pointer-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_type_limit_compare_highlightingCode Inspection: tautological-type-limit-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_undefined_compare_highlightingCode Inspection: tautological-undefined-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_unsigned_enum_zero_compare_highlightingCode Inspection: tautological-unsigned-enum-zero-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tautological_unsigned_zero_compare_highlightingCode Inspection: tautological-unsigned-zero-compare clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_tentative_definition_incomplete_type_highlightingCode Inspection: tentative-definition-incomplete-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_analysis_highlightingCode Inspection: thread-safety-analysis clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_attributes_highlightingCode Inspection: thread-safety-attributes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_beta_highlightingCode Inspection: thread-safety-beta clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_negative_highlightingCode Inspection: thread-safety-negative clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_precise_highlightingCode Inspection: thread-safety-precise clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_reference_highlightingCode Inspection: thread-safety-reference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_thread_safety_verbose_highlightingCode Inspection: thread-safety-verbose clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_trigraphs_highlightingCode Inspection: trigraphs clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_type_safety_highlightingCode Inspection: type-safety clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_typedef_redefinition_highlightingCode Inspection: typedef-redefinition clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_typename_missing_highlightingCode Inspection: typename-missing clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unable_to_open_stats_file_highlightingCode Inspection: unable-to-open-stats-file clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unavailable_declarations_highlightingCode Inspection: unavailable-declarations clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undeclared_selector_highlightingCode Inspection: undeclared-selector clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undef_highlightingCode Inspection: undef clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_bool_conversion_highlightingCode Inspection: undefined-bool-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_func_template_highlightingCode Inspection: undefined-func-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_inline_highlightingCode Inspection: undefined-inline clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_internal_highlightingCode Inspection: undefined-internal clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_internal_type_highlightingCode Inspection: undefined-internal-type clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_reinterpret_cast_highlightingCode Inspection: undefined-reinterpret-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_undefined_var_template_highlightingCode Inspection: undefined-var-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_underaligned_exception_object_highlightingCode Inspection: underaligned-exception-object clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unevaluated_expression_highlightingCode Inspection: unevaluated-expression clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unguarded_availability_highlightingCode Inspection: unguarded-availability clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unguarded_availability_new_highlightingCode Inspection: unguarded-availability-new clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unicode_highlightingCode Inspection: unicode clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unicode_homoglyph_highlightingCode Inspection: unicode-homoglyph clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unicode_whitespace_highlightingCode Inspection: unicode-whitespace clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unicode_zero_width_highlightingCode Inspection: unicode-zero-width clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_uninitialized_highlightingCode Inspection: uninitialized clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_argument_highlightingCode Inspection: unknown-argument clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_attributes_highlightingCode Inspection: unknown-attributes clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_cuda_version_highlightingCode Inspection: unknown-cuda-version clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_escape_sequence_highlightingCode Inspection: unknown-escape-sequence clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_pragmas_highlightingCode Inspection: unknown-pragmas clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_sanitizers_highlightingCode Inspection: unknown-sanitizers clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unknown_warning_option_highlightingCode Inspection: unknown-warning-option clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unnamed_type_template_args_highlightingCode Inspection: unnamed-type-template-args clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unneeded_internal_declaration_highlightingCode Inspection: unneeded-internal-declaration clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unneeded_member_function_highlightingCode Inspection: unneeded-member-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_break_highlightingCode Inspection: unreachable-code-break clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_highlightingCode Inspection: unreachable-code clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_loop_increment_highlightingCode Inspection: unreachable-code-loop-increment clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unreachable_code_return_highlightingCode Inspection: unreachable-code-return clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsequenced_highlightingCode Inspection: unsequenced clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_abs_highlightingCode Inspection: unsupported-abs clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_availability_guard_highlightingCode Inspection: unsupported-availability-guard clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_cb_highlightingCode Inspection: unsupported-cb clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_dll_base_class_template_highlightingCode Inspection: unsupported-dll-base-class-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_friend_highlightingCode Inspection: unsupported-friend clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_gpopt_highlightingCode Inspection: unsupported-gpopt clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_nan_highlightingCode Inspection: unsupported-nan clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_target_opt_highlightingCode Inspection: unsupported-target-opt clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unsupported_visibility_highlightingCode Inspection: unsupported-visibility clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unusable_partial_specialization_highlightingCode Inspection: unusable-partial-specialization clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_comparison_highlightingCode Inspection: unused-comparison clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_const_variable_highlightingCode Inspection: unused-const-variable clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_exception_parameter_highlightingCode Inspection: unused-exception-parameter clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_function_highlightingCode Inspection: unused-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_getter_return_value_highlightingCode Inspection: unused-getter-return-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_label_highlightingCode Inspection: unused-label clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_lambda_capture_highlightingCode Inspection: unused-lambda-capture clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_local_typedef_highlightingCode Inspection: unused-local-typedef clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_macros_highlightingCode Inspection: unused-macros clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_member_function_highlightingCode Inspection: unused-member-function clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_parameter_highlightingCode Inspection: unused-parameter clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_private_field_highlightingCode Inspection: unused-private-field clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_property_ivar_highlightingCode Inspection: unused-property-ivar clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_result_highlightingCode Inspection: unused-result clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_template_highlightingCode Inspection: unused-template clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_value_highlightingCode Inspection: unused-value clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_variable_highlightingCode Inspection: unused-variable clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_unused_volatile_lvalue_highlightingCode Inspection: unused-volatile-lvalue clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_used_but_marked_unused_highlightingCode Inspection: used-but-marked-unused clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_user_defined_literals_highlightingCode Inspection: user-defined-literals clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_user_defined_warnings_highlightingCode Inspection: user-defined-warnings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_varargs_highlightingCode Inspection: varargs clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_variadic_macros_highlightingCode Inspection: variadic-macros clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_vec_elem_size_highlightingCode Inspection: vec-elem-size clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_vector_conversion_highlightingCode Inspection: vector-conversion clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_vexing_parse_highlightingCode Inspection: vexing-parse clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_visibility_highlightingCode Inspection: visibility clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_vla_extension_highlightingCode Inspection: vla-extension clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_vla_highlightingCode Inspection: vla clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_void_pointer_to_enum_cast_highlightingCode Inspection: void-pointer-to-enum-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_void_pointer_to_int_cast_highlightingCode Inspection: void-pointer-to-int-cast clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_void_ptr_dereference_highlightingCode Inspection: void-ptr-dereference clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_warnings_highlightingCode Inspection: #warnings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_wasm_exception_spec_highlightingCode Inspection: wasm-exception-spec clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_weak_template_vtables_highlightingCode Inspection: weak-template-vtables clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_weak_vtables_highlightingCode Inspection: weak-vtables clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_writable_strings_highlightingCode Inspection: writable-strings clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_xor_used_as_pow_highlightingCode Inspection: xor-used-as-pow clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_zero_as_null_pointer_constant_highlightingCode Inspection: zero-as-null-pointer-constant clang diagnostic
resharper_cpp_clang_tidy_clang_diagnostic_zero_length_array_highlightingCode Inspection: zero-length-array clang diagnostic
resharper_cpp_clang_tidy_cppcoreguideline