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

Go to definition and variable type hint don't work in some cases (Objective C) #506

Open
yay opened this issue Sep 19, 2024 · 0 comments
Open

Comments

@yay
Copy link
Contributor

yay commented Sep 19, 2024

Demo: https://github.com/user-attachments/assets/815052b5-7e14-4262-babd-880fe1b6fa9b

Steps to reproduce:

  1. open this Odin example: https://github.com/odin-lang/examples/blob/master/learn_metal/02-argbuffers-no-sdl/02-argbuffers-no-sdl.odin

  2. hover setVertexFunction while holding Cmd key inside desc->setVertexFunction(vertex_function) line
    Expected: hovered call is underlined
    Actual: no underline observed

  3. click setVertexFunction while holding Cmd key inside desc->setVertexFunction(vertex_function) line
    Expected: vscode navigates to the definition of the setVertexFunction call
    Actual: nothing happens

  4. hover desk inside desc->setVertexFunction(vertex_function) line
    Expected: tooltip with the type of desk appears
    Actual: nothing happens

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

No branches or pull requests

1 participant