Show File in File Explorer ExtensionThis extension is used to open the current place of the opened file in the file explorer. Build Status and LicenseBuild it yourselfNeeded toolsYarn or NPM(comes with nodejs) Build itClone the repository: Run Output directory is out/. You can now run this sourcecode with e.g. VisualStudio Code. Settings
CopyPathToClipBoardIf true no file explorer will be opened, but the path to the file will be copied to clipboard. CopyWithoutFilenameOnly active if copyPathToClipBoard is true. If copyWithoutFilename is true the copied path will be without filename. FeaturesOpens the current file in the file explorer or copies the path to the file to clipboard. With the extension the filepath will be displayed on the statusbar. Open ExplorerWhen you click on this path the folder containing the displayed file will be opened. Copy to clipboardIf the setting showFileExtension.copyPathToClipBoard is true the explorer won't be opened but the path will be copied to the clipboard RequirementsCurrently only works on Mac and Linux. |