Mohamed Hegazy
de177d48d8
Merge pull request #8487 from ziacik/fix-space-tab-indentation
...
Fix space tab indentation
2016-05-06 15:43:14 -07:00
Paul van Brenk
fad25747a7
Merge pull request #8469 from Microsoft/tsconfigParsingImprovements
...
Add propertybag to parsed tsconfig.json file.
2016-05-06 13:33:01 -07:00
Paul van Brenk
88da665dff
CR Feedback
2016-05-06 10:27:58 -07:00
Paul van Brenk
8aff38e128
Add the entire tsconfig as a raw property to the parsed config.
2016-05-06 10:12:12 -07:00
František Žiačik
e11b08fa91
Simplified check for indentation difference
2016-05-06 10:09:19 +02:00
František Žiačik
06d05b079e
Fixes space-tab indentation issues
2016-05-05 23:35:36 +02:00
Vladimir Matveev
2b5bbfee60
use CompilerHost.realpath to resolve actual location for symlinks
2016-05-05 13:38:09 -07:00
Paul van Brenk
4bc2314cbe
Add propertybag to parsed tsconfig.json file.
...
This allows consumers of the LS to read properties added to the tsconfig.json
without having to worry about dealing with comments.
2016-05-04 14:50:58 -07:00
Mohamed Hegazy
afaffb10e5
Merge pull request #8366 from Microsoft/Fix7611-2
...
Fix #7611 : Add support for String Literal Types in find all refs and occurances
2016-05-02 11:29:31 -07:00
Stanislav Sysoev
9adc42a20c
Remove name length limit in navigation bar service for function expression
2016-04-30 21:48:30 +03:00
Mohamed Hegazy
0cd0e0b5ea
Code review comments
2016-04-29 17:04:53 -07:00
Mohamed Hegazy
423503c883
Fix #7611 : Add support for String Literal Types in find all refs and occurances
2016-04-28 23:29:10 -07:00
Mohamed Hegazy
743fa3c32d
Fix #8271 : Add undefined type to index signatures
2016-04-25 10:40:14 -07:00
Mohamed Hegazy
d0cfe43d88
Merge pull request #8210 from Microsoft/Fix8162
...
Fix #8162 and #8173 : Add root symbols to search in find all referecnes
2016-04-20 09:27:57 -07:00
Mohamed Hegazy
b85f34ba59
Fix #8162 and #8173 : Add root symbols to search in find all referecnes
2016-04-19 19:30:11 -07:00
Zhengbo Li
3a8ebf109f
Merge pull request #7954 from zhengbli/supportScriptKindOnServer
...
Add API support for LS host to specify script kind of a file to open
2016-04-19 15:41:47 -07:00
Vladimir Matveev
80df773c77
fix formatting for lines that start with continuation of multiline comments
2016-04-19 14:16:43 -07:00
Daniel Rosenwasser
d5a27a196e
Bump TS services version to 0.5.
2016-04-18 10:12:40 -07:00
Paul van Brenk
96deb553d5
Script side implementation for Brace Completion. ( #7587 )
...
* Script side implementation for Brace Completion.
This needs updated Visual Studio components to work.
* Changed CharacterCodes to number, to keep the API simple
* CR feedback
* CR feedback and more JSX tests
* Swapped 2 comments
* typo
2016-04-15 11:38:42 -07:00
Mohamed Hegazy
8c8eaaa2a2
Check for class expressions when finding related symbols in base types
2016-04-14 11:48:35 -07:00
Sheetal Nandi
41c1a5b497
Merge pull request #7945 from Microsoft/renameAndFindRef
...
Fixes rename for destructuring, named imports and default imports
2016-04-13 15:46:43 -07:00
Sheetal Nandi
c492fc6369
Update the entry point to return property symbol of destructuring assignment
2016-04-13 14:50:41 -07:00
Daniel Rosenwasser
5b0b09ca62
Merge pull request #8056 from weswigham/remove-custom-no-null-rule
...
Remove custom no-null rule, use tslint builtin no null rule
2016-04-13 00:28:24 -07:00
Wesley Wigham
37a0e8f502
Remove custom no-null rule, use tslint builtin no null rule
2016-04-13 02:09:14 -04:00
Vladimir Matveev
376c493e67
include type reference directives in .d.ts. files
2016-04-11 21:36:07 -07:00
Sheetal Nandi
958a6a41ad
Some restructuring according to PR feedback
2016-04-11 16:53:49 -07:00
Sheetal Nandi
94961463fc
Rename of getPropertySymbolIfObjectBindingPatternWithoutPropertyName to getPropertySymbolOfObjectBindingPatternWithoutPropertyName
2016-04-11 15:25:25 -07:00
Sheetal Nandi
529bdd4ea6
PR feedback
2016-04-11 14:56:12 -07:00
Sheetal Nandi
7a09e2f0e9
PR feedback
2016-04-11 14:31:15 -07:00
Sheetal Nandi
c2e12efc89
Completion list of named imports shouldnt contain default export member
...
Fixes #6124
2016-04-11 13:33:16 -07:00
Vladimir Matveev
e5e7d47782
merge with origin/master
2016-04-08 14:38:47 -07:00
Sheetal Nandi
9e777306c7
Rename function
2016-04-08 13:36:18 -07:00
Sheetal Nandi
f7ca43917f
Handle the rename locations for default import
...
Handles #7024
2016-04-08 10:19:02 -07:00
zhengbli
a2035a572e
Add API support for LS host to specify script kind of a file to open
2016-04-07 23:01:20 -07:00
Sheetal Nandi
a405f285ec
Merge branch 'master' into renameAndFindRef
2016-04-07 15:48:46 -07:00
Sheetal Nandi
ad916ab05d
Handles when property is renamed and is also part of destructuring assignment
...
Handles destructuring assignment part of #6312
2016-04-07 15:41:42 -07:00
Nathan Shively-Sanders
3704ad74d1
Merge pull request #6739 from Microsoft/this-function-types
...
This function types
2016-04-07 10:31:01 -07:00
Sheetal Nandi
01ca100d16
Include the target symbol in search if location is propertyName or the import or export specifier dont specify "as" clause
...
Handles #7708
2016-04-06 14:24:20 -07:00
Sheetal Nandi
ace2285ac2
Destructuring of object binding pattern element without property name should reference property
...
Fixes #6312
2016-04-06 12:30:56 -07:00
Vladimir Matveev
e2a23fd598
remove compilationRoot parameter, use typesRoot/config file location as a root when computing primary locations
2016-04-05 16:33:11 -07:00
Vladimir Matveev
aaaa9c0895
expose type reference resolution for external consumption
2016-04-01 12:41:01 -07:00
Ryan Cavanaugh
05444eaabb
Support reference library directives
2016-04-01 12:19:16 -07:00
Mohamed Hegazy
155f4879de
Review comments
2016-03-29 11:51:04 -07:00
Nathan Shively-Sanders
9e5f26048b
Merge branch 'master' into this-function-types
2016-03-28 10:12:25 -07:00
Tingan Ho
b7c3547937
Merged with master
2016-03-27 02:43:32 +08:00
Tingan Ho
86b6b6c21b
Addresses CR feedback
2016-03-26 17:57:33 +08:00
Vladimir Matveev
200f162bf6
rename LanguageService.getSourceFile to LanguageService.getNonBoundSourceFile and mark it as internal
2016-03-18 11:27:21 -07:00
Vladimir Matveev
112e4b1e80
Addressed PR feedback
2016-03-17 14:40:05 -07:00
Vladimir Matveev
6cfa64daa3
show completion in destructured parameter if containing function was contextually typed
2016-03-17 11:37:52 -07:00
Bill Ticehurst
1bc9157b76
Port NavBar for JS improvements
2016-03-15 09:21:06 -07:00