Mike Krüger
|
d9113f32e5
|
[CodeAction] Fixed possible null reference.
|
13 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
13 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
bb27ef5132
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
b4b3e6454f
|
Improved type guessing.
|
13 years ago |
Mike Krüger
|
5012f3f633
|
Handled static class <--> non static member clash in create
field/method/property actions.
|
13 years ago |
Mike Krüger
|
256dae882e
|
Fixed create method declaration case.
|
13 years ago |
Mike Krüger
|
62ebfc7fb0
|
Disabled out name filter for create field,property and method.
|
13 years ago |
Mike Krüger
|
2d808842ea
|
Fixed failing unit tests.
|
13 years ago |
Mike Krüger
|
635af4bcef
|
Don't show create local/field/property on invocations.
|
13 years ago |
Mike Krüger
|
402e1124a2
|
Fixed create static field/property.
|
13 years ago |
Mike Krüger
|
a234f8b596
|
Create actions now respect naming convention settings.
|
13 years ago |
Mike Krüger
|
cb60935878
|
Use ImproveDReturnAllResults type inference algorithm in GuessType.
|
13 years ago |
Mike Krüger
|
b5bd6538c7
|
Leave upper bounds empty.
|
13 years ago |
Mike Krüger
|
52ebb26412
|
Added create method declaration action/use type inference to guess the
correct type.
|
13 years ago |
Mike Krüger
|
0c6ea8083c
|
Fixed create field, local and property actions.
|
13 years ago |
Mike Krüger
|
9fb443ade8
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
Mike Krüger
|
acfcf370ef
|
Changed the ContextAction/Inspector API.
|
14 years ago |
Daniel Grunwald
|
c6ae6c30ee
|
Script refactoring.
|
14 years ago |
Mike Krüger
|
b4c19465bd
|
Added CancellationToken support for the context actions.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Mike Krüger
|
c744d2f523
|
Worked on the way nrefactory contexct actions use the resolver.
|
14 years ago |
Mike Krüger
|
be5139a776
|
Added more context actions.
|
14 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
14 years ago |
Mike Krüger
|
8237448dbd
|
Renamed interface.
|
14 years ago |
Mike Krüger
|
450be5a945
|
Corrected locations for parset expressions/statments/type members.
|
14 years ago |
Mike Krüger
|
749f5a885e
|
Updated parser & mcs.
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Mike Krüger
|
915a122bf0
|
Added some comments.
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Mike Krüger
|
7b6cecca2c
|
Merged with mondevelop AST. + Did some minor renamings
+ Removed unused EnumDeclaration
|
15 years ago |
Mike Krüger
|
396c2b3931
|
Updated AST & mcs.
|
15 years ago |
Mike Krüger
|
c4702354c5
|
Added C# DOM
|
15 years ago |