Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiveCode Script auto-completion doesn't offer local symbols #18

Closed
peter-b opened this issue Oct 23, 2015 · 2 comments
Closed

LiveCode Script auto-completion doesn't offer local symbols #18

peter-b opened this issue Oct 23, 2015 · 2 comments
Labels

Comments

@peter-b
Copy link
Contributor

peter-b commented Oct 23, 2015

In LiveCode Script mode, the autocomplete settings don't result in useful suggestions.


In LiveCode Builder mode:

handler TestHandler()
    variable tTempVar

end handler

Put the cursor on the blank line and type tte. The first suggestion is tTempVar.


In LiveCode Script mode:

on mouseUp
   local tTempVar

end mouseUp

Put the cursor on the blank line and type tte. The first suggestion is templateEPS and tTempVar doesn't appear anywhere in the suggested completions.

@peter-b peter-b added the bug label Oct 23, 2015
@montegoulding
Copy link
Member

Hmm... any suggestions as to why this happens. I would have thought that suggestions from the local file would override any snippets

@montegoulding
Copy link
Member

I've got it. PR coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants