Files
vscode/extensions/typescript-language-features
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-05-31 17:22:36 -07:00
2018-09-04 12:29:23 +02:00
2018-07-31 22:40:25 -07:00
2018-09-06 14:44:33 +02:00

Language Features for Typescript and Javascript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Typescript in Visual Studio Code and Javascript in Visual Studio Code to learn about the features of this extension.