Autocomplete mentions (#4171)

Release Notes:

- Added autocomplete for @-mentions in the chat panel.
This commit is contained in:
Max Brunsfeld 2024-01-19 17:03:56 -08:00 committed by GitHub
commit 0858db9ebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 393 additions and 242 deletions

View file

@ -183,6 +183,7 @@
"context": "Editor && mode == auto_height",
"bindings": {
"ctrl-enter": "editor::Newline",
"shift-enter": "editor::Newline",
"ctrl-shift-enter": "editor::NewlineBelow"
}
},