-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi -
I'm not quite sure how to ask the question, but is there a way to get better support for imported modules - e.g. Go to declaration, ctrl+space completion, etc. I imagine that this isn't simple to integrate across implementations but was wondering if parts of this might be on the roadmap or worth discussing. Or maybe I have something misconfigured, and this functionality is already available!
Thanks for your help!
E.g.
xquery version "3.1";
import module namespace fnx = "http://www.functx.com";
declare variable $test := "/a/b/c/d";
fnx:substring-after-last($test,'/')
Reactions are currently unavailable
