Skip to content

Release 0.17.29

Compare
Choose a tag to compare
@S1artie S1artie released this 25 Feb 18:21
· 218 commits to master since this release
fixes #226: Autocomplete on suite parameters still doesn't work...

...if suite is defined in other than current file.

Autocomplete now works, and also evaluates documentation comments
(@param and @result fields), displaying them alongside the name in the
list.

This commit also introduces a validation, limiting each suite parameter
and result to only be used once in each suite invocation (duplicate
check).