Jenny Ames · Jun 21, 2016 go to post

I can imagine moving NTEs would be a common use case as v2 does provide a bit of optionality in implementation but if its the only place that's needed, using a Code Action makes sense to me! Thanks Liz!

Jenny Ames · Jun 8, 2016 go to post

To get the conversation started: One interesting way I've seen people use code actions is to comment out several actions while debugging. Since its not immediately apparent what is in a code block, you need to be careful to clean up your work when you are finished (potentially removing actions you no longer want as well as removing your code block) so others (and let's face it, you!) don't get confused later.