An open API service indexing awesome lists of open source software.

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

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.