ZIm/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
..
development Linux docs (#13945) 2024-07-08 15:29:28 -07:00
languages ruby: Add support for "rubocop" language server (#14661) 2024-07-17 17:29:42 -04:00
adding-new-languages.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
channels.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
code-of-conduct.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
collaboration.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
configuring-zed.md docs: Fix tabs.file_icons default value (#14701) 2024-07-17 23:03:57 -04:00
contribute-to-zed.md docs: Fix some typos (#11443) 2024-05-06 11:45:17 -04:00
conversations.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
developing-zed.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
feedback-and-support.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
getting-started.md docs: Introduce command palette earlier (#14467) 2024-07-18 14:09:43 +02:00
git.md docs: Add Git page (#14582) 2024-07-16 12:47:18 -04:00
key-bindings.md Add toggle hunk diff and expand all hunk diffs key bindings (#14130) 2024-07-10 21:22:52 -06:00
language-model-integration.md Allow an initial prompt to be associated with inline assist (#14816) 2024-07-19 17:13:48 +02:00
linux.md Add -f to curl commands (#14667) 2024-07-17 15:27:32 -06:00
multibuffers.md Fix video rendering on docs (#14764) 2024-07-18 13:34:25 -06:00
remote-development.md remoting: Allow Add/Remove remote folder (#14532) 2024-07-16 12:01:59 -06:00
repl.md docs: Fix jupyter spelling in the command jupyter kernelspec list (#14694) 2024-07-17 20:03:04 -04:00
SUMMARY.md Allow an initial prompt to be associated with inline assist (#14816) 2024-07-19 17:13:48 +02:00
system-requirements.md Update system-requirements.md 2024-07-11 11:59:52 -07:00
tasks.md docs: Correct path to global tasks file (#13372) 2024-06-22 11:53:59 +03:00
telemetry.md Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
themes.md Better tooltips for back/forward (#13946) 2024-07-08 16:33:41 -04:00
vim.md vim: (BREAKING) clean up keymap contexts (#14233) 2024-07-11 13:16:26 -06:00