231 Commits (fac0fb9af5f7acca78950a83478e26ed7f54c2ba)

Author SHA1 Message Date
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 14 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 14 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 14 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 14 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 14 years ago
Mansheng Yang 164592fe5e [CodeIssue] Added CompareFloatWithEqualityOperatorIssue 14 years ago
Mansheng Yang aff3328713 [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 14 years ago
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 14 years ago
Mansheng Yang 7f7fcec1b0 [CodeIssue] Added RedundantElseIssue 14 years ago
Mansheng Yang fca3cfec12 [CodeIssue] Added RedundantFieldInitializerIssue 14 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 14 years ago
Simon Lindgren 77c9ccbb30 [CodeIssues] Rename VariableDeclaredInWideScopeIssue => VariableDeclaredInWideScopeTests in the test project. 14 years ago
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 14 years ago
Simon Lindgren 3ec073f293 [CodeActions] Add MoveToOuterScopeAction. 14 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren 9d5a384286 [CodeActions] Add ConvertToInitializerAction. 14 years ago
Mansheng Yang 73530debe1 [CodeIssue] Added VariableHidesMemberIssue 14 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 14 years ago
Mansheng Yang b37dedfa87 [CodeIssue] Added LocalVariableOnlyAssignedIssue and ParameterOnlyAssignedIssue 14 years ago
Mansheng Yang ca048e63e8 [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 14 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 14 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 14 years ago
Simon Lindgren da5bbf381e [Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext. 14 years ago
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 14 years ago
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 14 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 14 years ago
Simon Lindgren f99663b90e [CodeActions] Add IterateViaForeachAction. 14 years ago
Mansheng Yang c8f211550e [CodeAction] Added ExtractAnonymousMethodAction 14 years ago
Simon Lindgren 4ca0f1d375 [CodeAction] Add code actions for converting between static method calls and extension method calls. 14 years ago
Mansheng Yang 3597535b9e [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 14 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 14 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 14 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 14 years ago
Simon Lindgren b6203ac3e8 [CodeAction] Add AddCatchTypeAction. 14 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 14 years ago
Mansheng Yang 4bfa58938c [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 14 years ago
Mansheng Yang 0f01589039 [CodeAction] Added UseStringFormatAction 14 years ago
Mansheng Yang bfa89c799a [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 14 years ago
Mansheng Yang 1066186e2f [CodeAction] Added PutInsideUsingAction 14 years ago
Mansheng Yang 33cc204814 [CodeAction] Added MergeNestedIfAction 14 years ago
Mansheng Yang 16a84b9dea [CodeAction] Added SplitDeclarationListAction 14 years ago
Mansheng Yang 88c1287f96 [CodeAction] Added CreateCustomEventImplementationAction 14 years ago
Mansheng Yang fc6c24cdf6 [CodeAction] Added CreateOverloadWithoutParameterAction 14 years ago
Mansheng Yang b5843ad190 [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 14 years ago
Mansheng Yang 582326739a [CodeAction]Added ConvertSwitchToIfAction 14 years ago
Mansheng Yang d061eaa538 [CodeAction]Added ConvertIfToSwitchAction 14 years ago
Nieve 99b856a5ee added extract field code action 14 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 14 years ago
Mike Krüger 2aec1be700 Improved the handling of delegate contexts. 14 years ago
Mike Krüger ca289f5fc5 Improved array initializer wrapping options. 14 years ago