I am using specflow with visual studio. Is there any shortcut key to auto format feature file code.
PLatform: Windows 10 Visual Studio 2017
I am using specflow with visual studio. Is there any shortcut key to auto format feature file code.
PLatform: Windows 10 Visual Studio 2017
Use Ctrl+ K+ D
to format on visual studio
The code formatting in VS Code is:
On Windows Shift + Alt + F On Mac Shift + Option + F On Ubuntu Ctrl + Shift + I
You can use the search functionality in the editor to find other useful commands Ctrl +Shift+ P
Currently there is no function to reformat a whole feature file in Visual Studio when you install the SpecFlow VS Extension.