You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completion seems to work for objects that are parsed before invalid JSX. But I can't complete JSXMemberExpression properties or objects parsed after invalid JSX.
I have a feeling this does hinge on acorn-jsx supporting loose parsing. Until then, you could use an "unintelligent" auto-completion plugin that finds candidates via a "word" regular expression. Currently I am pretty satisfied with an Emacs plugin which does that.
If this feature is important enough to you or others, open a bounty on Bountysource. Link it from this issue, and either put money into it right away, or ask me what I'd charge to implement it.
Is JSX completion can work. I post you this question as long as acorn-jsx will not support loose parser acornjs/acorn-jsx#32
The text was updated successfully, but these errors were encountered: