Releases: austincrft/sublime-gherkin-auto-complete-plus
Releases · austincrft/sublime-gherkin-auto-complete-plus
1.2.2
Updated Simplified Chinese and Russian keywords (thanks, @kuntashov)
1.2.1
Changes
- Added support for the keyword
*
. When this keyword is used, it will be available for all step-types (Given
,When
,Then
). Conversely, all steps will be available in the suggestions when the line starts with*
.
1.2.0
Changes
- There is a new Sublime Text command for fuzzy-searching through the catalogued auto-complete suggestions.
- It is no longer necessary to specify the feature file directories explicitly. Any folders open in Sublime Text will be searched recursively for
*.feature
filesThis will help users that have more than one project with Gherkin steps. This way, steps from a different project won't pollute the auto-complete list. (NOTE: additional directories can be specified via thefeature_file_directories
option). - For large projects where recursively checking the filetree for
*.feature
files would cause poor performance, there is anignore_open_directories
option. If this option is selected, only the directories in thefeature_file_directories
will be scanned.
1.1.0
Changes
- The package no longer checks if you're in the provided Gherkin syntax to update steps. Instead, it verifies
that you are in a*.feature
file. (thanks @Asuza) - Logging has been added. You can now specify a logging level to get info about the package as it's running.
The default is ERROR, which will only output the the Sublime Text console if an error occurs.
For more information on these changes, view the README at
https://github.com/austincrft/sublime-gherkin-auto-complete-plus
1.0.4
Fixed bug, added tests
1.0.3
Added Cucumber Steps.tmLanguage
from the cucumber-sublime-bundle
1.0.2
Fix for Default settings not opening properly
1.0.1
Import and package name fix
1.0.0
First release