how to configure ctrl + shift + O shortcut in monaco editor to show all the files?

224 Views Asked by At

I am creating an online web ide, that has a file explorer and supports multiple tabs & I am using Monaco for the same.

Just like in VsCode, we can open the command palette by typing ctrl + shift + p. Similarly, in monaco editor, we can open command palette using ctrl + shift + o.

But, how can I add these files option in my monaco editor as well.

VScode editor listing all the files VsCode showing the files present


monco editor not listing any files monaco editor not showing any files, how to configure this?

0

There are 0 best solutions below