Commit Graph

286 Commits

Author SHA1 Message Date
Daniel Rosenwasser
a87685b0d2 Simply use source text from now on. 2014-09-29 17:58:58 -07:00
Daniel Rosenwasser
a98cca7723 Properly support string-literal property names and escape external module names. 2014-09-25 13:10:04 -07:00
Daniel Rosenwasser
1e884a96e9 Merge branch 'master' into navbar 2014-09-24 10:41:33 -07:00
Daniel Rosenwasser
3457d87aea Merge branch 'master' into navbar
Conflicts:
	src/services/services.ts
2014-09-24 10:40:59 -07:00
Daniel Rosenwasser
dc9c3e168b Merge pull request #731 from Microsoft/acknowledgeTrivia
Use the 'skipTrivia' scanner flag for lexical classification
2014-09-24 13:39:50 -04:00
Cyrus Najmabadi
d6fc3fc2da Code review feedback. 2014-09-23 15:41:04 -07:00
Cyrus Najmabadi
352cc0ef13 Merge branch 'master' into classifiedQuickInfo 2014-09-23 13:55:18 -07:00
Daniel Rosenwasser
1c73189fa1 No longer create an entire scanner when performing line classification. 2014-09-23 13:54:56 -07:00
Daniel Rosenwasser
d93c28efb2 Process unterminated multiline comments the same way we handle multiline strings. 2014-09-23 13:47:28 -07:00
Daniel Rosenwasser
292cfc8721 Use the 'skipTrivia' scanner flag for lexical classification. 2014-09-23 12:30:23 -07:00
Daniel Rosenwasser
2c99556b31 Use push.apply to push multiple elements. 2014-09-23 08:18:37 -07:00
Daniel Rosenwasser
36308fd493 Inlined 'getMatchSpans'. 2014-09-22 19:03:13 -07:00
Daniel Rosenwasser
3ffed28a1d Moved brace matching code into services.ts 2014-09-22 13:34:35 -07:00
Daniel Rosenwasser
1be4fe1b61 Addressed code review feedback. 2014-09-22 12:00:45 -07:00
Daniel Rosenwasser
be373647d0 Addressed CR feedback. 2014-09-22 11:43:52 -07:00
Daniel Rosenwasser
20f0860821 Moved to new tree for brace matching. 2014-09-22 10:35:06 -07:00
Cyrus Najmabadi
cfac0be7b8 Show documentation comments in quick info. 2014-09-22 01:26:52 -07:00
Cyrus Najmabadi
f4cdbfab18 Add support for getting the doc comment from a symbol. 2014-09-22 00:05:39 -07:00
Cyrus Najmabadi
e3609e20af Rename Comment->CommentRange. 2014-09-21 14:52:51 -07:00
Cyrus Najmabadi
276a735347 Include the values of constant enums in quick-info. 2014-09-21 14:25:09 -07:00
Cyrus Najmabadi
fae7a3560e Provide capability to ask the checker what the constant value of an enum member is. 2014-09-21 13:58:15 -07:00
Cyrus Najmabadi
89eff5608d Merge branch 'master' into classifiedQuickInfo 2014-09-20 14:43:30 -07:00
Cyrus Najmabadi
4143c242b5 Remove unnecessary indent. 2014-09-19 18:15:27 -07:00
Cyrus Najmabadi
940951680a Update quickinfo formatting. 2014-09-19 17:33:25 -07:00
Cyrus Najmabadi
82160d1a88 Tweak the appearance to match the old managed LS behavior. 2014-09-19 17:10:44 -07:00
Cyrus Najmabadi
b43c123b53 More quick info work. 2014-09-19 16:49:58 -07:00
Cyrus Najmabadi
b0c55b2389 Hook up quick info shims. 2014-09-19 15:32:27 -07:00
Cyrus Najmabadi
c3944635dd Flash out QuickInfo implementation. 2014-09-19 15:21:55 -07:00
Daniel Rosenwasser
01d93b22ba External module items now display their base file name in quotes. 2014-09-19 13:54:41 -07:00
Cyrus Najmabadi
f97bb60d6a Initial work on classified quick info. 2014-09-19 13:07:06 -07:00
Daniel Rosenwasser
84c1d03dd2 Removed duplicate 'getNodeModifiers'. 2014-09-18 16:52:22 -07:00
Cyrus Najmabadi
0e9134788a Port fidelity changes to github. 2014-09-18 15:37:16 -07:00
Daniel Rosenwasser
fc344eeef9 Merge branch 'master' into navbar
Conflicts:
	tests/baselines/reference/parserEqualsGreaterThanAfterFunction1.errors.txt
	tests/baselines/reference/parserEqualsGreaterThanAfterFunction2.errors.txt
2014-09-18 15:24:52 -07:00
Yui T
3721382933 Merge branch 'master' into reportDeclarationEmitErrors 2014-09-18 14:08:26 -07:00
Yui T
c91c52de39 Clarify comments 2014-09-18 14:07:48 -07:00
Mohamed Hegazy
7aac8d5161 Merge pull request #689 from Microsoft/todoComments
Migrate getTodoComments to use the new tree
2014-09-18 14:03:46 -07:00
Mohamed Hegazy
831d26f3dd respond to code review comments 2014-09-18 13:59:59 -07:00
Yui T
360d332bd4 Address code-review comments 2014-09-18 13:50:38 -07:00
Yui T
48002d4d48 Fix language service; doesn't capture declaration emit errors 2014-09-18 12:41:41 -07:00
Daniel Rosenwasser
915a27fc1a Added helper function for creating child items. 2014-09-18 12:36:06 -07:00
Vladimir Matveev
7188ab69b2 add 'skipTrivia' parameter to scanner 2014-09-17 23:59:53 -07:00
Daniel Rosenwasser
be18ada22f Finally using new tree. 2014-09-17 18:13:06 -07:00
Mohamed Hegazy
eb01e92442 respond to code review comments 2014-09-17 17:42:03 -07:00
Mohamed Hegazy
beb2725f11 Merge pull request #676 from Microsoft/completionFixes
Completion fixes
2014-09-17 17:31:30 -07:00
Mohamed Hegazy
9e00693163 respond to code review comments 2014-09-17 17:28:03 -07:00
Cyrus Najmabadi
2eb14aa7ca Merge branch 'master' into getRenameInfo
Conflicts:
	src/services/services.ts
2014-09-17 15:36:26 -07:00
Mohamed Hegazy
deaa58b1a0 Merge branch 'master' into completionFixes
Conflicts:
	tests/baselines/reference/enumConflictsWithGlobalIdentifier.errors.txt
	tests/baselines/reference/enumMemberResolution.errors.txt
2014-09-17 14:44:17 -07:00
Cyrus Najmabadi
a1ca10d380 Address CR feedback. 2014-09-17 12:33:32 -07:00
Daniel Rosenwasser
d6888b2834 Moved nav bar functionality into more 'functional' style. 2014-09-17 11:59:59 -07:00
Mohamed Hegazy
eeefae0bfb move helper functions inside the scope of the main function 2014-09-17 11:58:08 -07:00