| .. |
|
ConvertToInitializer
|
[CodeActions] Clean up StatementsToInitializerConverter and InitializerPath.
|
14 years ago |
|
ExtractMethod
|
[CodeAction] Fixed extract method unit test.
|
14 years ago |
|
AddAnotherAccessorAction.cs
|
…
|
|
|
AddCatchTypeAction.cs
|
[CodeActions] Adjust the behaviour of AddCatchTypeAction.
|
14 years ago |
|
CheckIfParameterIsNullAction.cs
|
Removed debug messages.
|
14 years ago |
|
ConvertAnonymousDelegateToLambdaAction.cs
|
[CodeActions] Add convertAnonymousDelegateToLambdaAction.
|
14 years ago |
|
ConvertAsToCastAction.cs
|
[CodeActions] ConvertAsToCastAction: fixed some parentheses issues
|
14 years ago |
|
ConvertCastToAsAction.cs
|
[CodeActions] ConvertCastToAsAction: insert parentheses when necessary
|
14 years ago |
|
ConvertConditionalToIfAction.cs
|
[CodeActions] ConvertConditionalToIfAction: check context location
|
14 years ago |
|
ConvertDecToHexAction.cs
|
…
|
|
|
ConvertExplicitToImplicitImplementationAction.cs
|
…
|
|
|
ConvertForeachToForAction.cs
|
…
|
|
|
ConvertHexToDecAction.cs
|
…
|
|
|
ConvertIfToConditionalAction.cs
|
[CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction
|
14 years ago |
|
ConvertIfToSwitchAction.cs
|
[Code Action] Only show ConvertIfToSwitchAction on 'if' token
|
14 years ago |
|
ConvertImplicitToExplicitImplementationAction.cs
|
…
|
|
|
ConvertLambdaBodyExpressionToStatementAction.cs
|
[CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings
|
14 years ago |
|
ConvertLambdaBodyStatementToExpressionAction.cs
|
[CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction
|
14 years ago |
|
ConvertLambdaToAnonymousDelegateAction.cs
|
[CodeAction] Convert lambda to delegate action no longer puts a
|
14 years ago |
|
ConvertSwitchToIfAction.cs
|
[Code Action] Only show ConvertSwitchToIfAction on 'switch' token
|
14 years ago |
|
CreateBackingStoreAction.cs
|
[CodeActions] Fixed bug in create backing store.
|
14 years ago |
|
CreateClassDeclarationAction.cs
|
[CodeAction] Fixed bug in create class declaration action.
|
14 years ago |
|
CreateConstructorDeclarationAction.cs
|
…
|
|
|
CreateCustomEventImplementationAction.cs
|
[CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done.
|
14 years ago |
|
CreateDelegateAction.cs
|
…
|
|
|
CreateEventInvocatorAction.cs
|
…
|
|
|
CreateFieldAction.cs
|
[CodeAction] Create field now works on member reference expressions
|
14 years ago |
|
CreateIndexerAction.cs
|
…
|
|
|
CreateLocalVariableAction.cs
|
…
|
|
|
CreateMethodDeclarationAction.cs
|
[ContextAction] Added null check to create method.
|
14 years ago |
|
CreateOverloadWithoutParameterAction.cs
|
[CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call
|
14 years ago |
|
CreatePropertyAction.cs
|
[CodeAction] Create field now works on member reference expressions
|
14 years ago |
|
DeclareLocalVariableAction.cs
|
…
|
|
|
ExtensionMethodInvocationToStaticMethodInvocationAction.cs
|
[CodeActions] Add the ContextAction attribute to the static method call <=> extension method call converters.
|
14 years ago |
|
ExtractAnonymousMethodAction.cs
|
ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue
|
14 years ago |
|
ExtractFieldAction.cs
|
…
|
|
|
FlipOperatorArgumentsAction.cs
|
…
|
|
|
GenerateGetterAction.cs
|
…
|
|
|
GeneratePropertyAction.cs
|
GenerateProperty: do not propose to generate a setter if the field is readonly.
|
14 years ago |
|
GenerateSwitchLabelsAction.cs
|
…
|
|
|
ImplementAbstractMembersAction.cs
|
[CodeActions] Implemented abstract members action/Improved implement
|
14 years ago |
|
ImplementInterfaceAction.cs
|
[CodeActions] fixed bug implemented 'protected internal abstract' members.
|
14 years ago |
|
ImplementInterfaceExplicitAction.cs
|
[CodeActions] Finished first implement interface implementation.
|
14 years ago |
|
InlineLocalVariableAction.cs
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
14 years ago |
|
InsertAnonymousMethodSignatureAction.cs
|
…
|
|
|
IntroduceConstantAction.cs
|
…
|
|
|
IntroduceFormatItemAction.cs
|
…
|
|
|
InvertIfAction.cs
|
…
|
|
|
IterateViaForeachAction.cs
|
[CodeActions] Added check for resolve error.
|
14 years ago |
|
JoinDeclarationAndAssignmentAction.cs
|
[CodeAction] Added JoinDeclarationAndAssignmentAction
|
14 years ago |
|
JoinStringAction.cs
|
[CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression
|
14 years ago |
|
MergeNestedIfAction.cs
|
[Code Action] Only show MergeNestedIfAction on 'if' token
|
14 years ago |
|
MoveToOuterScopeAction.cs
|
Merge branch 'master' into simonl
|
14 years ago |
|
NegateRelationalExpressionAction.cs
|
[CodeAction] NegateRelationalExpressionAction: fixed title
|
14 years ago |
|
PutInsideUsingAction.cs
|
[CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation
|
14 years ago |
|
RemoveBackingStoreAction.cs
|
…
|
|
|
RemoveBracesAction.cs
|
…
|
|
|
RemoveRedundantCatchTypeAction.cs
|
Merge branch 'master' into simonl
|
14 years ago |
|
RemoveRegionAction.cs
|
…
|
|
|
ReplaceEmptyStringAction.cs
|
…
|
|
|
SpecializedCodeAction.cs
|
…
|
|
|
SplitDeclarationAndAssignmentAction.cs
|
[CodeAction] Fixed bug in splet declaration and assignment action.
|
14 years ago |
|
SplitDeclarationListAction.cs
|
…
|
|
|
SplitStringAction.cs
|
…
|
|
|
StaticMethodInvocationToExtensionMethodInvocationAction.cs
|
[CodeActions] Don't return a convert to extension method call code action if the call is already using extension method syntax.
|
14 years ago |
|
UseExplicitTypeAction.cs
|
Fixed typo.
|
14 years ago |
|
UseStringFormatAction.cs
|
[CodeAction] Added UseStringFormatAction
|
14 years ago |
|
UseVarKeywordAction.cs
|
…
|
|