Fork me on GitHub
#vscode
<
2020-01-19
>
sogaiu19:01:19

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.