Mike Krüger
38947e35f0
[CodeIssues] Speed up inconsistent naming issue.
13 years ago
Mike Krüger
8b2ce7e911
Removed new line after generated category comment.
13 years ago
Mike Krüger
f699f59432
[CodeActions] Added new property to improve the user experience by
...
connecting code actions to issues.
13 years ago
Mike Krüger
b35db0cf21
[CodeAction] Improved create event invocator action.
13 years ago
Mike Krüger
a98a6dc045
Improved type category comparison (was messed up with extension
...
methods).
13 years ago
Mike Krüger
e7783d7808
Revert "[TypeSystem] Added a method to get only defined members with a filter"
...
This reverts commit aa324f018a
.
13 years ago
Mike Krüger
b728f40de6
Revert "Fix build."
...
This reverts commit 0df4bec580
.
13 years ago
Mike Krüger
4fd39aab6c
Fixed possible upcast exception.
13 years ago
Mike Krüger
0df4bec580
Fix build.
13 years ago
Mike Krüger
aa324f018a
[TypeSystem] Added a method to get only defined members with a filter
...
predicate.
TODO: Add similar methods for all members ?
13 years ago
Mike Krüger
2f91ba1df8
[CodeIssues] Added failing test case for variable declared in wide
...
scope issue.
13 years ago
Mike Krüger
ae24ec4713
[CodeIssues] Fixed case in redundant else issue.
13 years ago
Mike Krüger
35428a6466
* RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment
...
issue no longer warns for using statement resource acquisitions.
* ParameterCompletionTests.cs:
* RedundantAssignmentIssueTests.cs: [CodeIssues] Redundant assignment
issue no longer warns for using statements.
13 years ago
Mike Krüger
461dd2beea
Added get parameter name method to parameter data provider.
13 years ago
Mike Krüger
a12bfaf997
[Completion] GetCurrentParameterIndex can now identify the names of
...
the named parameters that are used as well.
13 years ago
Mike Krüger
afb4b595e4
[CodeActions] Gave extract field action a better name.
13 years ago
Mike Krüger
c6b1dea442
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
24e26d337c
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
c15e30de17
[NRefactory] Fixed completion bug.
13 years ago
Mike Krüger
8556833b4b
Took out debug code.
13 years ago
Mike Krüger
eaad50e8be
[TypeSystem] Added C# style async modifier to methods.
13 years ago
Mike Krüger
584eb443b7
[Completion] Fixed completion bug.
13 years ago
Mike Krüger
0a95901c43
The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted)
13 years ago
Mike Krüger
64e0edd04b
Revert "Fixed duplicate type issue."
...
- I choosed to handle the ambiguous types on IDE level.
This reverts commit b99b871ccb
.
13 years ago
Mike Krüger
b99b871ccb
Fixed duplicate type issue.
13 years ago
Mike Krüger
5f00fe3a45
[Completion] Better guarding against duplicate types.
13 years ago
Mike Krüger
354582cc5e
[Completion] Don't insert ';' in delegate handlers created as
...
parameters.
13 years ago
Mike Krüger
9243fad286
[CodeAction] Fixed bug in create overload without parameter action.
13 years ago
Mike Krüger
5188f6968f
Added test for enumeration type hinting in completion.
13 years ago
Mike Krüger
2bd3e6d904
[CodeCompletion] Fixed type hints for enumerations.
13 years ago
Mike Krüger
08ee807d18
[CodeAction] Fixed bug in create field/property action.
13 years ago
Mike Krüger
e1760a55d0
[CodeAction] Fixed bug in create property code action.
13 years ago
Mike Krüger
b1a5ccffb1
[CodeAction] Fixed bug in create field/property action.
13 years ago
erikkallen
c615c9f730
Make 'await' resolve as in the C# 5.0 language specification.
...
This means that the awaiter type must implement INotifyCompletion and can optionally implement ICriticalNotifyCompletion.
13 years ago
Mike Krüger
ae20e4929a
[Resolver] Fixed unexpected resolver crash.
...
Test Case:
Action foo = f => { f.FirstOrDefault(l=>); };
13 years ago
Mike Krüger
e7ae3abb0f
Merge pull request #127 from fightangel/assignment-fix
...
[CodeIssues]RedundantAssignmentIssue: ignore assignments in try blocks
13 years ago
Mike Krüger
7d702dc862
Added work-around for unexpected parser behaviour.
13 years ago
Mansheng Yang
9622218439
[CodeIssues]RedundantAssignmentIssue: ignore assignments in try blocks
13 years ago
Mike Krüger
7478e22d60
Updated mcs.
13 years ago
Mike Krüger
17b0fe0e64
[Ast] 'where' keyword was missing in parsed query where clause.
13 years ago
Mike Krüger
f24ac256e1
Merge pull request #125 from erik-kallen/bug-comment-before-try-catch-finally
...
Bug with comment just before try/catch/finally statement.
13 years ago
Erik Källén
1b45b0eeaa
Bug with comment just before try/catch/finally statement.
13 years ago
Mike Krüger
c48fe90874
[Completion] Fixed bug.
13 years ago
Mike Krüger
e6051dec4c
Merge pull request #124 from riviti/master
...
Fixes for a couple of issues
13 years ago
Mike Krüger
ef23a05edf
Fixed unit tests.
13 years ago
Mike Krüger
29a2f5728a
Fixed parser bug.
13 years ago
Mike Krüger
e77fadd5bd
Fixed parser error.
13 years ago
Mike Krüger
6820c5d253
Updated mcs.
13 years ago
Mike Krüger
f44398f038
Fixed potential code completion problem where completion could show up
...
on invalid keys.
13 years ago
Mike Krüger
c0972c8c95
[Completion] Filter out namespaces that only contain inaccessible
...
types.
13 years ago