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
Simon Lindgren
f4fdb0c5a0
[CodeIssues] Don't move variable declarations into the list of initializer statements of for statements.
13 years ago
Simon Lindgren
7ad55831ac
[CodeIssues] Add accessibility checking to VariableHidesMemberIssue.
13 years ago
Simon Lindgren
a64d00953d
[Utils] Improve error handling in CompositeFormatStringParser.
13 years ago
Daniel Grunwald
536b9b0b1c
Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls.
13 years ago
Daniel Grunwald
99bbb11ded
Add 'ResultOfAsyncCallShouldNotBeIgnored' issue.
13 years ago
Daniel Grunwald
e6bc300e1e
Don't show "expression is never of the provided type" warning if the type could not be resolved.
13 years ago
Daniel Grunwald
fe815dc2a0
Fixed false positive that caused a 'is operator always returns true' warning even though it returns false. (e.g. 'intVar is double')
13 years ago
Mike Krüger
a50b205d6b
[CodeIssues] Fixed unused parameters for methods used as delegates and
...
event handlers.
13 years ago
Mike Krüger
28c635f11d
[CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant
...
and handled by RedundantAssignmentIssue
13 years ago
Mike Krüger
4d49d61ab5
[CodeIssues] Added type checking to string is null or empty issue.
13 years ago
Mike Krüger
810a1e8911
[Refactoring] Corrected formatting region.
13 years ago