CircleCI JetBrains plugin
Manish
Idea around being able to test config changes faster.
I have recently been playing with rust on WebStorm. I love this feature where I can write a function and this play icon appears on the left before the function name to run the function. Also the same when writing unit test with jest, mocha, etc.
I think it would be cool if we could have this play button in the circle ci config json to do something similar.
Imagine we can setup a workflow and press play next to it to in order to test it. Paradise in my mind.
B
Benedetta Dal Canton
Hi Manish, thanks for your comment!
I understand you are a WebStorm user and this isn't really what you're looking for, but we have actually just released the feature you're referring to in VS Code in Closed Preview (at the moment available for organizations on a free plan).
It would be great to have your feedback on it, if you're willing to give it a try!
More info here: https://discuss.circleci.com/t/announcing-a-new-way-to-test-run-your-config-from-vs-code-closed-preview/50046/1
Manish
I like the npm plugin. It allows me to see all scripts available in my JS projects and I can run them with double click and this will open a new tab with further options like to stop the scriot, re run the script and so on.
The way we us CI is to call npm scripts we setup in the package.json. It would be cool if you can provide auto complete when we start writing the run command. e.g.
npm run ...
and then you list all the scripts available.