cody icon indicating copy to clipboard operation
cody copied to clipboard

Edit (Document): Support more languages for getDocumentableRanges

Open umpox opened this issue 1 year ago • 0 comments

What:

  • We currently support JS/TS/Python/Go for advanced documentation range and insertion point determination.

How:

  • Add tree-sitter queries for more languages, use the most popular languages by completions suggested to prioritise.
  • Some obvious candidates:
    • PHP
    • C++
    • C#
    • Java

umpox avatar Mar 22 '24 15:03 umpox