Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLiveCode Script auto-completion doesn't offer local symbols #18
Labels
Comments
|
Hmm... any suggestions as to why this happens. I would have thought that suggestions from the local file would override any snippets |
|
I've got it. PR coming soon. |
montegoulding
added a commit
to montegoulding/atom-language-livecode
that referenced
this issue
Oct 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In LiveCode Script mode, the autocomplete settings don't result in useful suggestions.
In LiveCode Builder mode:
Put the cursor on the blank line and type
tte. The first suggestion istTempVar.In LiveCode Script mode:
Put the cursor on the blank line and type
tte. The first suggestion istemplateEPSandtTempVardoesn't appear anywhere in the suggested completions.