Skip to content

Commit

Permalink
improve plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Oct 17, 2023
1 parent 54ad3e6 commit 26db492
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ This IntelliJ Platform plugin adds a run configuration template for TypeScript.
- Allows 'Current File' run configuration for TypeScript (`.ts`) files
- Supports TypeScript scratch files
- Supports selecting a TypeScript project file (`.tsconfig`)
- Supports selecting your TypeScript Execute package of choice. Supported packages:
- `ts-node`
- `tsx`
- `esno` (which is actually `tsx`)
- Supports choosing a particular loader (e.g. CJS only, ESM only) for your package of choice
- Supports debugging

### Future Features
These features can be implemented if interest is shown for them.
- 'Run interactively' run configuration analogous to 'Run in Python Console'
- Bun runtime support

<!-- Plugin description end -->

## Dependencies
Expand Down

0 comments on commit 26db492

Please sign in to comment.