Implementing TreeView in an extension #4880
Unanswered
NoahTheDuke
asked this question in
Q&A
Replies: 1 comment 3 replies
-
coc-clangd uses tree virw to display AST, hope this can help you https://github.com/clangd/coc-clangd/blob/master/src/ast.ts |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement TreeView in coc-clojure, and the documentation + types isn't enough for me to figure it out. There aren't any examples in the tests, just a lot of unit tests. Has anyone implemented TreeView in an extension so I can see an example?
Beta Was this translation helpful? Give feedback.
All reactions