cursorless
cursorless copied to clipboard
Flesh out Clojure support
#375 adds preliminary support for Clojure, along with lots of tests, but it needs to be tried by a real Clojure user to see if it feels right, and it is missing a few aspects:
- [ ] Handle formal function parameters for
argumentOrParameter - [ ] Handle
letdeclarations, defs, etc by supportname/valueparity pairs like we do forkey/valuein map literals - [ ] Have "value" select the body of a function, branches of "if statement", etc