Autocomplete improvements #3265
edoarad
started this conversation in
Squiggle Improvement Proposal
Replies: 1 comment
-
Thanks for the idea! My guess is that this would be fairly difficult, as the code is parsed top-down. Will keep it in mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my workflow I tend to start from the end, my target variable, and move upwards. For example:
This means I have compilation errors while I draft the model, as I write variable names before I declare them.
Autocomplete variable names doesn't seem to work when either:
In short, I'd like to be able to autocomplete for future variable names :)
Beta Was this translation helpful? Give feedback.
All reactions