-
Are label comment annotations supposed to work in all languages? If I have // label something something
var a = 5; I get a label but if I try python, I do not # label something something
a = 5 |
Beta Was this translation helpful? Give feedback.
Answered by
pomber
Feb 10, 2022
Replies: 1 comment 1 reply
-
Yes, but not yet. You can follow this issue #109 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
obgibson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, but not yet. You can follow this issue #109