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 should work for relative-pathed proc parameter types not preceded by var/ #190

Closed
Kaiochao opened this issue May 20, 2020 · 3 comments
Labels
Milestone

Comments

@Kaiochao
Copy link

thing
	proc/a(thing/blah)
	proc
		b(thing/blah)
		c(var/thing/blah) // works
proc/a(thing/blah) // works
proc
	b(thing/blah)
@Kaiochao Kaiochao changed the title Go to Definition not working for relative-pathed proc parameter types not preceded by var/ Go to Definition should work for relative-pathed proc parameter types not preceded by var/ May 20, 2020
@SpaceManiac
Copy link
Owner

I cannot seem to reproduce the bug. Can you post a code snippet, including a use of the identifier that cannot be ctrl+clicked but should be, even after a reparse (Ctrl+Shift+B)?

@Kaiochao
Copy link
Author

Kaiochao commented Jun 5, 2020

The snippet in the original post includes 3 occurrences of thing that can't be ctrl+clicked, on every line that doesn't have // works afterwards.
2020-06-04_20-24-03

@SpaceManiac
Copy link
Owner

Thanks for clarifying, I'll investigate further

@SpaceManiac SpaceManiac added bug and removed question labels Jun 6, 2020
@SpaceManiac SpaceManiac added this to the suite v1.5 milestone Jul 11, 2020
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