influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate client library code for scripts from the tree view

rickspencer3 opened this issue · comments

if a user right-clicks on a script in the tree view, vscode should offer to generate client library code that would invoke that script. If the user drags a script from the tree view onto a code file, it should generate the client library code in the correct language.

Which languages should we support to start with?

Python of course ;)