-
### Check for existing issues
- [X] Completed
### Describe the feature
One of the things I like about JetBrains' IDEs is the option that is most often called "Hungry backspace / delete". This…
-
I have been using tabs for all indentation related settings in VS Code all these while. After using Hungry Delete, I often see tslint complaining about trailing whitespace whenever I press enter or ba…
-
Hi,
When calling the smart commands from keybindings with a region selected, `smart-hungry-delete-forward-char` will also delete the char after point, and `smart-hungry-delete-backward-char` also d…
-
There is a good example of how PHPStorm handles it, https://blog.jetbrains.com/phpstorm/2014/09/smart-backspace-in-phpstorm-8/ VSCode really lacks feature like this as it requires to delete all the sp…
-
# Issue type
- Question
# Environment
Emacs version: `GNU Emacs 29.4 (build 3, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll \
bars) of 2024-10-07
`
Operating Sy…
-
- VSCode Version: 1.19.2
- OS Version: W10LTSB
Steps to Reproduce:
1. Create a new line of a block of multi-line code like an opening div tag or JavaScript or PHP function, then hit Enter…
-
Hey guys, seems the library acts crazy in React 18, spewing non-sense:
React 18.0.0:
![image](https://user-images.githubusercontent.com/2067616/162587119-223f90ec-b5fb-4fb6-a0cd-f574fd394ebc.png)
…
-
The function doom/delete-backward-char misbehaves when the point is at the beginning of the line and next to the closing brace. For instance, in emacs-lisp mode type:
```
(Some example text
|)
```…
azy2 updated
2 months ago
-
## Problem
编辑 Markdown 时,按下删除键 (Backspace) 或回车键 (Enter) 需要很久才能响应。
## How to reproduce
在升级 VS Code 到 1.57.1 之前,只有首次打开 Markdown 的时候才会觉得卡顿。但现在每次击键都会卡。
## Troubleshooting guide
-
Issue Type: Bug
I have several branches that have another name, or rather path, in the upstream repository, e.g. local branch `foo` pushes to and fetches from branch `path/to/foo` in the upstream…