This extension is inspired by gherkin-indent. This is an vscode extension for formatting Gherkin feature written by Korean.
- You will need to install Visual Studio Code 1.2.1 or higher.
- From the command palette
Ctrl+Shift+P
(Windows, Linux) orCmd+Shift+P
(OSX) select Install Extension, chooseGaji
and reload Visual Studio Code. - For Korean Coding Font is required to use this extension.
Apply Gaji
from the command palette Ctrl+Shift+P
(Windows, Linux) or Cmd+Shift+P
(OSX) to apply indentation for the .feature
files or you can use key shortcut Ctrl+Shift+F
(Windows, Linux) Cmd+Shift+F
(OSX).
This extension contributes the following settings:
gaji.format
: Sets the indent value. (default is4
). Note:stepIndent
includes step name length.
Feel free to contribute by posting issues or pull requests on Gaji
Enjoy it 😎