Files
zed/docs/src
Antonio Scandurra 4c7f1032a4 Allow an initial prompt to be associated with inline assist (#14816)
Release Notes:

- Added the ability to create custom inline assist bindings that
pre-fill a prompt from your keymap, e.g.:
    ```json
    [
        {
            "context": "Editor && mode == full",
            "bindings": {
                "ctrl-shift-enter": [
                    "assistant::InlineAssist",
                    { "prompt": "Build a snake game" }
                ]
            }
        }
    ]
    ```

---------

Co-authored-by: Nathan <nathan@zed.dev>
2024-07-19 17:13:48 +02:00
..
2024-07-08 15:29:28 -07:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-07-16 12:47:18 -04:00
2024-07-17 15:27:32 -06:00