ts-docstr icon indicating copy to clipboard operation
ts-docstr copied to clipboard

A document string minor mode using tree-sitter

Results 5 ts-docstr issues
Sort by recently updated
recently updated
newest added

Hi! As you probably know, emacs29 includes built in support for tree-sitter grammars with a library called `treesit`. Unfortunately it's incompatible with the older out-of-tree `tree-sitter.el` that this package is...

This package looks very promising. When I try `ts-docstr-at-point` I get the error `Language is either not supported or WIP... c++mode`. I load `tree-sitter` and `ts-docstr` as follows: ```elisp (use-package...

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 3.0.0. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/login-action#593 Bump @​actions/core...

dependencies

If a C function is declared like: ``` struct point { int x; int y; }; int foo(struct point p) { return p.x + p.y; } ``` `ts-docstr-at-point` will fail...

bug

It'd be nice if this package could support the yasnippet format for fields like function summaries and argument descriptions. Numpydoc features it as an option, see GIF towards the bottom...