6
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.
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.