-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qute support for multi module project doesn't work #1164
Comments
I was about to open a new issue but i will post it here since it seems relevant. Assume you have the following template {#include root.html }
{/include} The root.html is defined in another project. When i press Ctrl and hover with the mouse the |
@gbourant Can you attach sample projects? |
Sure @fbricon, soon it will be available. |
Alright, the project is available here: Just run So the
hi from root template in project-a
<p>{#insert /}</p>
{#include root}
message from project-b
{/include} So you should something like this: Now you should be able to reproduce it. ( if it doesn't work remember to load maven changes ) |
Thanks @gbourant for sharing a sample with Qute multi module. Your usecase is not trivial but it highlights that we need to load dependencies between project too in redhat-developer/quarkus-ls#930 |
I have supported multiple project on Qute language Server and JDT side in redhat-developer/quarkus-ls#940 See demo with vscode at redhat-developer/quarkus-ls#940 (comment) Once this PR will be merged,I will create a PR for IJ to consume the Qute Language server which supports multi module and implement the new services on IJ side which need to collect a lits of Qute projects coming from multimodules |
Fixes redhat-developer#1164 Signed-off-by: azerr <[email protected]>
Fixes redhat-developer#1164 Signed-off-by: azerr <[email protected]>
Fixes #1164 Signed-off-by: azerr <[email protected]>
@ia3andy please be aware that multi module project with Qute doesn't work (you need to open the Qute project and not a project which could have one / several Qute module)
To fix this issue, it requires some work on Qute LS redhat-developer/quarkus-ls#930
The text was updated successfully, but these errors were encountered: