1
I'm on ubuntu so when I press ctrl
+shift
+E
opening and entering the solution explorer I have a few questions:
1) Can I through hotkeys close files without leaving the solution explorer (or at all?). I.e. simulate the effect of clicking on the x
-symbol next to the file-names?
2) When I enter the solution explorer I can "go through" the open editors by using the up/down arrows. Below these I can see the structure of my current folder. Is there any way of "jumping down" and go through the files/folders of my current folder through up/down arrows? Or manipulating the folder (like triggering new file, new folder, refresh, collapse all) from the keyboard?
3) Can I delete files at all from vscode? In the shortcuts there is a deleteFile
command supposedly triggered by shift
+delete
but I haven't figured out where and how to trigger it?
I suppose I could do ctrl
+K
P
and then run rm
filepath
in the terminal. I suppose that's reasonably smooth way of doing it but would still like to know more about these functionalities in vscode