Matt Bierner d5bd9803bd Change behavior of jt/ts jsdoc completions
Changes how jsdoc completion works to reduce typing delays and hopefully avoid showing it for fewer false positives. Main changes

- Only show the completion item if typescript's docCommentTemplate returns something. This means that you won't see the completion item in cases like: `/** |a */`  or `/**|` anymore. However in the case of `/**|`, pressing return will still complete to the empty comment as expected

- Get the snippet for the completion early so there is no flash when accepting it
2018-09-10 15:41:07 -07:00
..
2018-08-29 15:28:22 -07:00
2018-09-04 12:29:23 +02:00
2018-09-10 15:26:57 +02:00
2018-09-06 14:44:33 +02:00
2018-09-06 14:44:33 +02:00
2018-09-06 14:44:33 +02:00
2018-08-29 01:10:38 +02:00
2018-09-06 14:44:33 +02:00
2018-08-28 16:49:39 +02:00
2018-09-06 14:44:33 +02:00
2018-08-29 01:10:38 +02:00
2018-09-06 15:31:51 +02:00
2018-08-31 22:54:17 +02:00
2018-08-31 22:54:17 +02:00