You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,18 @@ or **use yarn**:
31
31
yarn add -D typescript-deno-plugin typescript
32
32
```
33
33
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
+
34
46
### Configuration
35
47
36
48
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