cursive

Issues at: https://git.io/cursive-issues
2021-06-24T14:49:59.088800Z

hmmm… it looks like autocomplete doesn’t work for clojure.data.xml aliased keywords

2021-06-24T14:50:11.089Z

(xmln/alias-uri 'soap "<http://schemas.xmlsoap.org/soap/envelope/>")

2021-06-24T14:51:04.089800Z

Not sure if there’s anything to be done about it. The namespace and alias are set up dynamically.

2021-06-24T14:51:32.090400Z

I suppose I could actually make a corresponding namespace file and require it normally….

2021-06-24T14:51:51.090700Z

feels pretty :sadface:

cfleming 2021-06-24T23:11:47.090900Z

https://twitter.com/CursiveIDE/status/1408201082979766276

🎉 3
cfleming 2021-06-25T08:25:36.092800Z

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?

cfleming 2021-06-24T23:12:54.091200Z

How does that work behind the scenes? Does it populate a namespace with things introspected from the schema, or something similar?

cfleming 2021-06-24T23:59:12.091400Z

Actually, I just dug through the code a bit. Looks tricky, indeed.