https://github.com/pouyakary/orchestra-connector-vscode
Orchestra Connector for Visual Studio Code let's you load files from vscode js comments into Orchestra with a simple alt+q command
https://github.com/pouyakary/orchestra-connector-vscode
karyfoundation kf-orchestra orchestra orchestra-connector orchestra-language plugin vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Orchestra Connector for Visual Studio Code let's you load files from vscode js comments into Orchestra with a simple alt+q command
- Host: GitHub
- URL: https://github.com/pouyakary/orchestra-connector-vscode
- Owner: pouyakary
- Created: 2016-10-07T00:01:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T00:02:46.000Z (over 8 years ago)
- Last Synced: 2024-12-25T17:42:20.700Z (6 months ago)
- Topics: karyfoundation, kf-orchestra, orchestra, orchestra-connector, orchestra-language, plugin, vscode, vscode-extension
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orchestra Connector for Visual Studio Code
If you use a comment in your files like this:
```
// /path/to/the/quartet/file/of/myRegEx/file.quartet
let myRegEx = /something/g;
```
If you place the caret on either comment line or the regex line and press `alt+q`, Connector will open the Quartet in an Orchestra window and then when you save the file it will update your code.