You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse still does not provide any autocompletion for suite-parameters if the suite is in a different file.
Autocompletion for suite-parameters of suites in the sames file is working. Also autocompletion for return-parameters of suites in different files is working.
...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).
Eclipse still does not provide any autocompletion for suite-parameters if the suite is in a different file.
Autocompletion for suite-parameters of suites in the sames file is working. Also autocompletion for return-parameters of suites in different files is working.
This seems to be the same issue as in #47
The text was updated successfully, but these errors were encountered: