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

Implement ZScript Parser #4

Closed
KaptainMicila opened this issue Oct 16, 2021 · 2 comments
Closed

Implement ZScript Parser #4

KaptainMicila opened this issue Oct 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@KaptainMicila
Copy link
Owner

Some time ago, I wanted to make this extension something more than a syntax highlighter.

This kind of "upgrade" requires a parser. This is because all features that I want to implement need to know the code context and structure to work.

Sadly, I don't have neither the ability and the time to learn how to such thing: this extension won't become abandoned, as I will be here for all kinds of assistance and quality control for all sorts of modifications done on this repo.

Whoever wants to help me is free to do so: the code quality isn't the best, as I was learning typescript while I was working on this, but this means that even newbies might understand what I did.

@KaptainMicila KaptainMicila added the enhancement New feature or request label Oct 16, 2021
@KaptainMicila KaptainMicila added this to the 1.9.0 RELEASE milestone Oct 16, 2021
@KaptainMicila
Copy link
Owner Author

By the way, the features I want to add are:

  1. Code autocomplete
  2. Error checking

@KaptainMicila
Copy link
Owner Author

I decided that, because:

  • My lazyness
  • VSCode web edition compatibility
  • Lack of skill

This extension WILL NOT support nodejs features. Those should be added to a different extension.

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

No branches or pull requests

1 participant