https://github.com/saschpe/vscode-nc-hops
NC-HOPS® support for Visual Studio Code
https://github.com/saschpe/vscode-nc-hops
camera hops json nc-hops typescript vscode yaml
Last synced: about 1 month ago
JSON representation
NC-HOPS® support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/saschpe/vscode-nc-hops
- Owner: saschpe
- License: apache-2.0
- Created: 2018-12-29T09:04:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T18:59:27.000Z (over 7 years ago)
- Last Synced: 2025-10-25T05:03:17.730Z (8 months ago)
- Topics: camera, hops, json, nc-hops, typescript, vscode, yaml
- Language: TypeScript
- Size: 652 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=saschpe.nc-hops)
[](https://marketplace.visualstudio.com/items?itemName=saschpe.nc-hops)
[](https://marketplace.visualstudio.com/items?itemName=saschpe.nc-hops)
# NC-HOPS support for Visual Studio Code
Syntax support for the HOPS CAM language.
## Features
* Folding
* Code snippets
* Syntax highlighting
## Installation
You can install the plugin by searching for [HOPS Language extension](https://marketplace.visualstudio.com/items?itemName=saschpe.nc-hops) in the extensions market place, or by entering
```
ext install saschpe.nc-hops
```
in to the command palette.
## Contributing
We welcome any contributions to help make the extension better. There are several ways you can contribute.
1. By reporting [issues](https://github.com/saschpe/vscode-nc-hops/issues)
2. Making feature [requests](https://github.com/saschpe/vscode-nc-hops/issues)
3. Or by contributing code
> Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
### Convert tmLanguage YAML to JSON
```
npm install js-yaml
npx js-yaml syntaxes/hops.tmLanguage.yaml > syntaxes/hops.tmLanguage.json
```
## Credits
* [Visual Studio Code](https://code.visualstudio.com/)
* [vscode-docs on GitHub](https://github.com/Microsoft/vscode-docs)
* [NC HOPS](https://www.dps-software.de/cam/nc-hops)