server icon indicating copy to clipboard operation
server copied to clipboard

When creating a link to a file in the UI, consider flie_link from Symfony VarDumper

Open stas-bool opened this issue 1 year ago • 0 comments

Symfony VarDumper has the ability to generate a link to a file: https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php#L106. This will be useful if the development server is remote or is in Docker.

stas-bool avatar Sep 27 '24 11:09 stas-bool