Skip to content
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

Imported modules support #155

Open
CanOfBees opened this issue Feb 24, 2022 · 1 comment
Open

Imported modules support #155

CanOfBees opened this issue Feb 24, 2022 · 1 comment

Comments

@CanOfBees
Copy link
Contributor

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,'/')

module-import

@rhdunn
Copy link
Owner

rhdunn commented Aug 13, 2022

This is on my roadmap.

I have code to read zip and file based packages. I need to add logic to configure and manage package directories and then find the associated packages in those directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants