redhat-developer / quarkus-ls

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

{if !inject:beanName}{/if} is marked as invalid #835

Closed angelozerr closed 1 year ago

angelozerr commented 1 year ago

{if !inject:beanName}{/if} is marked as invalid

Fixes #828

angelozerr commented 1 year ago

This PR fixes the false validation with !

But there is a problem with completion.

{#if !| }

doesn't show inject if completion is triggered after ! .

angelozerr commented 1 year ago

But there is a problem with completion.

It should be fixed now.