How to get autocomplete / intellisense when writing migration scripts with Webstorm/VSCode (or ANY other editor)

Hello,

I find it very cumbersome to write even small migration scripts since I can not remember all the fields and methods. So I was wondering what the best approach would be to get autocomplete of migration scripts into any editor.
I actually do not care which editor even though I would prefer Webstorm for javascript but even Notepad with intellisense would improve my workflow alot.

I appreciate any help in this regard.

Hi @simon.plutz

Our recent migration package uses Typescript, so as far as I know, an editor like Webstorm should be able to autocomplete/suggest the methods when writing a migration.