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

Provide completion of possible attributes, once some attribute is set #162

Open
tsedmik opened this issue Oct 10, 2018 · 0 comments
Open
Labels
IMPROVEMENT New feature or an enhancement of current feature

Comments

@tsedmik
Copy link
Member

tsedmik commented Oct 10, 2018

If I want to add to an endpoint more then one attribute, I have type & to separate attributes manually.
completion

It would be great if the Camel Language Server will recognize this situation and provide completion for another attribute. Once the user confirms his/her choice, it adds the desired attribute with &

Timer example:

  1. uri="timer://foo?period=500
  2. invoke code completion feature right behind 500
  3. code completion assistant appears and user select delay attribute
  4. uri="timer://foo?period=500&delay=1000
@tsedmik tsedmik added the IMPROVEMENT New feature or an enhancement of current feature label Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IMPROVEMENT New feature or an enhancement of current feature
Projects
None yet
Development

No branches or pull requests

1 participant