DEV Community

Discussion on: Must have extensions for VS Code (according to me)

Collapse
 
nicolasparada profile image
Nicolás Parada

AddFileExtension and don't forget to bind the command "addfileextension.addFile" with the Ctrl + Alt + N keyboard shortcut. It allows you to easily create files without the mouse.

Collapse
 
miku86 profile image
miku86

What is the difference between Ctrl+Alt+N and Ctrl+N?

Collapse
 
nicolasparada profile image
Nicolás Parada • Edited

This extension is a little more smart. It will create folders and files relative to the current open file or root if none. Also support absolute path from root.