Mike Krüger
3e2fe59188
[CodeActions] Added Task async excecution for insertion & link modes.
14 years ago
Daniel Grunwald
585ae50c2f
CSharpAstResolver: don't return the same ResolveResult for two different nodes.
...
(make clones when using caches)
Closes icsharpcode/NRefactory#46 .
14 years ago
Mike Krüger
08636dbabc
[Completion] Fixed named argument completion bug.
14 years ago
Mike Krüger
fbc1cfd0c9
Fixed some failing unit tests.
14 years ago
Mike Krüger
6e5b973924
[ContextAction] Added null check to create method.
14 years ago
Mansheng Yang
1c0a7305f5
[CodeIssue] TypeParameterNotUsedIssue: removed the fix because it may introduce errors.
14 years ago
Mansheng Yang
454bfe5e39
[CodeIssue] LocalVariableNotUsedIssue: Find unused foreach variable
14 years ago
Mansheng Yang
ca048e63e8
[CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue
14 years ago
Mike Krüger
fadffd3939
[Completion] Improved the closing tag insertion (xml documentation).
14 years ago
Mike Krüger
3dc44639dd
[Resolver] Array initalizers no longer show up in ResolveAtLocation.
14 years ago
Erik Källén
951d9a6bb0
Fix for the issue that user-defined explicit conversions don't work.
14 years ago
Mike Krüger
e058d6103b
[Completion] Improved xml document completion.
14 years ago
Mike Krüger
95bc695e51
[Completion] Be more general when providing type level keywords in
...
members.
14 years ago
Simon Lindgren
4ac7fecf0a
[Refactoring] Don't suggest names that are used in a parent scope when falling back to numbered names.
14 years ago
Mike Krüger
3ded985188
[Formatting] Fixed overlapping changes issue.
14 years ago
Mike Krüger
d355b0f84b
[CodeIssues] Added indexer case.
14 years ago
Mike Krüger
da2eea8353
[CodeIssues] Improved naming check (skipp overriden members).
14 years ago
Mike Krüger
4c875208f4
[CodeAction] Create field now works on member reference expressions
...
with 'this.' target.
14 years ago
Erik Källén
9476183889
Fix for the parameter identity in accessors issue.
14 years ago
Daniel Grunwald
806869e563
Add IType.GetAccessors().
...
Accessors now use EntityType.Accessor instead of EntityType.Method.
Added accessors support to DefaultMemberReference and ExplicitInterfaceImplementationMemberReference.
Removed hacky code from CecilLoader - we now allow IsExplicitInterfaceImplementation=true on accessors.
14 years ago
Simon Lindgren
13ca3511df
[CodeActions] Make IterateViaForeachAction use names based on their type and add handling of using and for statements.
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
erikkallen
da0feac286
Another one of those x.IsOverride = y.IsOverridable issues.
14 years ago
erikkallen
8431aa0039
Fixed bugs with events: 1) Assignment of IsOverride to IsOverridable, and 2) AccessorOwner not being set for auto-events.
14 years ago
erikkallen
a2a0975eaa
Fixes IsOverridable flag for accessors
14 years ago
Simon Lindgren
4d602909ea
[CodeAction] IterateViaForeachAction: Add tests for slightly invalid expression statements and use Script.InsertAfter() to avoid problematic formatting.
14 years ago
Mike Krüger
9b256fb876
[Completion] Only show public enum members.
14 years ago
Mike Krüger
68e12e4a74
[Completion] Filtered double added enums.
14 years ago
Simon Lindgren
a4d5b7a770
[Refactoring] Add Script.InsertAfter().
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
Mike Krüger
80c3b8dc6a
[Formatter] The formatting visitor can now take a region to format.
14 years ago
Simon Lindgren
c45b646f31
[CodeActions] Handle AssignmentExpressions differently in IterateViaForeachAction.
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
c8f36ae31b
[CodeActions] Handle auto-setters and missing setters in SetterDoesNotUseValueParameterIssue.
14 years ago
Simon Lindgren
f99663b90e
[CodeActions] Add IterateViaForeachAction.
14 years ago
Simon Lindgren
eea162a9c9
[CodeIssues] Update some strings to be more inline with the rest of the issues (and more informative too).
14 years ago
Simon Lindgren
05f8cfeb81
[CodeActions] Don't return a convert to extension method call code action if the call is already using extension method syntax.
14 years ago
Simon Lindgren
94e43f2295
[CodeActions] Add the ContextAction attribute to the static method call <=> extension method call converters.
14 years ago
Daniel Grunwald
bf6217d038
Improved CodeDomConvertVisitor.
14 years ago
Siegfried Pammer
a9d876904b
Implemented CSharpResolver.ResolveConditionFalse() for resolving operator false() calls.
...
Add message to ErrorResolveResult.
Expose CSharpOutputVisitor.PrintPrimitiveValue and CSharpConversions.IsImplicitReferenceConversion/IsBoxingConversion.
14 years ago
Daniel Grunwald
a77fa3103a
Add IMethod.AccessorOwner.
14 years ago
Daniel Grunwald
731ddf7c39
Add ConversionResolveResult.CheckForOverflow
14 years ago
Mansheng Yang
c8f211550e
[CodeAction] Added ExtractAnonymousMethodAction
14 years ago
Mike Krüger
00d5de8b18
[CodeIssues] Optimized word break algorithm.
14 years ago
Mike Krüger
81c7daa563
[Completion] Renamed IMemberProvider -> ICompletionContextProvider.
14 years ago
Mike Krüger
6cbda46563
[Completion] It's no longer needed to specify a parsed file for the
...
completion engine.
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
Mike Krüger
c9d2776522
[Completion] Added GetMemberTextToCaret interface method.
14 years ago