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

Commit 1cffd22

Browse files
authored
add installation instructions for jetbrains ides (#26)
1 parent 52fe3d4 commit 1cffd22

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ or **use yarn**:
3131
yarn add -D typescript-deno-plugin typescript
3232
```
3333

34+
### With JetBrains IDEs
35+
36+
Prerequisite: Follow manual installation instructions as described in [VSCode install](/With-VS-Code).
37+
38+
1. Open TypScript preferences:
39+
40+
`Preferences | Languages & Frameworks | TypeScript`
41+
42+
2. Change the TypeScript path to the local installed typescript path e.g. `~/myapp/node_modules/typescript`
43+
44+
*Tested with WebStorm. Hypothetically, should run in all JetBrains IDEs.*
45+
3446
### Configuration
3547

3648
After install typescript-deno-plugin, Then you can add a `plugins` section to your [tsconfig.json](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html).

0 commit comments

Comments
 (0)