As a user, I would like to have Copy Path and Copy Relative Path options present in the tab's context menu. It exists in VS Code and it can be quite useful for programming/development in general.
Should it be also added to the navigator context menu?
exists in VS Code
It should copy the platform-specific paths. This means, on Windows the result of the copy should be like these:
Copy Path: C:\Users\kittaakos\dev\theia\examples\browser\src-gen\frontend\index.jsCopy Relative Path: examples\browser\src-gen\frontend\index.jsOtherwise, Windows users cannot do much with the copied paths.
navigator context menu
Most helpful comment
It should copy the platform-specific paths. This means, on Windows the result of the copy should be like these:
Copy Path:C:\Users\kittaakos\dev\theia\examples\browser\src-gen\frontend\index.jsCopy Relative Path:examples\browser\src-gen\frontend\index.jsOtherwise, Windows users cannot do much with the copied paths.