-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Word navigation in QuickOpen #84755
Comments
Feature request: word navigation in quick open. |
We would like to work on this issue. Could you point us to the code that detects the Ctrl + left arrow key? |
如下面类似代码,下面提供两个例子 HouseBundle:News:index.html.twig CoreBundle:Dispatch:errorcontent.html.twig 通过ctrl+左右箭头操作,光标不能以冒号(:)为基本单位去移动位置。 |
This would make sense to have for all input boxes. Here would be a good place to add a listener for handling it: |
这个主题描述的问题能否提到工作日程去优化一下呢 |
Steps to Reproduce:
1.By going to file snapshot (CTRL +P),Type the word aaa:BBB:XXX in the open box
2.Then use the shortcut key CTRL + left or right head to move the cursor position
不合理现象:光标不能以冒号(:)为基本单位去移动位置
Unreasonable: the cursor cannot be moved with a colon (:) as the basic unit
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: