I use VS Code for all my scripting apps,
I ended memorizing all the SDK, there are some times I need to go to the documentation, but my process is:
- Create the code inside VSCode
- Copy the code and past it inside Scripting App
- If any errors in the scripting app, fix them
- Copy back again the code in the source file.
I know this is not what you need, but it is my current process :man_shrugging:
Sergio
What about the experience do you want to mimic? You will not be able to copy the Scripting App’s ability to make suggestions based on the names of your tables and fields, or the names of SDK functions. You also won’t be able to run any code that depends on the Scripting SDK.
My coding workflow is very similar to chechedotmx’s, except that I use a different code editor (Atom) and I make all changes in the code editor, so that always I copy/paste from Atom to Scripting app.
I use VS Code for all my scripting apps,
I ended memorizing all the SDK, there are some times I need to go to the documentation, but my process is:
- Create the code inside VSCode
- Copy the code and past it inside Scripting App
- If any errors in the scripting app, fix them
- Copy back again the code in the source file.
I know this is not what you need, but it is my current process :man_shrugging:
Sergio
Hey thanks for the reply. Yeah that’s pretty much what I’ve been doing as well just wanted to make sure there wasn’t a more effective way of doing it.
What about the experience do you want to mimic? You will not be able to copy the Scripting App’s ability to make suggestions based on the names of your tables and fields, or the names of SDK functions. You also won’t be able to run any code that depends on the Scripting SDK.
My coding workflow is very similar to chechedotmx’s, except that I use a different code editor (Atom) and I make all changes in the code editor, so that always I copy/paste from Atom to Scripting app.
Yes I was looking to see if I could somehow have the ability for the suggestions to carry over but that make sense. Thanks for clarifying for me
t4: