Type: Bug During normal usage, the "Add Line Comment" keyboard shortcut doesnt work. I am using the default of Ctrl + /. My keyboard works because I can use other Ctrl keyboard shortcuts fine. VS Code version: Code 1.88.1 (e170252, 2024-...
Type: Bug I found that I can't use "ctrl"+ "/" to comment out code. So I changed the settings in the shortcut settings. The preview window for setting the key combination cannot display ctrl and / at the same time, but can display them i...
I have looked into incorporating regular expressions into VSCode snippets that strip off the stars in case of Markdown or keep everything inside the curly braces in case of Latex, but could not find any approaches that are transferable to the use case above. ...
I was able to overwrite any keyboard shortcut from VS Code just by adding a new key in thekeybindings.jsonfile. However I can't remove an existing shortcut. More specifically, I'd like to remove this one: { "key": "ctrl+alt+down", "command": "editor.action.insertCursorBelow", "wh...
test-code.md README.md 添加 路径转换 描述内容;一些细节修修改改 2个月前 tsconfig.json Initialize project code 10个月前 README MIT 变量命名转换助手 — Variable Conversion (VSCode 扩展) 如何使用? How to Use? 循环转换 Cyclic conversion
もし、普段使っているshortcutがVSCodeで使えなくて苛立ちを感じていたら一度試していただきたい!!!^^ List of users who liked 13 List of comments comment2 Register as a new user and use Qiita more conveniently You get articles that match your needs ...
microsoft/vscodePublic NotificationsYou must be signed in to change notification settings Fork30.8k Star168k New issue Open Description Lurchfresser
Type: Bug After the last update, i can no longer send lines of python codes to Interactive Window. Pressing SHIFT+ENTER on select code, used to open Interactive Window. Now I can only right click and send to interactive window. I've sear...
I'm using the foundry framework to develop a solidity contract, downloaded the openzeppelin related libraries and used @openzeppelin as a prefix for the relative path when importing, however here comes the problem: When I use vscode shortcut command + click to open a file...
I.e a shortcut to bring console.log('hello') to be in line with true ?. visual-studio-code Share Improve this question Follow asked Sep 21, 2019 at 12:13 leto 59911 gold badge66 silver badges1919 bronze badges Add a comment 1 Answer Sorted by: 2 Yes, there is a built-...