https://github.com/k-kuroguro/vscode-numworks
VSCode extension to makes it possible to simulate numworks calculator.
https://github.com/k-kuroguro/vscode-numworks
numworks vscode vscode-extension
Last synced: about 1 year ago
JSON representation
VSCode extension to makes it possible to simulate numworks calculator.
- Host: GitHub
- URL: https://github.com/k-kuroguro/vscode-numworks
- Owner: k-kuroguro
- License: mit
- Created: 2021-09-27T10:50:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T13:17:58.000Z (over 1 year ago)
- Last Synced: 2025-03-28T14:01:43.912Z (about 1 year ago)
- Topics: numworks, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 5.98 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Numworks Simulator
[](https://marketplace.visualstudio.com/items?itemName=k-kuroguro.numworks-simulator)
[](https://github.com/k-kuroguro/vscode-numworks/actions/workflows/test.yaml)
[](https://opensource.org/licenses/MIT)
This extension makes it possible to simulate numworks calculator in vscode.

## Feature
- Run Numworks simulator (full or python).
- Reload simulator automatically when changes in the script are detected.
## Usage
### Full Simulator
Execute `Numworks Simulator: Run Simulator`.
Note: This command doesn't load any script.
### Python Simulator
1. Open python file.
2. Execute `Numworks Simulator: Run Python Simulator` or `Numworks Simulator: Run Python Simulator at the Side` or click run button in editor title menu.
Note: If you need to import from other scripts, make sure to set `allowMultipleScripts` to true. This enables loading sibling scripts as well.
# Settings
| Name | Description | type | default |
| ----------------------------------------- | --------------------------------------------------------------- | ------- | ------- |
| `numworks-simulator.allowMultipleScripts` | Control whether to load all sibling scripts of the open script. | boolean | false |