cody
cody copied to clipboard
Edit: Add more language support for `getEnclosingFunction`
What:
We currently use Tree-sitter to expand to the nearest enclosing function for JS/TS/Go & Python.
We should expand this to more languages
How:
- Prioritise languages based on the highest usage (use autocompletion suggestions data)
- Add tree-sitter queries and tests for each one