Vinicius Akira
Vinicius Akira
This is the first step of ["Solution proposal for folding multiline comments with no indentation"](https://github.com/zed-industries/zed/discussions/31395): > 1. Add block_comment in the config.toml for the languages javascript, typescript, tsx. These are...
This is the second step of ["Solution proposal for folding multiline comments with no indentation"](https://github.com/zed-industries/zed/discussions/31395): > 2. Modify the function `crease_for_buffer_row` in `DisplaySnapshot` to handle multiline comments. `editor::fold` and `editor::fold_all`...
This PR implements the first five steps of #31395: > 1. Create `folds.scm` for JavaScript, TypeScript, TSX for comments only (for now) > Although the comments are already queried by...
The current example does not work. It suggests one can directly create a `genai.Part` from an image URL such as `https://storage.googleapis.com/cloud-samples-data/generative-ai/image/scones.jpg`, but it is not possible. One workaround is to...