vscode

Quiet in here? Check #calva-dev out :smiley:
2020-01-19T19:22:19.009900Z

the completion thing i was working on is also shadow-cljs-based atm it currently has one completionitemprovider that reads a tags file, another one that parses the current text editor content using @borkdude's edamame, and it uses @pez's wordPattern suggestion to aid generating other completion suggestions (not provider-based) i'm hoping this hybrid approach might be "good enough" for many use cases.