We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f846453 + c360eab commit 299347fCopy full SHA for 299347f
phpactor.el
@@ -440,6 +440,8 @@ have to ensure a compatible version of phpactor is used."
440
"Open file from Phpactor."
441
(unless (and path offset)
442
(user-error "Definition not found"))
443
+ (unless (file-name-absolute-p path)
444
+ (setq path (expand-file-name path (phpactor-get-working-dir))))
445
446
;; TODO: Implement other target: Phpactor\Extension\Rpc\Response\OpenFileResponse
447
;; `target' expects "focused_window", "vsplit", "hsplit" and "new_tab"
0 commit comments