PipedreamHQ / roadmap

Pipedream is an integration platform for developers. Have a feature request or bug to report? Add it here.
https://pipedream.com
30 stars 5 forks source link

[FEATURE] TypeScript intellisense #482

Closed todsac closed 4 years ago

todsac commented 4 years ago

Is your feature request related to a problem? Please describe.

I think TypeScript intellisense could be really useful. I noticed you’re using Monaco’s editor, so I think that wouldn’t be the most difficult. It would be nice to know what fields the event has, etc. The autocomplete would be great.

Describe the solution you'd like

I haven’t used Monaco before, but from a quick lookup online, it seems like you could to it using monaco.typescript.addExtraLib

dylburger commented 4 years ago

Intellisense is already supported in the editor, which supports autocomplete.