cody icon indicating copy to clipboard operation
cody copied to clipboard

Edit: Add more language support for `getEnclosingFunction`

Open umpox opened this issue 1 year ago • 0 comments

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:

  1. Prioritise languages based on the highest usage (use autocompletion suggestions data)
  2. Add tree-sitter queries and tests for each one

umpox avatar May 08 '24 13:05 umpox