Replies: 1 comment
-
This feature is not intended for automatic completion or code snippets. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an OpenComputers project so I marked some stuff as defined global
I wanted to mark more stuff such as defined globals so I tried this:
But the autocomplete ended up looking like this instead of

list
popping up when I endcomponent
with a dot:Even worse the autocomplete put
_ENV["component.list"]
in when I choose itBeta Was this translation helpful? Give feedback.
All reactions