Mike Krüger
|
286091be90
|
[CodeActions] Finished first implement interface implementation.
|
14 years ago |
Mike Krüger
|
d4209d09dd
|
[CodeAction] Fixed extract method unit test.
|
14 years ago |
Mike Krüger
|
4a5d1e851b
|
[CodeAction] Fixed most extract method tests.
|
14 years ago |
Mansheng Yang
|
73545742ae
|
[CodeAction] ConvertIfToConditionalTests: fixed a test
|
14 years ago |
Mansheng Yang
|
549d6bb08d
|
ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue
|
14 years ago |
Mike Krüger
|
3e2fe59188
|
[CodeActions] Added Task async excecution for insertion & link modes.
|
14 years ago |
Mike Krüger
|
fbc1cfd0c9
|
Fixed some failing unit tests.
|
14 years ago |
Mike Krüger
|
4c875208f4
|
[CodeAction] Create field now works on member reference expressions
with 'this.' target.
|
14 years ago |
Mansheng Yang
|
c8f211550e
|
[CodeAction] Added ExtractAnonymousMethodAction
|
14 years ago |
Mansheng Yang
|
3597535b9e
|
[CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction
|
14 years ago |
Daniel Grunwald
|
050035186c
|
Simplify API for retrieving compiler errors/warnings.
|
14 years ago |
Mansheng Yang
|
4da8bc816d
|
[Code Action] Only show ConvertIfToSwitchAction on 'if' token
|
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
|
f934c9aeb6
|
[CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public
|
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 |
mike
|
5bc69fdcbf
|
[CodeActions] Fixed remove braces whitespace removal.
|
14 years ago |
Mansheng Yang
|
38c8028c3e
|
[CodeAction] SplitDeclarationList: Corrected a test
|
14 years ago |
Mansheng Yang
|
16a84b9dea
|
[CodeAction] Added SplitDeclarationListAction
|
14 years ago |
mike
|
1911868ad2
|
[NRefactory] Removed extra new line for fields.
|
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
|
c93ef39474
|
[CodeAction]ConvertIfToSwitchAction: avoid generating redundant default section.
|
14 years ago |
Mansheng Yang
|
d061eaa538
|
[CodeAction]Added ConvertIfToSwitchAction
|
14 years ago |
Nieve
|
99b856a5ee
|
added extract field code action
|
14 years ago |
Simon Lindgren
|
a300c56147
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
14 years ago |
mike
|
b9780fbad8
|
[CodeAction] Fixed check if parameter is null bug.
|
14 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
14 years ago |
Mike Krüger
|
cf9d360be7
|
[CodeActions] Worked on implement interface.
|
14 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
14 years ago |
Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
14 years ago |
Daniel Grunwald
|
f098db8f4e
|
Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction.
|
14 years ago |
Mike Krüger
|
9e622c1997
|
Create class action can now generate interface implementation.
Need to think about that feature, maybe just adding the base type is
better and letting the user choose implicit/explicit implementation ?
|
14 years ago |
Mike Krüger
|
69a7136d45
|
Fixed remove brace action tests.
|
14 years ago |
Mike Krüger
|
8444dffd81
|
Startet exctract method action.
|
14 years ago |
Mike Krüger
|
b4b3e6454f
|
Improved type guessing.
|
14 years ago |
Mike Krüger
|
ceef571315
|
Added introduce constant action.
|
14 years ago |
Mike Krüger
|
4644a07dd7
|
Fixed method declaration case.
|
14 years ago |
Mike Krüger
|
b21e85f00e
|
Updated indent engine.
|
14 years ago |
Mike Krüger
|
acce74e885
|
Fixed bug in create method declaration action.
|
14 years ago |
Mike Krüger
|
5012f3f633
|
Handled static class <--> non static member clash in create
field/method/property actions.
|
14 years ago |
Mike Krüger
|
256dae882e
|
Fixed create method declaration case.
|
14 years ago |
Mike Krüger
|
62ebfc7fb0
|
Disabled out name filter for create field,property and method.
|
14 years ago |
Mike Krüger
|
b1dfdba7aa
|
Added create delegate action.
|
14 years ago |
Mike Krüger
|
718dfe4685
|
Added more cases for create class declaration.
|
14 years ago |
Mike Krüger
|
93fb7777b5
|
Added flag to specify if explict types should be used or not.
|
14 years ago |