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

Add language support plugin for Groovy. #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imagejan
Copy link
Member

The functionality seems to be limited for now:

  • the def keyword is required for tokens to be recognized
  • built-in keywords such as println are not suggested

But it's a start to be built upon. (@haesleinhuepf 😉)

Screenshot 2020-02-13 at 20 39 34

@haesleinhuepf
Copy link
Member

Hey @imagejan,

awesome! Cool to see that evolving. Do you remember our discussion on image.sc?

We should have a chat about a potential strategy towards auto-completion - e.g. at NEUBIAS - just to prevent that there are more clashes between different implementations of language support plugins ;-)
image

Looking forward!

Cheers,
Robert

The functionality seems to be limited for now:
- the def keyword is required for tokens to be recognized
- built-in keywords such as println are not suggested
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

Successfully merging this pull request may close these issues.

2 participants