hmmm… it looks like autocomplete doesn’t work for clojure.data.xml aliased keywords
(xmln/alias-uri 'soap "<http://schemas.xmlsoap.org/soap/envelope/>")
Not sure if there’s anything to be done about it. The namespace and alias are set up dynamically.
I suppose I could actually make a corresponding namespace file and require it normally….
feels pretty :sadface:
I’m not seeing that with the release installed from the plugin repo, and no-one else has reported that. Can you send me the full stack trace from your log?
How does that work behind the scenes? Does it populate a namespace with things introspected from the schema, or something similar?
Actually, I just dug through the code a bit. Looks tricky, indeed.