Daniel Rosenwasser
|
d17f13a5eb
|
Merge pull request #3818 from Microsoft/exportSpecifierCompletions
Support completions in exports with module specifiers.
|
2015-07-15 14:23:20 -07:00 |
|
Vladimir Matveev
|
93e5cae729
|
addressed PR feedback: added comments
|
2015-07-15 13:16:12 -07:00 |
|
Vladimir Matveev
|
7d6f8f33ce
|
dispose snapshot only if new file differs from the old file
|
2015-07-15 13:15:56 -07:00 |
|
Vladimir Matveev
|
ba3d2dbd14
|
dispose script snapshots from the old source file
|
2015-07-15 13:15:37 -07:00 |
|
Dick van den Brink
|
acb9f709e4
|
Fix occurrences in ClassExpressions
|
2015-07-15 00:31:46 +02:00 |
|
Daniel Rosenwasser
|
076028c57d
|
Changed order of parameters.
|
2015-07-13 18:03:06 -07:00 |
|
Daniel Rosenwasser
|
4f7c62482a
|
Just use 'filter'
|
2015-07-13 17:59:42 -07:00 |
|
Daniel Rosenwasser
|
30c6947ae3
|
Addressed CR feedback.
|
2015-07-13 17:55:48 -07:00 |
|
Daniel Rosenwasser
|
c5aa3ad8a3
|
Merge pull request #3846 from DickvdBrink/abstract-occurrences
Highlight Abstract occurrences
|
2015-07-13 17:08:14 -07:00 |
|
Cyrus Najmabadi
|
557b795ca7
|
Merge branch 'master' into textClassification
|
2015-07-13 17:01:17 -07:00 |
|
Cyrus Najmabadi
|
96c1b9c358
|
Classify Identifiers as 'Identifier', not 'Text'.
|
2015-07-13 16:44:07 -07:00 |
|
Dick van den Brink
|
fc47329ed2
|
PR feedback for abstract keyword occurrences
|
2015-07-14 00:43:16 +02:00 |
|
Dick van den Brink
|
b33a35b122
|
Highlight abstract keywords on classes and members
|
2015-07-13 23:38:10 +02:00 |
|
Dick van den Brink
|
6dcc9fcf65
|
Don't fall through to the modifier check for get/set keywords
|
2015-07-13 22:13:11 +02:00 |
|
Mohamed Hegazy
|
35ca82cfd7
|
Merge pull request #3738 from SaschaNaz/parenIndentFix
Fixing indentation of dangling closing parenthesis
|
2015-07-13 11:23:59 -07:00 |
|
Daniel Rosenwasser
|
a6d17d82c2
|
Pick your poition.
|
2015-07-10 17:58:49 -07:00 |
|
Daniel Rosenwasser
|
48ca1c49c4
|
Fixed conversion from forEach to for-of
|
2015-07-10 17:55:04 -07:00 |
|
Daniel Rosenwasser
|
616d84e4a0
|
Fix merge mistake.
|
2015-07-10 17:51:01 -07:00 |
|
Daniel Rosenwasser
|
e5b8f87927
|
Merge branch 'master' into exportSpecifierCompletions
Conflicts:
src/services/services.ts
|
2015-07-10 17:30:20 -07:00 |
|
Daniel Rosenwasser
|
49af660595
|
Account for export/import specifier renames and namespace import names in completion.
|
2015-07-10 17:23:11 -07:00 |
|
Daniel Rosenwasser
|
afec273e87
|
Clarify function name.
|
2015-07-10 16:49:02 -07:00 |
|
Daniel Rosenwasser
|
a309b1dd67
|
Handle export declarations with module specifiers as well.
|
2015-07-10 15:38:06 -07:00 |
|
Yui T
|
f16f9d129a
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into completionListWithLocalName
|
2015-07-10 11:04:21 -07:00 |
|
Daniel Rosenwasser
|
1daf49c067
|
Don't filter out JSX attributes.
|
2015-07-09 20:02:51 -07:00 |
|
Daniel Rosenwasser
|
fc45219058
|
Spacing.
|
2015-07-09 19:53:10 -07:00 |
|
Daniel Rosenwasser
|
1b0b434422
|
Don't filter out the current item.
|
2015-07-09 19:52:54 -07:00 |
|
Yui T
|
41bedd2768
|
Use getDecalredName in service layer instead of symbol.getName
|
2015-07-09 17:05:57 -07:00 |
|
CyrusNajmabadi
|
aaf0f78553
|
Merge pull request #3778 from Microsoft/noPushApply
Don't call push.apply, it can stack overflow with large arrays.
|
2015-07-08 11:25:48 -07:00 |
|
Cyrus Najmabadi
|
e0e9bcff46
|
Don't call push.apply, it can stack overflow with large arrays.
|
2015-07-07 17:44:22 -07:00 |
|
Yui T
|
b5b1b7b5bb
|
Use symbol.getName for classExpression and functionExpression since it now correctly represent declared-name.
|
2015-07-07 15:26:01 -07:00 |
|
Yui T
|
872fdcf444
|
Merge branch 'master' into completionListWithLocalName
Conflicts:
tests/cases/fourslash/renameLocationsForClassExpression01.ts
|
2015-07-07 15:17:42 -07:00 |
|
Daniel Rosenwasser
|
8cdd59f7be
|
Merge pull request #3727 from Microsoft/elipsisMeansQuiet
Don't give back completions after stray dots
|
2015-07-07 14:45:59 -07:00 |
|
Daniel Rosenwasser
|
d353d62434
|
Addressed CR feedback.
|
2015-07-07 12:48:17 -07:00 |
|
Daniel Rosenwasser
|
f20cc83288
|
Merge branch 'master' into noImportClauseBuilders
Conflicts:
src/services/services.ts
|
2015-07-06 16:43:54 -07:00 |
|
Daniel Rosenwasser
|
15962e0bb1
|
Merge branch 'master' into elipsisMeansQuiet
|
2015-07-06 16:39:59 -07:00 |
|
Daniel Rosenwasser
|
204d96037f
|
Merge pull request #3698 from Microsoft/noObjectBindingBuilder
Don't show a builder for property names in object binding patterns
|
2015-07-06 16:37:43 -07:00 |
|
Daniel Rosenwasser
|
be18381926
|
Removed unnecessary check.
|
2015-07-06 15:34:44 -07:00 |
|
Cyrus Najmabadi
|
1dfcc3ec0e
|
Merge branch 'master' into cancellableDiagnostics
Conflicts:
src/services/services.ts
src/services/shims.ts
|
2015-07-06 15:19:57 -07:00 |
|
Daniel Rosenwasser
|
4906f41f94
|
Remove builder from import clauses.
|
2015-07-06 15:12:16 -07:00 |
|
Daniel Rosenwasser
|
52581678d4
|
Refactor completion code for object literals/bindings and import clauses.
|
2015-07-06 15:05:47 -07:00 |
|
Cyrus Najmabadi
|
af94f1c5d0
|
Throttle how often we call into the host side to check for cancellation.
|
2015-07-06 14:04:42 -07:00 |
|
Yui T
|
7c52aaa4b8
|
Merge branch 'master' into completionListWithLocalName
Conflicts:
src/compiler/checker.ts
|
2015-07-06 13:35:01 -07:00 |
|
Daniel Rosenwasser
|
cacc366809
|
Avoid unnecessary contextToken checking, addressed CR feedback.
|
2015-07-06 13:27:00 -07:00 |
|
Cyrus Najmabadi
|
bcd8cce03d
|
Merge branch 'master' into cancellableClassification
|
2015-07-06 13:22:40 -07:00 |
|
Daniel Rosenwasser
|
be73f73beb
|
previousToken -> contextToken
|
2015-07-06 13:00:10 -07:00 |
|
Yui T
|
6da98ce897
|
Fix comments
|
2015-07-06 10:51:43 -07:00 |
|
SaschaNaz
|
b402b63f3a
|
Fixing first example
|
2015-07-05 01:22:13 +09:00 |
|
Anders Hejlsberg
|
fc1888ec8a
|
Merge branch 'master' into intersectionTypes
Conflicts:
tests/baselines/reference/APISample_linter.js
|
2015-07-03 11:26:38 -07:00 |
|
Daniel Rosenwasser
|
935071f1c5
|
Don't show completion with dots not part of property accesses and qualified names.
|
2015-07-02 16:21:09 -07:00 |
|
Daniel Rosenwasser
|
a61ec94501
|
Remove unnecessary check.
|
2015-07-02 16:04:34 -07:00 |
|