Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete on suite parameters still doesn't work if suite is defined in other than current file #226

Closed
dowei87 opened this issue Feb 11, 2019 · 0 comments

Comments

@dowei87
Copy link

dowei87 commented Feb 11, 2019

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

S1artie added a commit that referenced this issue Feb 22, 2019
...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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants