245 Commits (149dea7412a9df7cd1f128ce09a7668a15eafb5d)

Author SHA1 Message Date
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 13 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 13 years ago
Simon Lindgren 008aaa1d37 [CodeIssues] Factor out some type restriction finding infrastructure. 13 years ago
Mansheng Yang 164592fe5e [CodeIssue] Added CompareFloatWithEqualityOperatorIssue 13 years ago
Mansheng Yang aff3328713 [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 13 years ago
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 13 years ago
Mansheng Yang 7f7fcec1b0 [CodeIssue] Added RedundantElseIssue 13 years ago
Mansheng Yang fca3cfec12 [CodeIssue] Added RedundantFieldInitializerIssue 13 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 13 years ago
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
Daniel Grunwald 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 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
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 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
Mike Krüger 81c7daa563 [Completion] Renamed IMemberProvider -> ICompletionContextProvider. 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
Daniel Grunwald 1640cb8c32 Set version number to 5.0.1; fixed some compiler warnings. 13 years ago
Nieve 99b856a5ee added extract field code action 13 years ago
mike 7a03092fac [Completion] Fixed parameter completion for static methods. 13 years ago
Daniel Grunwald 4fe7c72b16 Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 13 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 13 years ago
Mike Krüger e8a5226853 Changed formatting policy. 13 years ago
Mike Krüger aa111adafe Added completion categories for derived types. 13 years ago
Daniel Grunwald 180a690f37 Create .pdb file in release build. 13 years ago