Skip to content

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

Open
@tsedmik

Description

@tsedmik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    IMPROVEMENTNew feature or an enhancement of current feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions