Is there any existing tool to make a search for th...
# suitescript
a
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
Pretty sure strongpoint does this
s
My tool for this is git. Though that of course only includes stuff committed to the repo.
e
CTRL-Shift-F in Webstorm for me
💯 1
e
@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
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
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.