Aleksei Gusev
Aleksei Gusev
After I had upgraded Ubuntu to 19.10 the extension started acting up a little bit. Here is the precise steps to reproduce my issue. 1. Select some text and copy...
Starting from ruby 2.1 we can display the full chain of raised exceptions with help of `Exception#cause`. It is very useful for some cases when a piece of code rescue...
"nx run" options are not available in "Run Anything" until you open the nx panel. "nx generate" are shown just fine.  **Steps to reproduce:** 1. Run IDEA without nx...
Closes #30719 Release Notes: - Fixed `ctrl-delete` in terminal, now it deletes a word forward
### Summary In terminal `ctrl-delete` should delete a word after cursor, but it doesn't. ### Description Steps to reproduce: 1. Open Terminal 2. Type "Hello" 3. Go to the beginning...
Closes #14050 Release Notes: - Added ability to override value per theme
### Summary Moving the cursor up/down in ViMode inside Terminal is slow. The refresh rate feels like 2 FPS. ### Description Steps to reproduce: 1. Open terminal 2. Press ctrl-shift-space...
Currently, when you activate search in the terminal view, Zed highlights the matches and scrolls the active match into view, which is fine, but it's not great for keyboard-focused usage....
Currently, Zed maintains the size for every panel separately. This is probably what most of the users want, but it can be really annoying when the layout changes unexpectedly. The...