268 Commits (17c1eeaf2b65ac1b3f02fe5ba73b50078cbd77aa)

Author SHA1 Message Date
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 13 years ago
Simon Lindgren 3ec073f293 [CodeActions] Add MoveToOuterScopeAction. 13 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 13 years ago
Simon Lindgren 9d5a384286 [CodeActions] Add ConvertToInitializerAction. 13 years ago
Mansheng Yang 73530debe1 [CodeIssue] Added VariableHidesMemberIssue 13 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 13 years ago
Mansheng Yang b37dedfa87 [CodeIssue] Added LocalVariableOnlyAssignedIssue and ParameterOnlyAssignedIssue 13 years ago
Mansheng Yang ca048e63e8 [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 13 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 13 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 13 years ago
Simon Lindgren da5bbf381e [Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext. 13 years ago
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 13 years ago
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 13 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 13 years ago
Simon Lindgren f99663b90e [CodeActions] Add IterateViaForeachAction. 13 years ago
Mansheng Yang c8f211550e [CodeAction] Added ExtractAnonymousMethodAction 13 years ago
Simon Lindgren 4ca0f1d375 [CodeAction] Add code actions for converting between static method calls and extension method calls. 13 years ago
Mansheng Yang 3597535b9e [CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction 13 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 13 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 13 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 13 years ago
Simon Lindgren b6203ac3e8 [CodeAction] Add AddCatchTypeAction. 13 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 13 years ago
Mansheng Yang 4bfa58938c [CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction 13 years ago
Mansheng Yang 0f01589039 [CodeAction] Added UseStringFormatAction 13 years ago
Mansheng Yang bfa89c799a [CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction 13 years ago
Mansheng Yang 1066186e2f [CodeAction] Added PutInsideUsingAction 13 years ago
Mansheng Yang 33cc204814 [CodeAction] Added MergeNestedIfAction 13 years ago
Mansheng Yang 16a84b9dea [CodeAction] Added SplitDeclarationListAction 13 years ago
Mansheng Yang 88c1287f96 [CodeAction] Added CreateCustomEventImplementationAction 13 years ago
Mansheng Yang fc6c24cdf6 [CodeAction] Added CreateOverloadWithoutParameterAction 13 years ago
Mansheng Yang b5843ad190 [CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction 13 years ago
Mansheng Yang 582326739a [CodeAction]Added ConvertSwitchToIfAction 13 years ago
Mansheng Yang d061eaa538 [CodeAction]Added ConvertIfToSwitchAction 13 years ago
Nieve 99b856a5ee added extract field code action 13 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
Mike Krüger 9511d48927 Added KeepCommentsAtFirstColumn option. 14 years ago
Mike Krüger c114f711df Added unit tests for the open mcs nrefactory related bugs. We should 14 years ago
Daniel Grunwald 8111e2683a Add issue provider for explicit conversions in foreach loops. 14 years ago
Mike Krüger 8444dffd81 Startet exctract method action. 14 years ago
Mike Krüger ceef571315 Added introduce constant action. 14 years ago
Mike Krüger b1dfdba7aa Added create delegate action. 14 years ago
Mike Krüger 6b61741bd2 Added create class declaration action. 14 years ago
Mike Krüger d4f9318a6f Added create constructor declaration action/fixed bugs in other 14 years ago
Mike Krüger 1ca41d1e90 Added declare local variable action. 14 years ago
Mike Krüger b6bdb9028d Added inline local variable action. 14 years ago
Mike Krüger 9ec0d68db2 Added create indexer action. 14 years ago
Mike Krüger 52ebb26412 Added create method declaration action/use type inference to guess the 14 years ago