Nathan Sobo
Nathan Sobo
Allow chords
There's some discussion in https://github.com/atom/vim-mode/issues/221 about allowing bindings based on multiple keys being smashed simultaneously. This is pretty tricky, because if we detected a `keydown` for a key involved in...
We could bind keystrokes to commands via CSS custom properties associated with selectors. We currently do this anyway on a conceptual level but are forced to match selectors manually. Using...
See the tail end of https://github.com/atom/vim-mode/issues/129 for context.
Refs https://github.com/atom/language-shellscript/issues/148 I'm doing a couple different changes in a single PR since they would conflict if done independently. The first is a fix for the linked issue that improves...
Here's a completion in Atom with `ide-rust` Here's the same completion in VSCode: Note how in VSCode, I can see the entire type signature whereas in Atom I can't. I...
I'm seeing the same word showing up as a suggestion with two different syntactic icons.  Steps to reproduce: 1. Open: [this version...
I'm attempting to use `devtool` for a project that registers custom require handlers for Babel and CoffeeScript. These handlers inject inline source maps automatically, but these maps are being discarded...
Hyperarchy is rendered entirely client side, so the same view objects get recycled between page views. It would be good to show a spinner when navigating to a page until...
[All Markdown issues](https://github.com/zed-industries/community/issues?q=is%3Aopen+is%3Aissue+label%3Amarkdown+sort%3Areactions-%2B1-desc) ## LSP Investigate this, this may solve multiple other requests - [ ] https://github.com/zed-industries/zed/issues/5243 ## Syntax highlighting - [ ] https://github.com/zed-industries/zed/issues/5217 - [ ] [`_` breaks highlighting](https://github.com/zed-industries/zed/issues/5346)...
Co-authored-by: Antonio Resurrected this from some assistant work I did in Spring of 2023. - [x] Resurrect streaming responses - [ ] Use streaming responses to enable AI via Zed's...