中文 | English
A VSCode
extension, extends the ability to process the file using the system's default software in the right-click menu of the project file list. Folder can also oh~~
Flaw: Currently only support Windows
. Will support Mac
and Linux
platform if there is time.
Although VSCode
can browse the images and source code files. But there are many files that cannot be viewed directly, such as excel
pdf
even html
files cannot be viewed directly. But the software is already installed on the operating system, so we need to right-click "Show in Explorer" and double-click to open the file. This extension can directly open the file in VSCode using the default software without frequent opening and closing of the resource manager window.
Silky~~
Anyone can contribute code, welcome PR or issue.
Add a setting to control whether to show a message when opening files or folders.
It's not necessary to show a message when opening files or folders, but I am still learning how to make a VSCode
extension, so adding a setting to control whether to show a message is meaningful for me.
Fixed an error in opening files or folders with Spaces.