Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Can't use variable declaration finder (ctrl + click on var) #2

Open
justinrusso opened this issue Feb 20, 2018 · 0 comments
Open

Can't use variable declaration finder (ctrl + click on var) #2

justinrusso opened this issue Feb 20, 2018 · 0 comments

Comments

@justinrusso
Copy link

With the following code, ctrl + clickng on data on the data = { line gives me "Cannot find declaration to go to"

var data as IData = null;

data = {
	fluids: {
		FluidName: liquidName,
		Amount: 1000
	}
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant