redhat-developer / quarkus-ls

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

Qute parser doesn't infer method call result type `{inject:flash.get('name')}` #868

Open fbricon opened 1 year ago

fbricon commented 1 year ago

As seen in https://github.com/ia3andy/renotes/blob/web-bundler/src/main/resources/templates/Notes/notes.html#L58 and https://github.com/ia3andy/renotes/blob/web-bundler/src/main/resources/templates/Notes/notes.html#LL66C29-L66C132

Screenshot 2023-05-15 at 16 53 04

@ia3andy's renotes app (web-bundler branch) requires Quarkus Web Bundler to first be cloned and built locally (mvn install -DskipTests) NO LONGER NECESSARY

ia3andy commented 1 year ago

thanks @fbricon I am currently releasing the bundler

ia3andy commented 1 year ago

Ok I've updated the project, it now works oob