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 support for bracket syntax, fixes #70 #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Eldemarkki
Copy link

  • Implemented "Jump to definition" for bracket syntax
  • Implemented autocomplete for bracket syntax

Still missing support for combining optional chaining with bracket syntax, e.g. styles?.["mainButton"]. I didn't implement it because I don't know how important it is (I don't need it), but I can try implementing it in this PR if you want :)

Fixes #70

P.S. There were some style changes enforced by editorconfig, that's why there are so many unrelated changes.

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.

bracket syntax cannot jump
1 participant