So I have successfully made changes to a file in W...
# sdf
j
So I have successfully made changes to a file in WebStorm, compared it with the version in our NetSuite account, and uploaded it. I have two related questions: Is there a way to somehow highlight things I’ve changed locally that differ from the version in NS (like how a version control system in an IDE usually works) and is there a way to “update” my local versions to those from the NetSuite account if changes are made by someone else, or directly within NetSuite?
w
Yeah, in the right-click menu, there is Compare with Account
j
that’s only for a single file though
1) I’m looking for a way to identify which files are different (highlighted, indented, whatever)
2) I’m looking for a way to pull down any changes from NetSuite to Webstorm
w
I think only individually
j
disappointing
I thought the whole point was that it was supposed to work like Git
this won’t really help me to keep track of anything
s
in general I enforce a push approach -code is never deployed to production directly, it is promoted to production only after testing on sandbox.
as for the Objects/* customizations, what you can do is pull down the entire folder again using the plugin
your version control tool should detect changes
since that's what version control is for - I don't expect the WS plugin to handle that for the general case, nor would I really want it to (lest it compete with git)
j
Yeah I supposed I could pull it down. It just took a looooooong time to do that
heavily customised acct
OK I’ll set up a Git repo to coordinate this
tx
s
I try to leverage both git and the SDF plugin, playing to their strengths