8422 Commits

Author SHA1 Message Date
Vladimir Matveev
0ab52bcb82 linter 2016-06-18 22:35:29 -07:00
Vladimir Matveev
12e593825f brace matching 2016-06-18 22:34:00 -07:00
Vladimir Matveev
f2d55874d9 added indentation 2016-06-18 20:43:53 -07:00
Vladimir Matveev
4d9213a337 added todo comments 2016-06-17 23:54:59 -07:00
Vladimir Matveev
bd28b9a46d added outlining spans 2016-06-17 23:31:15 -07:00
Vladimir Matveev
f34ba2df0b added cleanup message 2016-06-17 16:22:03 -07:00
Vladimir Matveev
6ebc8abea2 introduce EditorSettings/FormatCodeSettings interfaces 2016-06-17 14:06:33 -07:00
Vladimir Matveev
04d617de8d fix linter 2016-06-16 15:47:01 -07:00
Vladimir Matveev
7c0927d752 formatting 2016-06-16 15:23:52 -07:00
Vladimir Matveev
a8dc65de19 added missing check 2016-06-15 21:52:39 -07:00
Vladimir Matveev
c1d6a14a6b set default project on script info when it is queried from project 2016-06-15 21:41:54 -07:00
Vladimir Matveev
7b93e732d5 enable semantic classification 2016-06-15 18:30:08 -07:00
Vladimir Matveev
64423257ca normalize file name before lookup 2016-06-15 16:45:04 -07:00
Vladimir Matveev
f103f20b69 do getDirectoryPath after normalization 2016-06-15 13:52:09 -07:00
Vladimir Matveev
e8c5a591a4 getSemanticDiagnostics 2016-06-15 13:05:55 -07:00
Vladimir Matveev
9775ce03ef merge with origin/master 2016-06-14 18:02:54 -07:00
Vladimir Matveev
c3b1645868 fix tests issues 2016-06-14 17:51:19 -07:00
Vladimir Matveev
adb726643a add cancellation support 2016-06-14 17:30:55 -07:00
Nathan Shively-Sanders
7890fd58b9 Merge pull request #9088 from Microsoft/add-members-to-variable-declarations-initialised-with-function-expressions
Add members to variable declarations initialised with function expressions
2016-06-14 11:37:36 -07:00
Nathan Shively-Sanders
57f66b8efa Merge pull request #9148 from Microsoft/add-isDefinition-to-references
Add isDefinition to references
2016-06-14 11:12:53 -07:00
Daniel Rosenwasser
8917ddf8a1 Merge pull request #9151 from Microsoft/commonjsShorthands
Fix emit for shorthand properties when they refer to CommonJS exports.
2016-06-14 10:32:20 -07:00
Nathan Shively-Sanders
102a890214 Use isLiteralComputedPropertyDeclarationName 2016-06-14 10:27:36 -07:00
Andy
13a0f5905d Merge pull request #9159 from Microsoft/code_completion_escaping
Code completion escaping
2016-06-14 10:21:40 -07:00
Andy Hanson
6b05ecab5b Fix bug: do unescaping in the right place, so that it only affects escaped javascript identifiers 2016-06-14 09:39:48 -07:00
Nathan Shively-Sanders
7bf40c4935 Add more isDefinition tests and fix computed property bug 2016-06-14 09:39:30 -07:00
Nathan Shively-Sanders
792b23edc2 Make isDefinition required.
For the deprecated getOccurrencesAtPosition, isDefinition is always false.
2016-06-14 08:48:26 -07:00
Andy Hanson
1b4b01eed5 Unescape identifiers used in code completion 2016-06-14 08:13:55 -07:00
Andy Hanson
33e4c7a9a3 Respond to PR comment 2016-06-14 06:50:44 -07:00
Andy Hanson
f6cee27af9 Emit 'Promise' decorator metadata return type for async methods 2016-06-14 06:11:00 -07:00
Andy
b92a8f2b53 Merge pull request #9144 from Microsoft/decorator_metadata_rest_parameter
Fix decorator metadata emit for rest arg with no type
2016-06-14 05:43:24 -07:00
Wesley Wigham
9d023a83fe Merge pull request #9090 from weswigham/allow-empty-lists-command-line
Allow empty lists on command line
2016-06-14 00:29:15 -07:00
Daniel Rosenwasser
eae289c7b7 Emit 'exports.' if the shorthand is a general export. 2016-06-13 23:33:47 -07:00
Vladimir Matveev
bd646d1142 enable document highlighting" 2016-06-13 16:56:26 -07:00
Ryan Cavanaugh
f9923efd09 Merge pull request #9095 from RyanCavanaugh/implicitTypeReferences
Implicit type inclusion changes
2016-06-13 16:33:22 -07:00
Vladimir Matveev
70aacef818 added gotodef 2016-06-13 16:18:16 -07:00
Vladimir Matveev
23c6fac592 added sighelp 2016-06-13 15:02:54 -07:00
Ryan Cavanaugh
29f5291453 Refactor 2016-06-13 14:37:07 -07:00
Ryan Cavanaugh
b10d93291f Absolute-ify paths in both places 2016-06-13 14:20:31 -07:00
Vladimir Matveev
7b53afa0bf [WIP] completions 2016-06-13 13:49:29 -07:00
Nathan Shively-Sanders
ac9e617e5e Test isDefinition 2016-06-13 13:23:32 -07:00
Nathan Shively-Sanders
5a7f7469ea Add isDefinition to ReferenceEntry
Clients can now easily tell if the reference is to a definition or a
usage.
2016-06-13 13:21:47 -07:00
Andy Hanson
c0c707c37f Fix decorator metadata emit for rest arg with no type 2016-06-13 13:16:13 -07:00
Vladimir Matveev
9a1790e996 added logging to stderr, add command for full quickinfo 2016-06-13 10:54:45 -07:00
Nathan Shively-Sanders
8b093128b3 Merge pull request #9036 from Microsoft/primitive-type-guards-are-order-independent
Primitive type guards are order independent
2016-06-13 10:52:06 -07:00
Mohamed Hegazy
6f63799151 Merge pull request #9129 from plantain-00/minor_fix_add_missing_return_clause
minor fix: add missing return clause
2016-06-13 10:21:17 -07:00
Ryan Cavanaugh
6702e651a3 CR changes 2016-06-13 10:15:29 -07:00
Ryan Cavanaugh
e8ac1abbd6 Baseline fix, CR comments, lint 2016-06-13 09:33:49 -07:00
Yui
fb050f17f6 Use camel-case instead of snake-case (#9134) 2016-06-13 09:23:37 -07:00
york yao
61534225e5 minor fix: add missing return clause 2016-06-13 18:48:39 +08:00
Vladimir Matveev
c14398317a WIP - quickinfo 2016-06-10 16:56:15 -07:00