Mike Krüger
|
7427e66a88
|
Fixed attribute completion bug.
|
13 years ago |
Mike Krüger
|
921c1f6e20
|
Fixed inconsistency between 'override' and 'partial' completion.
The begin of the declaration now always includes these keywords.
|
13 years ago |
Mike Krüger
|
29054ffd19
|
Fixed some completion cases with extension methods.
|
13 years ago |
Mike Krüger
|
8bd796eb7f
|
Revert "Revert "Implemented reduced method model.""
This reverts commit bdc1fde9d6 .
|
13 years ago |
Mike Krüger
|
765d917d60
|
Revert "Revert "Implemented better way to handle extension method invocations.""
This reverts commit c26f61e813 .
|
13 years ago |
Mike Krüger
|
4cac2f0b36
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
c26f61e813
|
Revert "Implemented better way to handle extension method invocations."
This reverts commit d4afc75413 .
|
13 years ago |
Mike Krüger
|
bdc1fde9d6
|
Revert "Implemented reduced method model."
This reverts commit aaf2b919f5 .
|
13 years ago |
Mike Krüger
|
aaf2b919f5
|
Implemented reduced method model.
|
13 years ago |
Mike Krüger
|
d4afc75413
|
Implemented better way to handle extension method invocations.
|
13 years ago |
Mike Krüger
|
82fba3088f
|
Fixed pre processor context completion.
|
13 years ago |
Mike Krüger
|
a6c5926941
|
Expose the comment tags known by the completion engine.
|
13 years ago |
Mike Krüger
|
4eeb77a15e
|
Fixed potential exception. NOTE: The code completion engine isn't ment
to insert text - this functionality should be moved to the IDE
on-the-fly formatting/indentation backend.
|
13 years ago |
Mike Krüger
|
b7573edd66
|
Fixed broken unit test.
|
13 years ago |
Mike Krüger
|
9c49aaf383
|
Revert "Fixed potential xml comment bug."
Found better fix.
This reverts commit 8b7b3f708b .
|
13 years ago |
Mike Krüger
|
f49dfb66ac
|
Fixed XML comment bug.
|
13 years ago |
Mike Krüger
|
8b7b3f708b
|
Fixed potential xml comment bug.
|
13 years ago |
Mike Krüger
|
8972fdff77
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
4152fc765f
|
Added unit test that shows an issue with dynamic resolve results &
code completion.
|
13 years ago |
Mike Krüger
|
92a62059de
|
Fixed constraint completion bug.
|
13 years ago |
Mike Krüger
|
65706761dd
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
2b83d7c4d0
|
Removed debug message
|
13 years ago |
Mike Krüger
|
1e980caf9f
|
Fixed completion unit tests.
|
13 years ago |
Daniel Grunwald
|
60fc3694b7
|
Use StringComparison.Ordinal
|
13 years ago |
Mike Krüger
|
f51623867f
|
[CodeCompletion] Added async to the type level keywords.
|
13 years ago |
Mike Krüger
|
4da0cc3265
|
[Completion] Added missing async/await keywords.
|
13 years ago |
Mike Krüger
|
92ad81deaa
|
[CodeCompletion] Completion engine now can generate import completion
data.
|
13 years ago |
Mike Krüger
|
43a8362c20
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
340fd5e1d4
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
b601407a92
|
[Completion] Added missing extern aliases to the completion list.
|
13 years ago |
mkrueger
|
a524d045ff
|
[CodeCompletion] Fixed code completion bug.
|
13 years ago |
mkrueger
|
a2787c89c4
|
[Completion] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
8cee8f532c
|
Fixed some compiler warnings.
|
13 years ago |
Mike Krüger
|
28611497dc
|
Fixed declaration begin for partial methods.
|
13 years ago |
Mike Krüger
|
a19009e322
|
[CodeCompletion] Fix bug with pre processor directives.
|
13 years ago |
Mike Krüger
|
4fd39aab6c
|
Fixed possible upcast exception.
|
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
|
584eb443b7
|
[Completion] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
354582cc5e
|
[Completion] Don't insert ';' in delegate handlers created as
parameters.
|
13 years ago |
Mike Krüger
|
2bd3e6d904
|
[CodeCompletion] Fixed type hints for enumerations.
|
13 years ago |
Mike Krüger
|
c48fe90874
|
[Completion] Fixed bug.
|
13 years ago |
Mike Krüger
|
ef23a05edf
|
Fixed unit tests.
|
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 |
Mike Krüger
|
5d8db35d10
|
Fixed ignored unit test.
|
13 years ago |
Mike Krüger
|
307999c599
|
Fixed duplicate types in completion list.
|
13 years ago |
Mike Krüger
|
b8fce0c557
|
[CodeCompletion] Fixed ctrl+space behavior (it's now more intrusive -
but it should be it, the user requests it).
|
13 years ago |
Mike Krüger
|
539db3bb43
|
[Completion] Fixed bug in object initializer context.
|
13 years ago |