Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyanzhong/vscode-jsbox
JSBox Development Utilities on VSCode
https://github.com/cyanzhong/vscode-jsbox
jsbox vscode xteko
Last synced: 2 months ago
JSON representation
JSBox Development Utilities on VSCode
- Host: GitHub
- URL: https://github.com/cyanzhong/vscode-jsbox
- Owner: cyanzhong
- Created: 2017-12-08T16:19:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T04:50:51.000Z (about 3 years ago)
- Last Synced: 2024-04-09T14:23:14.265Z (9 months ago)
- Topics: jsbox, vscode, xteko
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Ying.jsbox
- Size: 97.7 KB
- Stars: 81
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# JSBox
JSBox Development Utilities on VSCode!
This is a VSCode extension for [JSBox](https://docs.xteko.com), it provides useful features like `syntax highlighting`, `auto completion` etc.
The most important is, when you save a script on VSCode, it runs on your iPhone automatically!
## Extension Settings
Note: Make sure your iPhone and computer are on the same Wi-Fi.
On iPhone, turn on debug mode of JSBox and restart the app, you can see the `Host` in the settings view.
On VSCode, you need to set `jsBox.host`:
* `JSBox configuration` -> `jsBox.host`: web server host
There are also two super easy ways to setup host:
- Click menu button at the top-right corner of your editor panel, there's a `Set Host` item
- Trigger VSCode command with `command+shift+p`, type sethost then execute the commandIf you don't want to sync source file automatically, you can set `jsBox.autoUpload` to `false`.
## Don't like VSCode?
Try [jsbox-cli](https://github.com/Dreamacro/jsbox-cli)! This is a cli tool which is made by [Dreamacro](https://github.com/Dreamacro).
## Contacts
- [GitHub](https://github.com/cyanzhong/vscode-jsbox)
- [Docs](https://docs.xteko.com)
- [Email](mailto:[email protected])## Release Notes
### 0.1.0
Initial release