Replies: 3 comments 1 reply
-
The issue is that line numbers can change quickly as you refactor code, making your link no longer relevant. A better way to handle this would be to create internal links to properties or methods in the class. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree tbh, I'll open a discussion post on that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
how do I close this discussion |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be nice if you could link to a line in the script with a comment:
Line 1 would be highlighted and you could click it for the script editor to go to Line 1
This QOL change would mostly benefit scripts with several lines, and would make it easier to know what a variable does in code (by linking the lines where it is used)
I don't know if "Line X" is the best way to link a line, so I'd like a discussion on a better way of how the link would be created
Beta Was this translation helpful? Give feedback.
All reactions