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

Code completion of citrus: functions #14

Closed
picimako opened this issue Dec 25, 2023 · 1 comment
Closed

Code completion of citrus: functions #14

picimako opened this issue Dec 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@picimako
Copy link
Owner

picimako commented Dec 25, 2023

Summary

Citrus provides dedicated, so-called functions for generating data at various locations. These are prefixed with citrus:. To simplify the discovery of these functions, code completion could be implemented.

Tasks

  • Implement code completion to suggest the list of available Citrus functions.
  • The completion would be invoked in string literals where the preceding text is citrus:, and ideally citrus:.* with arbitrary text after the prefix for which it is true that at least one of the functions start with that text.
  • For now, it would work only in the Java DSL.
  • For now, it would not support custom function prefixes.

Resources

@picimako picimako added the enhancement New feature or request label Dec 25, 2023
@picimako picimako self-assigned this Jan 1, 2024
@picimako picimako added this to the v1.0.5 milestone Jan 1, 2024
@picimako
Copy link
Owner Author

picimako commented Jan 2, 2024

Completed in v1.0.5.

function_code_completion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant