Commit Graph

920 Commits

Author SHA1 Message Date
Zhengbo Li
ecaf16df4b Merge pull request #4283 from zhengbli/JsDocIntellisense2
Add Intellisense to JsDoc
2015-08-21 16:08:37 -07:00
Ryan Cavanaugh
b6f38891f0 :rage1: debugger; 2015-08-21 14:46:32 -07:00
Ryan Cavanaugh
00d4b4cb50 Correctly identify JSX Expressions as Expression parent nodes
Fixes bug #4404
2015-08-21 14:43:14 -07:00
zhengbli
582b0aa31e parse jsdoc param tag even without a param name 2015-08-21 13:07:41 -07:00
Mohamed Hegazy
b395fb9f45 Merge branch 'master' into outFile
Conflicts:
	src/harness/fourslash.ts
2015-08-20 17:46:38 -07:00
Mohamed Hegazy
f95fcf9671 Emit tsx files correctelly in getEmitOutput calls 2015-08-19 22:18:32 -07:00
Schmavery
6f42e4164b Apply suggested fixes to arguments PR 2015-08-17 18:33:48 -07:00
Schmavery
2b3da9a49e Add arguments to completion list #4249 2015-08-17 17:13:17 -07:00
zhengbli
2a3867a742 CR feedback. Add more tests. 2015-08-17 15:35:27 -07:00
Vladimir Matveev
b6b735c0f2 merge with master 2015-08-17 14:38:24 -07:00
Vladimir Matveev
a88bfbd651 Merge branch 'master' into reuseAndCache 2015-08-17 14:36:17 -07:00
SaschaNaz
bcde56202e fix jsxelement formatting 2015-08-16 17:27:23 +09:00
Anders Hejlsberg
7376e4845d Merge pull request #4200 from Microsoft/unionPartialSignatures
Partial matches in union type signatures
2015-08-13 23:16:48 -07:00
Mohamed Hegazy
e34238cb92 Merge pull request #4305 from ToddThomson/SpaceWithinNonEmptyBrackets
Add Spacing for Nonempty Brackets Formatting Option
2015-08-13 15:00:13 -07:00
ToddThomson
0415cc7f68 Addresses PR comments
Removed all spaces from nonempty parenthesis in code for this PR.
Modified the input string for testing the
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets option in the
fourslash test.
2015-08-13 14:06:56 -07:00
ToddThomson
9146d9bc2f Add Spacing for Nonempty Brackets Formatting Option
User formatting option to add single space after opening and before
closing nonempty brackets.
2015-08-13 11:56:35 -07:00
SaschaNaz
f832bd20f2 fix class expression + expressionWithTypeArgument 2015-08-14 03:45:52 +09:00
zhengbli
ffaf8e08d9 Add test 2015-08-11 23:54:25 -07:00
Daniel Rosenwasser
9717427130 Merge pull request #4276 from SaschaNaz/typeAssertionFormattingFix
Fix generics/type-assertion formatting
2015-08-11 12:22:08 -07:00
SaschaNaz
dfcc1e6944 fix generics/type-assertion formatting 2015-08-11 23:47:44 +09:00
zhengbli
b3f0a2a2e4 Merge branch 'master' into JSDocCommentScaffolding 2015-08-10 12:55:45 -07:00
Vladimir Matveev
b4faf3c812 added missing test assets 2015-08-06 16:53:14 -07:00
Tien Nguyen
3f3aea1380 Fix mistyped occurrence. 2015-08-06 16:17:19 -07:00
Ryan Cavanaugh
085f0df455 Merge pull request #4096 from RyanCavanaugh/renameClosingTags
Fixes renaming not affecting JSX closing tags (#4093)
2015-08-06 15:42:58 -07:00
Ryan Cavanaugh
921dbb7043 Merge pull request #4099 from RyanCavanaugh/betterTsxCompletion
Offer JSX attribute intellisense between string-literal props
2015-08-06 15:42:50 -07:00
Anders Hejlsberg
07fd7ba8da Fixing fourslash test 2015-08-06 15:40:20 -07:00
Tien Nguyen
8a943ee56e Merge remote-tracking branch 'microsoft/master' into documentHighlights
Conflicts:
	src/harness/fourslash.ts
2015-08-06 14:35:05 -07:00
Tien Nguyen
bf7d923e09 Add filesToSearch to documentHighlights request. 2015-08-06 14:01:36 -07:00
Tien Nguyen
71e6f3a947 Address PR feedback. 2015-08-05 17:09:01 -07:00
Tien Nguyen
1cc0e5feee Always indent PropertyAccessExpression. 2015-08-05 15:03:49 -07:00
Tien Nguyen
8550c7de4e Address feedback. 2015-08-04 15:46:38 -07:00
Tien Nguyen
d53cfdcb5b Expose document highlighting to server. 2015-08-03 20:45:39 -07:00
Arthur Ozga
ae721d3a6f respond to cyrus 2015-08-03 16:03:15 -07:00
Arthur Ozga
9d26b4eb41 Fixed newline handling 2015-08-03 15:09:49 -07:00
Arthur Ozga
8d07c6929a rename feature 2015-08-03 14:28:21 -07:00
Ryan Cavanaugh
a45e9a91bf Also fix the case where we are to the right of a spread expr 2015-07-31 14:05:43 -07:00
Ryan Cavanaugh
0a832af33d Remove 'debugger' statement 2015-07-31 13:52:55 -07:00
Arthur Ozga
2540905075 refactoring 2015-07-31 11:58:52 -07:00
Arthur Ozga
082a5ade47 merged with master 2015-07-31 10:03:48 -07:00
Ryan Cavanaugh
f224b5022e Offer JSX attribute intellisense between string-literal props
and the closing tag. Fixes #4098
2015-07-31 00:36:47 -07:00
Ryan Cavanaugh
88a8d2bea8 Fixes renaming not affecting JSX closing tags (#4093) 2015-07-30 23:17:29 -07:00
unknown
450112d28a Remove debugger; 2015-07-27 17:45:18 -07:00
unknown
53e449c901 Allow tsconfig.json to be added to fourslash test. 2015-07-27 17:45:15 -07:00
Arthur Ozga
3b6fb32cd6 fixed a test 2015-07-24 17:55:32 -07:00
Arthur Ozga
45ddfa7c75 Simplified Tests 2015-07-24 15:28:28 -07:00
Arthur Ozga
fff2f7be22 Add Tests 2015-07-23 14:04:03 -07:00
Arthur Ozga
24b29f1fb7 Check if inside the declaration 2015-07-23 14:03:52 -07:00
Arthur Ozga
acb9401345 Fixed spelling error 2015-07-23 11:20:16 -07:00
Arthur Ozga
831c025890 Merged fourslash fix 2015-07-23 11:12:58 -07:00
Arthur Ozga
5e0f1a6cfa Merge branch 'master' into JSDocCommentScaffolding 2015-07-23 10:59:53 -07:00