wilkerlucio / pathom-viz

Visualization tools for Pathom
88 stars 10 forks source link

Pathom mode - auto complete union joins #3

Closed wilkerlucio closed 3 years ago

patrickcmserrano commented 3 years ago

Do you have any ideas about how to begin with this?

wilkerlucio commented 3 years ago

Hello @patrickcmserrano, to make this happen we need to:

  1. Make the Pathom Mode understand EQL unions. The Pathom Mode is a codemirror mode extension, so you can look up their docs.
  2. Extend on the completions helpers to support unions.

That said, I just open issue #36, with the idea to start all this over, making it for Codemirror 6.

What you think about writing this new mode in CM6?

wilkerlucio commented 3 years ago

I'll close issues related to the old codemirror, all work related to it should now go into the CM6 version, track it at #36 .