redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
43 stars 15 forks source link

Support linked editing range for start/end tag section #803

Closed angelozerr closed 1 year ago

angelozerr commented 1 year ago

Support linked editing range for start/end tag section

Fixes #802

angelozerr commented 1 year ago

After playing with linked editing range for start/end section, I think it is a bad idea because when you have this template:

{#for item in items}
{\for}

You dont want to replace for with if because there are not the same parameters between for and if.