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

Palette of functions #2

Open
suhr opened this issue Aug 4, 2018 · 2 comments
Open

Palette of functions #2

suhr opened this issue Aug 4, 2018 · 2 comments

Comments

@suhr
Copy link

suhr commented Aug 4, 2018

On Try APL there's a little cheat sheet with symbols. It would be nice to have something like that for L1 (::Self is too long).

@mlajtos
Copy link
Owner

mlajtos commented Aug 4, 2018

Would you like to see all available functions? This will be available in the code completion list (Ctrl+Space). There are only few there right now, but there will be all of them, including documentation. This also applies to operators.

I think this should cover this use case. If you have something different in mind, I need further explanation since APL is bit specific (non-ASCII symbols).

@mlajtos
Copy link
Owner

mlajtos commented Aug 22, 2018

I don't have time to code, so just gathering info for the upcoming time...

What needs to be done:

  • registerCompletionItemProvider that reads from rootEnvironment is a good start
  • completion should provide also user-defined props
    • resolving against computedValues from Evaluator makes sense
      • cached values/names from last succesful eval
      • contains also rootEnvironment
      • how to do hierarchies?

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

No branches or pull requests

2 participants