kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

editor.action.smartSelect.grow not working after VS Code February 2022 (version 1.65) update #253

Closed semihsmg closed 2 years ago

semihsmg commented 2 years ago

editor.action.smartSelect.grow command doesn't work with C#

ellielle commented 2 years ago

This may be an issue with VS Code itself, I'm not entirely sure yet. It does work on some types of files for me on 1.65. So far I've found it still works with JavaScript, JSON, Markdown, and various flavors of CSS files still. They were the only file types I tried, so I can't speak to other languages, etc. What I can say is that it doesn't work for Vue's Single File Components at all now.

For now, I disabled auto updating in VS Code and downloaded 1.64.2, and everything works as it used to.

semihsmg commented 2 years ago

this issue solved with 1.65.2 update!