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
If I want to add to an endpoint more then one attribute, I have type & to separate attributes manually.
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:
uri="timer://foo?period=500
invoke code completion feature right behind 500
code completion assistant appears and user select delay attribute
uri="timer://foo?period=500&delay=1000
The text was updated successfully, but these errors were encountered:
If I want to add to an endpoint more then one attribute, I have type
&
to separate attributes manually.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:
uri="timer://foo?period=500
uri="timer://foo?period=500&delay=1000
The text was updated successfully, but these errors were encountered: