Is there any existing tool to make a search for the entire suitescripts folder for a specific text? I am thinking of creating it, but I wanted to know if it already exists
s
Sandii
10/12/2021, 6:47 PM
Pretty sure strongpoint does this
s
stalbert
10/12/2021, 7:03 PM
My tool for this is git. Though that of course only includes stuff committed to the repo.
e
ehcanadian
10/12/2021, 7:05 PM
CTRL-Shift-F in Webstorm for me
💯 1
e
ericbirdsall
10/12/2021, 7:11 PM
@Azi I made a suitelet for this exact purpose. When all the scripts are mine, I can search the repo in VSCode. But when I take on clients who have other scripts written and dont have a repo, I used the suitelet. PM me and I can send you the file
a
Azi
10/12/2021, 7:12 PM
Right so as @ericbirdsall said, git and the IDE only help me as long as its my code. That's why I thought of creating a suitelet to do this
Azi
10/12/2021, 7:38 PM
Upon further talk with @ericbirdsall, a simpler solution is you can just download the whole SuiteScripts folder from the File Cabinet and then use the field Explorer or your favorite IDE to do a global search. This will now work on any code running in the account even if you didn't write.