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>
2.5 KiB
2.5 KiB
Summary
General
Configuration
Using Zed
Language Support
- Astro
- C
- C++
- C#
- Clojure
- CSS
- Dart
- Deno
- Elixir
- Elm
- Erlang
- Gleam
- Go
- Haskell
- HTML
- JavaScript
- JSON
- Lua
- Markdown
- OCaml
- PHP
- Prisma
- Proto
- PureScript
- Python
- R
- Racket
- Ruby
- Rust
- Scheme
- Svelte
- Terraform
- TOML
- TypeScript
- Uiua
- Vue
- YAML
- Yarn
- Zig