jhipster / jhipster-ide

An IDE for the JHipster Domain Language
https://jhipster.github.io/jhipster-ide
126 stars 36 forks source link

Keyword not recognized #401

Open jsturnio opened 1 year ago

jsturnio commented 1 year ago

Describe the bug The Jhipster JDL extension in Visual Code does not recognize "with builtInEntity"

To Reproduce Steps to reproduce the behavior:

  1. In any JDL file define the following:

    relationship OneToOne {
    EntityA{user(login) required} to User **with builtInEntity**
    EntityB{usuario(login) required} to User **with builtInEntity**
    }
  2. All the code is marked with error, 'with builtInEntity' is not recognized

Expected behavior No errors in jdl parser when this definition is used

Screenshots

image

Desktop (please complete the following information):

colameo commented 1 year ago

@jsturnio it's in the scope of the actual planned release (I just need some time as I am very busy with my client projects ... 😅)