When constructing stuff such as a CSS url for a project resource, IDEA can display autocompletion with asset previews (extremely helpful). However, the root of this autocompletion is {project}/resources, not {project}/resources/public, meaning the autocompleted path starts with /public which has to be removed for the resource to be found at runtime. Even so, the autocompletion is still useful if you want to browse, you just have to remember to remove the prefix once you select your resource.
Is this something the Kobweb IDE plugin could fix?

When constructing stuff such as a
CSS urlfor a project resource, IDEA can display autocompletion with asset previews (extremely helpful). However, the root of this autocompletion is{project}/resources, not{project}/resources/public, meaning the autocompleted path starts with/publicwhich has to be removed for the resource to be found at runtime. Even so, the autocompletion is still useful if you want to browse, you just have to remember to remove the prefix once you select your resource.Is this something the Kobweb IDE plugin could fix?