Home > Mobile >  why the button 'U' creates new file in VS code?
why the button 'U' creates new file in VS code?

Time:04-26

whenever I press the letter/button 'U' during coding in vs code, it automatically creates a new file.

the button 'u' is working as a shortcut key to create a new file in vs code.

lastly, if I copy/paste the letter 'u' in my code then it works fine.

CodePudding user response:

I think some of your keybinds are messed up, You could try to check here, see if this works. enter image description here

Find the keyboard shortcut and search for "creat: new file"

enter image description here

  • Related