https://github.com/maksimka101/dartpad
VS Code extension which allows you to use Dart Pad right in you editor
https://github.com/maksimka101/dartpad
Last synced: about 2 months ago
JSON representation
VS Code extension which allows you to use Dart Pad right in you editor
- Host: GitHub
- URL: https://github.com/maksimka101/dartpad
- Owner: Maksimka101
- License: mit
- Created: 2022-01-23T10:49:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T20:12:03.000Z (over 3 years ago)
- Last Synced: 2025-03-29T20:51:13.012Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.54 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DartPad
VS Code extension which allows you to use Dart Pad right in you current project.
It opens dart file located outside of your project which you can edit, run and debug.## Features
- Open Dart Pad with the command `Open Pure Dart Pad`
- Open Dart Pad in split view with the command `Open Pure Dart Pad in Split View`
- Open Dart Pad with installed packages with the command `Open Dart Pad`
- Open Dart Pad with installed packages in split view with the command `Open Dart Pad in Split View`

## Requirements
`dart` command should be available.
## Extension Settings
This extension contributes the following settings:
- `dartPad.dartPackages`: An array of packages which will be available in the Dart Pad.
Initial packages are `dio` and `uuid`## Known Issues
`Open Dart Pad` and `Open Dart Pad in Split View` commands add `Dart Pad workspace` to your project.
It is necessary for analyzer to "see" your packages and enable code completion for them.However `Open Pure Dart Pad` and `Open Pure Dart Pad in Split View` just opens single file in you editor
which you can run and in which you can use packages but without code completion.