[add] fn completion

This commit is contained in:
Andy Bunce 2025-10-11 15:50:06 +01:00
parent 9894581d19
commit 24082ad97b
15 changed files with 123 additions and 56 deletions

4
test/context.xq Normal file
View file

@ -0,0 +1,4 @@
import module namespace ctx="lsp/context" at "../webapp/lsp/context.xqm";
ctx:functions("fn")!ctx:map(.)=>trace("AA")