Eclipse 中将文件在资源管理器中打开 - seaven
${env_var:SystemRoot}\explorer.exe
and arguments /select,${resource_loc}
. Any selected file or directory can now be shown in the windows explorer.
How do I do that?
(2) name it
shell
(3) set the location to
${env_var:SystemRoot}\explorer.exe
(4) the arguments to
/select,${resource_loc}
(5) run it:
Note: If you don\’t run immediately, you should either add it to the favorites in the “External Tools” Menu, or run it once, then it will be added to the favorites.
How to share it between workspaces?
(2) Here you can also add it to your favorites automatcally.
(3) And since we don\’t need output, we can don\’t need a console.