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

completion but no goto-def #613

Closed
extrawurst opened this issue May 27, 2015 · 2 comments
Closed

completion but no goto-def #613

extrawurst opened this issue May 27, 2015 · 2 comments
Labels

Comments

@extrawurst
Copy link

One of my open source projects is again a good repron for increasing goto-def bugs in mono-d like you see in the following shot:
2015-05-27 09_47_06-imgui_d_test - source_app d_ - xamarin studio

I get code completion for the parameters of the function ig_Text but goto definition of it won't work.

repository can be found: https://github.com/Extrawurst/imgui_d_test

@aBothe
Copy link
Owner

aBothe commented May 27, 2015

Could be a problem with aliased symbols again.

@aBothe aBothe added the Bug label May 27, 2015
@aBothe
Copy link
Owner

aBothe commented May 27, 2015

It's not finding an import for these symbols - that's why it's suggesting that you shall import some module in order to use this symbol.

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

No branches or pull requests

2 participants