I want to have an extension from visual studio code which auto format content under Examples section as below.
This is for behave framework. Below code depicts scenario outline.
Given I put <thing> in a blender,
when I switch the blender on
then it should transform into <other thing>
Examples: Amphibians
| thing | other thing |
| Red Tree Frog | mush |
I have a long list of arguments and it is very tedious to work with that.
Note: I currently use these extensions
What I tried: I tried numerous code formatter extensions none of which support this requirement.
Thanks in advance
The Format document option by the Visual studio code does what is intended.