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

Commit cdca735

Browse files
committed
enable compl, def and symbols for typescript plugin
1 parent 723310c commit cdca735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/TypeScriptPlugin.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export class TypeScriptPlugin
5656
enable: true,
5757
diagnostics: { enable: true },
5858
hover: { enable: true },
59+
completions: { enable: true },
60+
definitions: { enable: true },
61+
documentSymbols: { enable: true },
5962
};
6063

6164
private host!: Host;

0 commit comments

Comments
 (0)