Hyperlinks for phpstorm #1933
Unanswered
Eitan-brightleaf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to Delta and it looks great. I'm trying to get it to open up the file to the right place in php storm though and can't seem to manage it. I have phpstorm installed through jetbrains which based on this link changes things a bit. the closest i got was
hyperlinks-file-link-format = "jetbrains://php-storm/navigate/reference?project=<PROJECT_NAME>&path={path}&line={line}"
which opened up the right project but not any files.As a side note, since in the meantime I am using the documented
hyperlinks-file-link-format = "vscode://file/{path}:{line}"
for vs code is there any way to open the file with the whole folder?Beta Was this translation helpful? Give feedback.
All reactions