Description
Obviously, this feature request goes beyond syntax highlighting and autocompletion, but integrating the Nextflow console into VS Code via this extension would be both exciting and highly practical.
During development, I often reach a point where I need to test specific parts of my code or quickly write custom Groovy functions. Unfortunately, the current state of the Nextflow console is cumbersome, making navigation and usage difficult. Having an all-in-one system within VS Code would be much more efficient than constantly switching between the editor and the standalone console. A direct integration of the Nextflow console into VS Code would significantly improve the workflow.
Possible Implementation
There are already extensions for other programming languages, such as R and Python, that allow direct control of the console within VS Code and even enable the execution of individual code chunks with a "Run" button. While I'm not familiar with the backend requirements for such an implementation, it seems feasible to integrate the Nextflow console into VS Code in a similar way.