Peter Tripp
Peter Tripp
The default bind of `cmd-i` is: https://github.com/zed-industries/zed/blob/632f08d2a3b708c6baa8aa6b1bf53c482c3c3a6a/assets/keymaps/default-macos.json#L153 Which makes a `textDocument/signatureHelp` request to the LSP. I assume you've rebound `cmd-i` to `"ctrl-enter": "assistant::InlineAssist" with: ```json { "context": "Editor", "bindings": {...
This was fixed. Thanks for reporting.
This could be an issue with tree-sitter-yaml (responsible for syntax highlight) or yaml-language-server (less likely). Do you have an example 1MB yaml file which triggers this behavior? Also can you...
Yeah, I haven't attempted to call an MCP Server with no arguments. Would love it if you could build a minimal reproduction -- if you can't share your implementation, perhaps...
> I use Gpaste to sync my clipboard to the primary selection. @jdoss To clarify, this behavior means that when you make a selection it's effectively the same as a...
I believe this has been fixed. If you're still seeing this please comment with details and I'm happy to reopen. Thanks all!
I cannot reproduce with those settings creating a PHP file in an empty directory. But I can reproduce if I create `something.php` in a directory which has a .zed/settings.json that...
There's some wonky stuff going on here. I can reproduce multiple broken behaviors. With a user settings.json of: ```json { "show_edit_predictions": false, "show_whitespaces": "all" } ``` And a project `.zed/settings.json`:...
This comes up a lot, models do not know what model they are or who built them. If they respond correctly it is because there is something in their system...
Can you provide an example markdown block which triggers this behavior?