Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
enable compl, def and symbols for typescript plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 4, 2019
1 parent 723310c commit cdca735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/TypeScriptPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export class TypeScriptPlugin
enable: true,
diagnostics: { enable: true },
hover: { enable: true },
completions: { enable: true },
definitions: { enable: true },
documentSymbols: { enable: true },
};

private host!: Host;
Expand Down

0 comments on commit cdca735

Please sign in to comment.