Skip to content
New issue

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

Code jumping is not working for any self-defined macro #1244

Closed
schlichtanders opened this issue Sep 20, 2023 · 1 comment · Fixed by julia-vscode/StaticLint.jl#374
Closed

Comments

@schlichtanders
Copy link

module JumpToMacroDoesNotWork
  export @mymacro

  macro mymacro()
  end
end

for instance here you cannot jump from the export symbol to the definition. Also jumping to it when being imported in another submodule does not work (probably because of the same underlying reason).

@pfitzseb
Copy link
Member

So afaict we correctly find the references here, but not the "definition" (meaning that F12 doesn't work, but Shift-F12 does):
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants