We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short of digging into dhall-lsp-server, the cheapest option I could find to hop between files was:
dhall-lsp-server
(defun jump-to-file-at-point () (interactive) (ring-insert find-tag-marker-ring (point-marker)) (find-file-at-point))
The text was updated successfully, but these errors were encountered:
I guess a much better way would be to add support for dhall in the dumb-jump package: https://github.com/jacktasia/dumb-jump
Sorry, something went wrong.
@psibi Yeah that sounds good to me 👍 I'll give it a go when I get some time
@psibi Ahh, TIL... dhall tags works fairly well
dhall tags
@gamb I guess adding support based to dhall-mode based on dhall tags would be a nice approach.
No branches or pull requests
Short of digging into
dhall-lsp-server
, the cheapest option I could find to hop between files was:The text was updated successfully, but these errors were encountered: